2023-08-21 16:01:10 +00:00
|
|
|
{
|
|
|
|
"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",
|
2023-08-26 01:08:04 +00:00
|
|
|
"@mui/icons-material": "^5.14.6",
|
2023-08-25 16:42:42 +00:00
|
|
|
"@mui/lab": "5.0.0-alpha.141",
|
|
|
|
"@mui/material": "^5.14.6",
|
2023-08-21 16:01:10 +00:00
|
|
|
"@swc/core": "1.3.75",
|
2023-08-26 01:08:04 +00:00
|
|
|
"@types/react": "^18.2.21",
|
2023-08-21 16:01:10 +00:00
|
|
|
"@types/react-dom": "^18.2.7",
|
2023-08-25 16:42:42 +00:00
|
|
|
"await-to-js": "^3.0.0",
|
2023-08-21 16:01:10 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|