-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.89 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
{
"name": "deep",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"lint": "eslint .",
"update": "ncu -du --doctorTest \"npm run build\"",
"analyze": "npm run build && source-map-explorer 'build/static/js/*.js'"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@khmyznikov/pwa-install": "^0.4.5",
"@types/lodash.defaultsdeep": "^4.6.9",
"@types/lodash.merge": "^4.6.9",
"@types/qs": "^6.9.16",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@types/seedrandom": "^3.0.8",
"@types/web-app-manifest": "^1.0.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"deep-object-diff": "^1.1.9",
"eslint": "^8.56.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-sonarjs": "^0.23.0",
"i18next": "^23.15.1",
"i18next-browser-languagedetector": "^8.0.0",
"lodash.defaultsdeep": "^4.6.1",
"lodash.merge": "^4.6.2",
"postcss": "^8.4.47",
"qs": "^6.13.0",
"rc-slider": "^11.1.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-i18next": "^15.0.2",
"react-router-dom": "^6.26.2",
"recharts": "^2.12.7",
"sass": "^1.79.3",
"seedrandom": "^3.0.5",
"tailwindcss": "^3.4.13",
"translation-check": "^1.1.0",
"typescript": "^5",
"vite": "^5.4.8",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-pwa": "^0.20.5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}