-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 869 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"browserslist": {
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"production": [
">0.2%",
"not dead",
"not op_mini all"
]
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20.18.0"
},
"dependencies": {
"axios": "^0.21.1",
"date-fns": "^2.16.1",
"date-fns-tz": "^1.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^4.1.0",
"react-router-dom": "^6.28.0",
"react-scripts": "^5.0.1"
},
"devDependencies": {
"@types/node": "^20.17.10",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"typescript": "^5.7.2"
},
"name": "pscj-web",
"private": true,
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts build"
},
"version": "2.0.0"
}