-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 1.17 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
{
"name": "megalo-yanxuan-demo",
"version": "1.0.0",
"description": "a megalo project",
"main": "index.js",
"scripts": {
"dev:alipay": "webpack --config ./build/webpack.config.alipay.js -w",
"dev:swan": "webpack --config ./build/webpack.config.swan.js -w",
"dev:wechat": "webpack --config ./build/webpack.config.wechat.js -w"
},
"keywords": [],
"author": "木羽 <zwwill7@163.com>",
"license": "ISC",
"devDependencies": {
"@megalo/target": "^0.2.0-0",
"@megalo/template-compiler": "^0.2.0-0",
"babel-core": "6",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.10.0",
"sass-loader": "^7.1.0",
"vue": "^2.5.17",
"vue-loader": "15.4.0",
"vue-style-loader": "^4.1.1",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
},
"dependencies": {
"@megalo/vhtml-plugin": "^0.1.0",
"megalo": "^0.2.0-0",
"octoparse": "^0.2.0"
}
}