-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
{
"name": "with-ant-design-less",
"version": "1.0.0",
"scripts": {
"dev": "next src",
"build": "next build",
"start": "next start",
"server": "node ./server/server.js"
},
"dependencies": {
"antd": "^3.11.6",
"axios": "^0.18.1",
"braft-editor": "^2.2.5",
"dva-no-router": "^1.2.0",
"koa": "^2.5.3",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"koa2-cors": "^2.0.6",
"less": "^3.8.1",
"lodash": "^4.17.11",
"md5": "^2.2.1",
"next": "^7.0.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-ds": "^1.10.0",
"react-selectable-fast": "^2.1.1"
},
"license": "ISC",
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.1.0",
"@babel/preset-stage-0": "^7.0.0",
"@types/react": "^16.4.14",
"@zeit/next-less": "^1.0.0",
"@zeit/next-typescript": "^1.1.1",
"babel-plugin-import": "^1.7.0",
"babel-plugin-module-resolver": "^3.1.1",
"prettier": "^1.14.2",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-config-standard": "^8.0.1",
"tslint-plugin-prettier": "^2.0.0",
"typescript": "^3.0.3"
}
}