-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
75 lines (75 loc) · 2.15 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "nms-web-app",
"version": "0.47.0",
"private": true,
"scripts": {
"start": "env-cmd --file ./.env.development react-scripts start",
"build-prod": "env-cmd --file ./.env.production react-scripts build",
"build-staging": "env-cmd --file ./.env.staging react-scripts build",
"lint": "npx eslint src/**",
"lint:fix": "npx eslint src/** --fix",
"prettier": "npx prettier src/**/*.ts src/**/*.tsx --write",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"axios": "^1.7.2",
"classnames": "^2.3.1",
"dayjs": "^1.11.2",
"env-cmd": "^10.1.0",
"flag-icons": "^6.4.4",
"framer-motion": "^6.3.10",
"i18next": "^21.8.8",
"object-hash": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.1.0",
"react-ga": "^3.3.0",
"react-helmet": "^6.1.0",
"react-lazy-load-image-component": "^1.5.4",
"react-list": "^0.8.17",
"react-markdown": "^8.0.3",
"react-modal": "^3.15.1",
"react-modal-sheet": "^1.5.1",
"react-redux": "^8.0.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"react-tippy": "^1.4.0",
"react-toastify": "^9.0.3",
"react-vertical-timeline-component": "^3.5.2",
"sass": "^1.72.0",
"sweetalert2": "^11.4.17"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.7.0",
"@types/node": "^12.20.54",
"@types/object-hash": "^3.0.6",
"@types/react": "^18.0.11",
"@types/react-dom": "^18.0.5",
"@types/react-helmet": "^6.1.5",
"@types/react-list": "^0.8.7",
"@types/react-modal": "^3.13.1",
"@types/react-redux": "^7.1.24",
"@types/react-router-dom": "^5.3.3",
"@types/react-vertical-timeline-component": "^3.3.3",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.35.0",
"globals": "^15.8.0",
"redux": "^4.2.0",
"typescript": "^4.7.3",
"typescript-eslint": "^7.16.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}