-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.42 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": "megalo-h5-demo",
"version": "1.0.0",
"private": true,
"scripts": {
"build:wechat": "megalo-cli-service build",
"build:alipay": "megalo-cli-service build --platform alipay",
"build:swan": "megalo-cli-service build --platform swan",
"build:toutiao": "megalo-cli-service build --platform toutiao",
"build:web": "megalo-cli-service build --platform web",
"dev:alipay": "megalo-cli-service serve --platform alipay",
"dev:swan": "megalo-cli-service serve --platform swan",
"dev:wechat": "megalo-cli-service serve",
"dev:toutiao": "megalo-cli-service serve --platform toutiao",
"dev:web": "megalo-cli-service serve --platform web",
"lint": "megalo-cli-service lint"
},
"license": "ISC",
"babel": {
"presets": [
"@megalo/app"
]
},
"devDependencies": {
"@megalo/babel-preset-app": "latest",
"@megalo/cli-plugin-eslint": "^1.0.0-beta.1",
"@megalo/cli-service": "latest",
"@megalo/eslint-config-standard": "latest",
"@megalo/target": "^0.7.4-0",
"@megalo/template-compiler": "latest",
"eslint": "^5.15.3",
"node-sass": "^4.10.0",
"sass-loader": "^7.1.0"
},
"dependencies": {
"@megalo/api": "latest",
"@megalo/cli-plugin-web": "^1.0.0-alpha.3",
"@megalo/vhtml-plugin": "latest",
"megalo": "latest",
"octoparse": "^0.4.2",
"vue": "^2.5.17",
"vue-router": "^3.0.7",
"vue-template-compiler": "^2.5.17"
}
}