peridot/package.json

30 lines
741 B
JSON

{
"name": "peridot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "mustafa@rockylinux.org",
"license": "Apache-2.0",
"devDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.6",
"@mui/lab": "5.0.0-alpha.141",
"@mui/material": "^5.14.6",
"@swc/core": "1.3.75",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"await-to-js": "^3.0.0",
"prettier": "^3.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.15.0",
"react-router-dom": "^6.15.0",
"tslib": "^2.6.2"
}
}