-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.03 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.03 KB
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
{
"name": "energet-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.3.1",
"@mui/material": "^6.3.1",
"@mui/styled-engine": "^6.3.1",
"@mui/styles": "^6.4.3",
"@mui/x-data-grid": "^7.26.0",
"@pbe/react-yandex-maps": "^1.2.5",
"@reduxjs/toolkit": "^2.5.0",
"@sentry/react": "^10.3.0",
"@tanstack/react-query": "^5.90.2",
"@vkid/sdk": "^2.6.0",
"axios": "^1.12.2",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"framer-motion": "^11.17.0",
"i": "^0.3.7",
"lodash": "^4.17.21",
"npm": "^11.0.0",
"prettier": "^3.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2",
"react-images-uploading": "^3.1.7",
"react-redux": "^9.2.0",
"react-router-dom": "^7.1.1",
"redux-persist": "^6.0.0",
"sass": "^1.83.1",
"styled-reset": "^4.5.2",
"stylelint-scss": "^6.10.0",
"use-debounce": "^10.0.4",
"use-local-storage-state": "^19.5.0",
"vite-tsconfig-paths": "^5.1.4"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/lodash": "^4.17.20",
"@types/node": "^24.3.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "^3.2.4",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"jsdom": "^26.1.0",
"prettier-plugin-organize-imports": "^4.1.0",
"stylelint": "^16.12.0",
"stylelint-config-standard": "^36.0.1",
"typescript": "~5.8.3",
"typescript-eslint": "^8.38.0",
"vite": "7.0.5",
"vitest": "^3.2.4"
}
}