ReactLearn/package.json

40 lines
895 B
JSON
Raw Permalink Normal View History

2024-11-17 06:04:47 +01:00
{
"name": "react.dev",
"version": "0.0.0",
"main": "/src/index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"dependencies": {
2024-11-21 08:03:32 +01:00
"@types/jest": "^29.5.14",
"@types/node": "^22.9.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
2024-11-17 06:04:47 +01:00
"react": "^18.0.0",
"react-dom": "^18.0.0",
2024-11-21 08:03:32 +01:00
"react-scripts": "^5.0.0",
"typescript": "^5.6.3"
2024-11-17 06:04:47 +01:00
},
"devDependencies": {
2024-11-22 11:14:22 +01:00
"decimal.js": "^10.4.3",
2024-11-17 07:53:34 +01:00
"react-router-dom": "^6.28.0",
2024-11-22 16:07:43 +01:00
"tailwindcss": "^3.4.15",
"universal-cookie": "^7.2.2"
2024-11-17 06:04:47 +01:00
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}