This repository has been archived by the owner on Oct 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
67 lines (67 loc) · 2.47 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": "we-timer",
"version": "1.3.0",
"private": true,
"scripts": {
"preserve": "cp ./src/project.config.dev.json ./project.config.json",
"serve": "npm run dev:mp-weixin",
"prebuild": "cp ./src/project.config.build.json ./project.config.json",
"build": "npm run build:mp-weixin",
"build:mp-weixin": "cross-env NODE_ENV=production UNI_PLATFORM=mp-weixin vue-cli-service uni-build",
"dev:mp-weixin": "cross-env NODE_ENV=development UNI_PLATFORM=mp-weixin vue-cli-service uni-build --watch",
"info": "node node_modules/@dcloudio/vue-cli-plugin-uni/commands/info.js"
},
"dependencies": {
"@dcloudio/uni-app-plus": "^2.0.0-27920200618002",
"@dcloudio/uni-h5": "^2.0.0-27920200618002",
"@dcloudio/uni-helper-json": "*",
"@dcloudio/uni-mp-360": "^2.0.0-27920200618002",
"@dcloudio/uni-mp-alipay": "^2.0.0-27920200618002",
"@dcloudio/uni-mp-baidu": "^2.0.0-27920200618002",
"@dcloudio/uni-mp-qq": "^2.0.0-27920200618002",
"@dcloudio/uni-mp-toutiao": "^2.0.0-27920200618002",
"@dcloudio/uni-mp-weixin": "^2.0.0-27920200618002",
"@dcloudio/uni-quickapp-native": "^2.0.0-27920200618002",
"@dcloudio/uni-quickapp-webview": "^2.0.0-27920200618002",
"@dcloudio/uni-stat": "^2.0.0-27920200618002",
"core-js": "^3.6.5",
"flyio": "^0.6.2",
"regenerator-runtime": "^0.12.1",
"vue": "^2.6.11",
"vuex": "^3.2.0"
},
"devDependencies": {
"@dcloudio/types": "*",
"@dcloudio/uni-automator": "^2.0.0-27920200618002",
"@dcloudio/uni-cli-shared": "^2.0.0-27920200618002",
"@dcloudio/uni-migration": "^2.0.0-27920200618002",
"@dcloudio/uni-template-compiler": "^2.0.0-27920200618002",
"@dcloudio/vue-cli-plugin-hbuilderx": "^2.0.0-27920200618002",
"@dcloudio/vue-cli-plugin-uni": "^2.0.0-27920200618002",
"@dcloudio/vue-cli-plugin-uni-optimize": "^2.0.0-27920200618002",
"@dcloudio/webpack-uni-mp-loader": "^2.0.0-27920200618002",
"@dcloudio/webpack-uni-pages-loader": "^2.0.0-27920200618002",
"@vue/cli-plugin-babel": "~4.4.0",
"@vue/cli-service": "~4.4.0",
"babel-plugin-import": "^1.11.0",
"cross-env": "^7.0.2",
"jest": "^25.4.0",
"mini-types": "*",
"miniprogram-api-typings": "*",
"postcss-comment": "^2.0.0",
"sass": "^1.55.0",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
},
"browserslist": [
"Android >= 4",
"ios >= 8"
],
"uni-app": {
"scripts": {}
},
"prettier": {
"semi": false,
"singleQuote": true
}
}