76 lines
1.9 KiB
JSON
76 lines
1.9 KiB
JSON
{
|
|
"name": "aptiva-dev1-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@radix-ui/react-dialog": "^1.0.0",
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
"@radix-ui/react-progress": "^1.1.2",
|
|
"@radix-ui/react-tabs": "^1.1.9",
|
|
"axios": "^1.7.9",
|
|
"bcrypt": "^5.1.1",
|
|
"chart.js": "^4.4.7",
|
|
"chartjs-plugin-annotation": "^3.1.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"classnames": "^2.5.1",
|
|
"clsx": "^2.1.1",
|
|
"cors": "^2.8.5",
|
|
"cra-template": "1.2.0",
|
|
"dotenv": "^16.4.7",
|
|
"helmet": "^8.0.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"jwt-decode": "^4.0.0",
|
|
"lucide-react": "^0.483.0",
|
|
"moment": "^2.30.1",
|
|
"react": "^18.2.0",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router": "^7.3.0",
|
|
"react-router-dom": "^6.20.1",
|
|
"react-scripts": "^5.0.1",
|
|
"react-spinners": "^0.15.0",
|
|
"sqlite": "^5.1.1",
|
|
"sqlite3": "^5.1.7",
|
|
"tailwind-merge": "^3.2.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"web-vitals": "^4.2.4",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start --host 0.0.0.0",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
|
|
"main": "index.js",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
"autoprefixer": "^10.4.21",
|
|
"postcss": "^8.5.3",
|
|
"tailwindcss": "^3.4.17"
|
|
}
|
|
}
|