-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 2.09 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 2.09 KB
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
{
"name": "cloud-stock",
"version": "1.0.0",
"description": "云股东",
"scripts": {
"dev:h5": "cross-env NODE_ENV=development UNI_PLATFORM=h5 UNI_INPUT_DIR=. UNI_CLI_CONTEXT=. vue-cli-service uni-serve",
"build:h5": "cross-env NODE_ENV=production UNI_PLATFORM=h5 UNI_INPUT_DIR=. UNI_CLI_CONTEXT=. vue-cli-service uni-build",
"dev:mp-weixin": "cross-env NODE_ENV=development UNI_PLATFORM=mp-weixin UNI_INPUT_DIR=. UNI_CLI_CONTEXT=. vue-cli-service uni-build --watch",
"build:mp-weixin": "cross-env NODE_ENV=production UNI_PLATFORM=mp-weixin UNI_INPUT_DIR=. UNI_CLI_CONTEXT=. vue-cli-service uni-build",
"postinstall": "patch-package"
},
"dependencies": {
"bl": "^6.1.6",
"uview-ui": "^2.0.36",
"vue": "^2.6.14",
"vuex": "^3.6.2"
},
"devDependencies": {
"@dcloudio/uni-automator": "2.0.2-3090920231225001",
"@dcloudio/uni-cli-i18n": "2.0.2-3090920231225001",
"@dcloudio/uni-cli-shared": "2.0.2-3090920231225001",
"@dcloudio/uni-h5": "2.0.2-3090920231225001",
"@dcloudio/uni-helper-json": "*",
"@dcloudio/uni-i18n": "2.0.2-3090920231225001",
"@dcloudio/uni-migration": "2.0.2-3090920231225001",
"@dcloudio/uni-mp-weixin": "2.0.2-3090920231225001",
"@dcloudio/uni-stat": "2.0.2-3090920231225001",
"@dcloudio/uni-template-compiler": "2.0.2-3090920231225001",
"@dcloudio/vue-cli-plugin-uni": "2.0.2-3090920231225001",
"@dcloudio/webpack-uni-mp-loader": "2.0.2-3090920231225001",
"@dcloudio/webpack-uni-pages-loader": "2.0.2-3090920231225001",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"autoprefixer": "^10.4.19",
"babel-loader": "^8.3.0",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"mini-css-extract-plugin": "^2.7.6",
"patch-package": "^8.0.1",
"postcss": "^8.4.38",
"postcss-comment": "^2.0.0",
"postcss-import": "^15.1.0",
"postcss-loader": "^6.2.1",
"sass": "^1.32.12",
"sass-loader": "^12.6.0",
"vue-loader": "15.9.8",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.89.0"
},
"browserslist": [
"Android >= 4",
"ios >= 8"
]
}