-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
76 lines (76 loc) · 1.96 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
76
{
"name": "schedule.kpi.ua",
"version": "1.0.0",
"private": true,
"type": "module",
"dependencies": {
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"lodash-es": "^4.17.21",
"normalize.css": "^8.0.1",
"qs": "^6.13.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-query": "^3.39.3",
"react-router-dom": "^7.1.3",
"react-select": "^5.8.3",
"react-select-virtualized": "^5.6.0",
"react-virtualized": "^9.22.3",
"styled-components": "^6.1.14",
"styled-system": "^5.1.5",
"zustand": "^5.0.3"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"prettier": "prettier . --check --ignore-unknown",
"lint:fix": "eslint . --fix",
"prettier:fix": "prettier . -w"
},
"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"
]
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.7",
"@types/react-dom": "^18.3.5",
"@types/react-router-dom": "^5.3.3",
"@types/react": "^18.3.18",
"@types/styled-components": "^5.1.34",
"@types/styled-system": "^5.1.22",
"@vitejs/plugin-react": "^4.3.4",
"esbuild-plugin-react-virtualized": "^1.0.4",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"eslint-plugin-react": "^7.37.2",
"eslint": "^9.17.0",
"globals": "^15.14.0",
"prettier": "3.4.2",
"sass-embedded": "^1.83.0",
"typescript-eslint": "^8.19.1",
"typescript": "~5.7.3",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4",
"vite": "^6.0.11",
"@eslint/js": "^9.18.0"
}
}