-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2 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
{
"name": "x1z53.ru",
"repository": "https://github.com/x1z53/x1z53.ru",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build && next-sitemap --config sitemap.js",
"buildTest": "next build && next-sitemap --config test.sitemap.js",
"start": "next start"
},
"overrides": {
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz"
},
"dependencies": {
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.8.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@reduxjs/toolkit": "^1.9.5",
"@vkontakte/icons": "^2.55.0",
"crypto-js": "^4.1.1",
"docxtemplater": "^3.37.12",
"eslint": "^8.46.0",
"framer-motion": "^10.15.1",
"howler": "^2.2.3",
"i18next": "^23.4.4",
"immer": "^10.0.2",
"ky": "^0.33.3",
"next": "^13.4.13",
"next-sitemap": "^4.2.2",
"pizzip": "^3.1.4",
"qr-code-styling": "^1.6.0-rc.1",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-device-detect": "^2.2.3",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-multi-backend": "^8.0.1",
"react-dnd-preview": "^8.0.1",
"react-dnd-touch-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^4.10.1",
"react-redux": "^8.1.2",
"react-sound": "^1.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-undo": "^1.1.0",
"styled-components": "^6.0.7",
"tonal": "^5.0.0",
"use-sound": "^4.0.1",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.13",
"@types/crypto-js": "^4.1.1",
"@types/node": "^20.4.9",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.1",
"prettier": "^3.0.3",
"typescript": "^5.1.6"
}
}