-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "mictract",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ant-design/icons": "^4.5.0",
"@react-rxjs/core": "^0.6.5",
"antd": "^4.7.3",
"axios": "^0.21.1",
"classnames": "^2.2.6",
"date-fns": "^2.17.0",
"express": "^4.17.1",
"gray-matter": "^4.0.2",
"hover.css": "^2.3.2",
"http-proxy-middleware": "^1.1.2",
"moment": "^2.29.1",
"next": "9.5.3",
"next-compose-plugins": "^2.2.0",
"nprogress": "^0.2.0",
"ramda": "^0.27.1",
"react": "16.13.1",
"react-copy-to-clipboard": "^5.0.2",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "16.13.1",
"rxjs": "^6.6.6",
"echarts": "^5.1.0"
},
"devDependencies": {
"@babel/preset-react": "^7.12.13",
"@zeit/next-css": "^1.0.1",
"@zeit/next-less": "^1.0.1",
"axios": "^0.21.1",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.1",
"babel-preset-es2015": "^6.24.1",
"less": "^3.12.2",
"less-vars-to-js": "^1.3.0",
"loader-utils": "^2.0.0",
"mini-css-extract-plugin": "^1.3.8"
}
}