-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.51 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.51 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
{
"name": "apeden",
"version": "1.0.0",
"private": true,
"description": "猿野",
"scripts": {
"build:weapp": "taro build --type weapp",
"build:alipay": "taro build --type alipay",
"build:h5": "taro build --type h5",
"build:rn": "taro build --type rn",
"dev:weapp": "npm run build:weapp -- --watch",
"dev:alipay": "npm run build:alipay -- --watch",
"dev:h5": "npm run build:h5 -- --watch",
"dev:rn": "npm run build:rn -- --watch",
"taro:update": "n latest&&taro update self&&taro update project",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"@tarojs/components": "1.2.0-beta.7",
"@tarojs/redux": "1.2.0-beta.7",
"@tarojs/redux-h5": "1.2.0-beta.7",
"@tarojs/router": "1.2.0-beta.7",
"@tarojs/taro": "1.2.0-beta.7",
"@tarojs/taro-alipay": "1.2.0-beta.7",
"@tarojs/taro-h5": "1.2.0-beta.7",
"@tarojs/taro-weapp": "1.2.0-beta.7",
"nerv-devtools": "^1.3.9",
"nervjs": "^1.3.9"
},
"devDependencies": {
"@tarojs/cli": "1.2.0-beta.7",
"@tarojs/plugin-babel": "1.2.0-beta.7",
"@tarojs/plugin-csso": "1.2.0-beta.7",
"@tarojs/plugin-sass": "1.2.0-beta.7",
"@tarojs/plugin-uglifyjs": "1.2.0-beta.7",
"@tarojs/webpack-runner": "1.2.0-beta.7",
"@types/react": "^16.7.10",
"@types/webpack-env": "^1.13.6",
"babel-plugin-transform-jsx-stylesheet": "^0.6.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"dva-core": "^1.4.0",
"dva-loading": "^2.0.6",
"taro-ui": "^1.5.0"
}
}