-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
67 lines (67 loc) · 2.38 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
58
59
60
61
62
63
64
65
66
67
{
"name": "uniapp-project-cli",
"version": "1.0.0",
"description": "免 hbuildx 启动 uniapp 项目, 以及一键迁移到 vue-cli 项目结构",
"main": "index.js",
"bin": {
"unilaunch": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"HBuilderX",
"uniapp",
"vue-cli"
],
"author": "superq",
"license": "MIT",
"dependencies": {
"@babel/plugin-syntax-typescript": "^7.2.0",
"@dcloudio/types": "^2.2.4",
"@dcloudio/uni-app-plus": "^2.0.0-31920210514002",
"@dcloudio/uni-automator": "^2.0.0-31920210514002",
"@dcloudio/uni-cli-shared": "^2.0.0-31920210514002",
"@dcloudio/uni-h5": "^2.0.0-31920210514002",
"@dcloudio/uni-i18n": "^2.0.0-31920210514002",
"@dcloudio/uni-migration": "^2.0.0-31920210514002",
"@dcloudio/uni-mp-360": "^2.0.0-31920210514002",
"@dcloudio/uni-mp-alipay": "^2.0.0-31920210514002",
"@dcloudio/uni-mp-baidu": "^2.0.0-31920210514002",
"@dcloudio/uni-mp-qq": "^2.0.0-31920210514002",
"@dcloudio/uni-mp-toutiao": "^2.0.0-31920210514002",
"@dcloudio/uni-mp-weixin": "^2.0.0-31920210514002",
"@dcloudio/uni-quickapp-webview": "^2.0.0-31920210514002",
"@dcloudio/uni-stat": "^2.0.0-31920210514002",
"@dcloudio/uni-template-compiler": "^2.0.0-31920210514002",
"@dcloudio/vue-cli-plugin-hbuilderx": "^2.0.0-31920210514002",
"@dcloudio/vue-cli-plugin-uni": "^2.0.0-31920210514002",
"@dcloudio/vue-cli-plugin-uni-optimize": "^2.0.0-31920210514002",
"@dcloudio/webpack-uni-mp-loader": "^2.0.0-31920210514002",
"@dcloudio/webpack-uni-pages-loader": "^2.0.0-31920210514002",
"@vue/cli-plugin-babel": "~4.2.0",
"@vue/cli-plugin-typescript": "~4.2.0",
"@vue/cli-service": "~4.2.0",
"babel-plugin-import": "^1.11.0",
"caniuse-lite": "^1.0.30001228",
"flyio": "^0.6.2",
"jest": "^25.4.0",
"less-loader": "^4.1.0",
"module-alias": "^2.1.0",
"postcss-comment": "^2.0.0",
"postcss-px-to-viewport": "^1.1.1",
"pug-plain-loader": "^1.0.0",
"regenerator-runtime": "^0.12.1",
"sass": "^1.32.13",
"sass-loader": "10.x.x",
"stylus-loader": "^3.0.2",
"typescript": "^3.0.0",
"vue": "^2.6.11",
"vue-class-component": "^6.3.2",
"vue-i18n": "^8.24.1",
"vue-property-decorator": "^7.2.0",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.0.1",
"yargs": "^17.0.1"
}
}