forked from nicholaswan/jjb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.45 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "jjb",
"version": "1.15.9",
"author": "Ming",
"private": true,
"scripts": {
"start": "npx webpack --config webpack.config.js",
"build": "NODE_ENV=production yarn start",
"dev": "webpack --watch"
},
"dependencies": {
"@antv/g2": "^4.1.11",
"@sunoj/touchemulator": "^0.0.2",
"babel-plugin-transform-runtime": "^6.23.0",
"dexie": "^2.0.4",
"dialog-polyfill": "^0.5.1",
"hooper": "^0.1.5",
"jobs": "^0.0.4",
"jquery": "3.5",
"lodash": "^4.17.19",
"logline": "^1.1.2",
"luxon": "^1.4.3",
"tippy.js": "^4.2.0",
"vue": "^2.6.11",
"vue-infinite-loading": "^2.4.5",
"vue-lazyload": "^1.3.3",
"weui": "^1.1.3",
"weui.js": "^1.1.4"
},
"alias": {
"vue": "./node_modules/vue/dist/vue.common.js"
},
"staticFiles": {
"staticPath": "static",
"watcherGlob": "**"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.5.3",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"less": "^3.11.1",
"less-loader": "^6.0.0",
"parcel-plugin-static-files-copy": "^2.3.1",
"style-loader": "^1.2.1",
"svg-inline-loader": "^0.8.2",
"svg-url-loader": "^5.0.0",
"url-loader": "^4.1.0",
"vue-loader": "^15.9.1",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}