-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 824 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 824 Bytes
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
{
"name": "clockwork-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ant-design/icons": "^4.8.0",
"@ant-design/plots": "^1.2.2",
"@handsontable/react": "^12.3.0",
"@kunukn/react-collapse": "^2.2.9",
"antd": "^5.0.6",
"axios": "^0.25.0",
"color-hash": "^2.0.1",
"dayjs": "^1.10.4",
"handsontable": "^12.3.0",
"lodash": "^4.17.21",
"next": "12.3.4",
"next-auth": "^4.18.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.7.1",
"react-json-view-lite": "^0.9.2",
"react-use": "^17.4.0",
"sass": "^1.56.2",
"suneditor-react": "^2.16.1",
"swr": "^1.1.2"
},
"browser": {
"fs": false,
"path": false
}
}