-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.51 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
{
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"@types/node": "^14.14.22",
"@types/react": "^17.0.0",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"@vitejs/plugin-react-refresh": "^1.3.1",
"cross-env": "^7.0.3",
"css-loader": "^5.0.1",
"eslint": "^7.19.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss-loader": "^4.2.0",
"sass": "^1.32.5",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"typescript": "^4.1.3"
},
"dependencies": {
"@reduxjs/toolkit": "^1.5.0",
"@types/lodash": "^4.14.168",
"@types/react-color": "^3.0.4",
"@types/uuid": "^8.3.0",
"antd": "^4.14.0",
"axios": "^0.21.1",
"dayjs": "^1.10.4",
"dom-to-image": "^2.6.0",
"eventemitter3": "^4.0.7",
"formik": "^2.2.6",
"json-format": "^1.0.1",
"lodash": "^4.17.20",
"qrcode-generator": "^1.4.4",
"qs": "6.9.6",
"react": "^17.0.1",
"react-beautiful-dnd": "^13.0.0",
"react-color": "^2.19.3",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-use-localstorage": "^3.5.3",
"uuid": "^8.3.2",
"vite": "^2.0.1",
"yup": "^0.32.9"
}
}