-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (33 loc) · 737 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (33 loc) · 737 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
{
"name": "with-ant-design",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ant-design/icons": "4.2.1",
"@next/bundle-analyzer": "^9.1.4",
"antd": "4.3.0",
"babel-plugin-import": "1.13.0",
"cross-env": "^7.0.2",
"dayjs": "1.8.28",
"esm": "^3.2.25",
"next": "latest",
"postcss-preset-env": "^6.7.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"mongoose": "^5.9.13",
"swr": "0.2.2",
"isomorphic-unfetch": "^3.0.0",
"axios": "^0.18.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.2"
},
"browser": {
"fs": false,
"path": false
},
"license": "MIT"
}