vdkch/futa-clone/package.json

39 lines
774 B
JSON
Raw Normal View History

2024-08-20 13:01:37 +10:00
{
2025-02-10 15:53:52 +03:00
"name": "futa-clone",
2024-08-20 13:01:37 +10:00
"version": "0.1.0",
"private": true,
"dependencies": {
2025-02-10 15:53:52 +03:00
"cra-template": "1.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.5",
2024-08-20 13:01:37 +10:00
"react-scripts": "5.0.1",
2025-02-10 15:53:52 +03:00
"vis-network": "^9.1.9",
"web-vitals": "^4.2.4"
2024-08-20 13:01:37 +10:00
},
"scripts": {
"start": "react-scripts start",
"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"
]
}
}