mirror of
https://github.com/Jerryplusy/AI-powered-switches.git
synced 2025-07-04 13:19:20 +00:00
65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"name": "network-admin-frontend",
|
|
"version": "0.1.0",
|
|
"private": false,
|
|
"homepage": "https://JerryPlsuy.github.io/AI-powered-switches",
|
|
"dependencies": {
|
|
"@chakra-ui/react": "^3.19.1",
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@testing-library/dom": "^10.4.0",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"axios": "^1.9.0",
|
|
"framer-motion": "^12.14.0",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-icons": "^5.5.0",
|
|
"react-router-dom": "^7.6.1",
|
|
"react-scripts": "^5.0.1",
|
|
"recharts": "^2.15.3",
|
|
"styled-components": "^6.1.18",
|
|
"web-vitals": "^2.1.4",
|
|
"webpack": "^5.99.9"
|
|
},
|
|
"scripts": {
|
|
"start": "react-app-rewired start",
|
|
"build": "react-app-rewired build",
|
|
"test": "react-app-rewired test",
|
|
"eject": "react-scripts eject",
|
|
"predeploy": "pnpm run build",
|
|
"deploy": "gh-pages -d build",
|
|
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,md}\""
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"customize-cra": "^1.0.0",
|
|
"eslint": "8.57.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
"gh-pages": "^6.3.0",
|
|
"prettier": "^3.5.3",
|
|
"react-app-rewired": "^2.2.1"
|
|
}
|
|
}
|