|
1 | 1 | { |
2 | | -"name": "taro", |
3 | | -"version": "1.0.0", |
4 | | -"private": true, |
5 | | -"description": "", |
6 | | -"scripts": { |
7 | | -"build:weapp": "taro build --type weapp", |
8 | | -"build:swan": "taro build --type swan", |
9 | | -"build:alipay": "taro build --type alipay", |
10 | | -"build:tt": "taro build --type tt", |
11 | | -"build:h5": "taro build --type h5", |
12 | | -"build:rn": "taro build --type rn", |
13 | | -"dev:weapp": "npm run build:weapp -- --watch", |
14 | | -"dev:swan": "npm run build:swan -- --watch", |
15 | | -"dev:alipay": "npm run build:alipay -- --watch", |
16 | | -"dev:tt": "npm run build:tt -- --watch", |
17 | | -"dev:h5": "npm run build:h5 -- --watch", |
18 | | -"dev:rn": "npm run build:rn -- --watch" |
19 | | -}, |
20 | | -"author": "", |
21 | | -"license": "MIT", |
22 | | -"dependencies": { |
23 | | -"@tarojs/components": "1.3.0-beta.3", |
24 | | -"@tarojs/rn-runner": "1.3.0-beta.3", |
25 | | -"@tarojs/router": "1.3.0-beta.3", |
26 | | -"@tarojs/taro": "1.3.0-beta.3", |
27 | | -"@tarojs/taro-alipay": "1.3.0-beta.3", |
28 | | -"@tarojs/taro-h5": "1.3.0-beta.3", |
29 | | -"@tarojs/taro-swan": "1.3.0-beta.3", |
30 | | -"@tarojs/taro-tt": "1.2.20", |
31 | | -"@tarojs/taro-weapp": "1.3.0-beta.3", |
32 | | -"nerv-devtools": "^1.3.9", |
33 | | -"nervjs": "^1.3.9", |
34 | | -"postcss": "^7.0.14", |
35 | | -"stylelint": "^9.10.1", |
36 | | -"stylelint-config-taro-rn": "^1.2.22", |
37 | | -"stylelint-taro-rn": "^1.2.22" |
38 | | -}, |
39 | | -"devDependencies": { |
40 | | -"@tarojs/plugin-babel": "1.3.0-beta.3", |
41 | | -"@tarojs/plugin-csso": "1.3.0-beta.3", |
42 | | -"@tarojs/plugin-sass": "1.3.0-beta.3", |
43 | | -"@tarojs/plugin-uglifyjs": "1.3.0-beta.3", |
44 | | -"@tarojs/webpack-runner": "1.3.0-beta.3", |
45 | | -"@types/react": "^16.4.6", |
46 | | -"@types/webpack-env": "^1.13.6", |
47 | | -"babel-eslint": "^8.2.3", |
48 | | -"babel-plugin-transform-class-properties": "^6.24.1", |
49 | | -"babel-plugin-transform-decorators-legacy": "^1.3.4", |
50 | | -"babel-plugin-transform-jsx-stylesheet": "^0.6.5", |
51 | | -"babel-plugin-transform-object-rest-spread": "^6.26.0", |
52 | | -"babel-preset-env": "^1.6.1", |
53 | | -"eslint": "^4.19.1", |
54 | | -"eslint-config-taro": "1.3.0-beta.3", |
55 | | -"eslint-plugin-import": "^2.12.0", |
56 | | -"eslint-plugin-react": "^7.8.2", |
57 | | -"eslint-plugin-taro": "1.3.0-beta.3" |
58 | | -} |
| 2 | + "name": "taro-test", |
| 3 | + "version": "1.0.0", |
| 4 | + "private": true, |
| 5 | + "description": "taro 性能测试", |
| 6 | + "templateInfo": { |
| 7 | + "name": "default", |
| 8 | + "typescript": false, |
| 9 | + "css": "none" |
| 10 | + }, |
| 11 | + "scripts": { |
| 12 | + "build:weapp": "taro build --type weapp", |
| 13 | + "build:swan": "taro build --type swan", |
| 14 | + "build:alipay": "taro build --type alipay", |
| 15 | + "build:tt": "taro build --type tt", |
| 16 | + "build:h5": "taro build --type h5", |
| 17 | + "build:rn": "taro build --type rn", |
| 18 | + "build:qq": "taro build --type qq", |
| 19 | + "build:quickapp": "taro build --type quickapp", |
| 20 | + "dev:weapp": "npm run build:weapp -- --watch", |
| 21 | + "dev:swan": "npm run build:swan -- --watch", |
| 22 | + "dev:alipay": "npm run build:alipay -- --watch", |
| 23 | + "dev:tt": "npm run build:tt -- --watch", |
| 24 | + "dev:h5": "npm run build:h5 -- --watch", |
| 25 | + "dev:rn": "npm run build:rn -- --watch", |
| 26 | + "dev:qq": "npm run build:qq -- --watch", |
| 27 | + "dev:quickapp": "npm run build:quickapp -- --watch" |
| 28 | + }, |
| 29 | + "author": "", |
| 30 | + "license": "MIT", |
| 31 | + "dependencies": { |
| 32 | + "@tarojs/components": "2.0.7", |
| 33 | + "@tarojs/components-qa": "2.0.7", |
| 34 | + "@tarojs/router": "2.0.7", |
| 35 | + "@tarojs/taro": "2.0.7", |
| 36 | + "@tarojs/taro-alipay": "2.0.7", |
| 37 | + "@tarojs/taro-h5": "2.0.7", |
| 38 | + "@tarojs/taro-qq": "2.0.7", |
| 39 | + "@tarojs/taro-quickapp": "2.0.7", |
| 40 | + "@tarojs/taro-swan": "2.0.7", |
| 41 | + "@tarojs/taro-tt": "2.0.7", |
| 42 | + "@tarojs/taro-weapp": "2.0.7", |
| 43 | + "@tarojs/taro-rn": "2.0.7", |
| 44 | + "babel-runtime": "^6.26.0", |
| 45 | + "regenerator-runtime": "0.11.1", |
| 46 | + "nervjs": "^1.5.5", |
| 47 | + "nerv-devtools": "^1.5.5" |
| 48 | + }, |
| 49 | + "devDependencies": { |
| 50 | + "@types/react": "^16.4.6", |
| 51 | + "@types/webpack-env": "^1.13.6", |
| 52 | + "@tarojs/mini-runner": "2.0.7", |
| 53 | + "@tarojs/webpack-runner": "2.0.7", |
| 54 | + "babel-plugin-transform-class-properties": "^6.24.1", |
| 55 | + "babel-plugin-transform-decorators-legacy": "^1.3.4", |
| 56 | + "babel-plugin-transform-jsx-stylesheet": "^0.6.5", |
| 57 | + "babel-plugin-transform-object-rest-spread": "^6.26.0", |
| 58 | + "babel-plugin-transform-runtime": "^6.23.0", |
| 59 | + "babel-preset-env": "^1.6.1", |
| 60 | + "babel-eslint": "^8.2.3", |
| 61 | + "eslint": "^5.16.0", |
| 62 | + "eslint-config-taro": "2.0.7", |
| 63 | + "eslint-plugin-react": "^7.8.2", |
| 64 | + "eslint-plugin-react-hooks": "^1.6.1", |
| 65 | + "eslint-plugin-import": "^2.12.0", |
| 66 | + "stylelint": "9.3.0", |
| 67 | + "stylelint-config-taro-rn": "2.0.7", |
| 68 | + "stylelint-taro-rn": "2.0.7", |
| 69 | + "eslint-plugin-taro": "2.0.7" |
| 70 | + } |
59 | 71 | } |
0 commit comments