-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
50 lines (50 loc) · 1.38 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
{
"name": "frontend",
"private": true,
"version": "1.0.0",
"scripts": {
"lint": "eslint ./src --ext .ts,.tsx",
"start": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"classnames": "^2.3.2",
"cropperjs": "^1.6.1",
"fabric": "^5.3.0",
"immer": "^10.0.3",
"lodash": "^4.17.21",
"rc-scrollbars": "^1.1.6",
"react": "^18.2.0",
"react-cropper": "^2.3.3",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"rxjs": "^7.8.1",
"swiper": "^11.0.5",
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/fabric": "^5.3.6",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.0",
"@types/node": "^20.10.4",
"@types/react": "^18.0.17",
"@types/react-cropper": "^1.3.6",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"sass": "^1.69.5",
"typescript": "^4.6.4",
"vite": "^5.0.11"
}
}