-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.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
{
"name": "cabinet",
"type": "module",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@tinymce/tinymce-react": "^4.3.0",
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.10.5",
"classnames": "^2.3.2",
"js-cookie": "^3.0.5",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.9",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.44.2",
"react-router-dom": "^6.11.2",
"react-skinview3d": "^5.0.2",
"skinview3d": "^3.0.1"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-google-recaptcha": "^2.1.5",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^8.40.0",
"eslint-plugin-react": "^7.32.2",
"sass": "^1.62.1",
"typescript": "^5.0.4",
"vite": "^5.0.2"
}
}