-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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": "web-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npx next dev",
"build": "npx next build",
"start": "npx next start",
"lint": "npx next lint"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@dnd-kit/core": "^4.0.0",
"@dnd-kit/sortable": "^5.0.0",
"@dnd-kit/utilities": "^3.0.0",
"antd": "^4.16.13",
"classnames": "^2.3.1",
"dayjs": "^1.10.7",
"lodash": "^4.17.21",
"next": "11.1.2",
"next-iron-session": "^4.2.0",
"next-plugin-antd-less": "^1.4.3",
"pretty-bytes": "^5.6.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-drag-listview": "^0.1.8",
"react-dropzone": "^11.4.2",
"react-icons": "^4.3.1",
"sha1": "^1.1.1",
"superagent": "^6.1.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"babel-plugin-import": "^1.13.3",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "11.1.2",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.2.0"
}
}