forked from nicholaswan/jjb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 937 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
{
"name": "jjb",
"version": "1.15.9",
"author": "Ming",
"private": true,
"scripts": {
"build": "NODE_ENV=production node_modules/.bin/gulp",
"dev": "node_modules/.bin/gulp dev"
},
"dependencies": {
"@antv/g2": "^3.2.8",
"@sunoj/touchemulator": "^0.0.1",
"babel-plugin-transform-runtime": "^6.23.0",
"dialog-polyfill": "^0.4.10",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-preprocess": "^2.0.0",
"gulp-replace": "^0.6.1",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"jobs": "^0.0.4",
"jquery": "^3.3.1",
"lodash": "^4.17.10",
"logline": "^1.1.2",
"luxon": "^1.4.3",
"parcel-bundler": "^1.10.3",
"static": "^2.0.0",
"tippy.js": "^3.0.5",
"vue": "^2.5.17",
"weui.js": "^1.1.4",
"zepto": "^1.2.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0"
}
}