forked from nicholaswan/jjb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.19 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
{
"name": "jjb",
"version": "1.15.9",
"author": "Ming",
"private": true,
"scripts": {
"build": "NODE_ENV=production node_modules/.bin/gulp",
"cleanbuild": "yarn clean && yarn build",
"clean": "node_modules/.bin/rimraf dist && node_modules/.bin/rimraf build",
"dev": "node_modules/.bin/gulp dev"
},
"dependencies": {
"@antv/g2": "^3.5.8-beta.3",
"@sunoj/touchemulator": "^0.0.1",
"babel-plugin-transform-runtime": "^6.23.0",
"dexie": "^2.0.4",
"dialog-polyfill": "^0.4.10",
"gulp": "^4.0.2",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-preprocess": "^2.0.0",
"gulp-replace": "^0.6.1",
"gulp-watch": "^4.3.11",
"hooper": "^0.1.5",
"jobs": "^0.0.4",
"jquery": "3.4",
"lodash": "^4.17.10",
"logline": "^1.1.2",
"luxon": "^1.4.3",
"parcel-bundler": "^1.12.3",
"tippy.js": "^4.2.0",
"vue": "^2.5.9",
"weui": "^1.1.3",
"weui.js": "^1.1.4"
},
"alias": {
"vue": "./node_modules/vue/dist/vue.common.js"
},
"devDependencies": {
"@vue/component-compiler-utils": "^2.6.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"vue-template-compiler": "^2.6.10"
}
}