-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 932 Bytes
/
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
{
"name": "gram-tools",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"bootstrap": "^4.0.0",
"css-loader": "^0.28.9",
"diff": "^3.4.0",
"electron": "^1.8.2",
"file-loader": "^1.1.6",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.2",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^4.0.0",
"gulp-less": "^3.4.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"jquery": "^3.3.1",
"jsoneditor": "^5.13.2",
"layui-layer": "^1.0.9",
"popper.js": "^1.12.9",
"style-loader": "^0.20.1",
"uglifyjs-webpack-plugin": "^1.2.2",
"url-loader": "^0.6.2",
"velocity-animate": "^1.5.1",
"webpack": "^3.10.0"
},
"dependencies": {
"antd": "^3.2.0"
}
}