-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2 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
{
"name": "@doctorwork/dw-cli",
"version": "1.0.4",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"dw-cli": "./bin/dw-cli"
},
"author": "",
"license": "ISC",
"dependencies": {
"@tarojs/async-await": "1.0.7",
"@tarojs/cli": "^1.2.0",
"@tarojs/components": "1.0.7",
"@tarojs/redux": "1.0.7",
"@tarojs/redux-h5": "1.0.7",
"@tarojs/router": "1.0.7",
"@tarojs/taro": "1.0.7",
"@tarojs/taro-h5": "1.0.7",
"@tarojs/transformer-wx": "^1.2.0",
"@tarojs/webpack-runner": "^1.2.0",
"autoprefixer": "^9.4.3",
"babel-core": "^6.26.3",
"babel-generator": "^6.26.1",
"babel-template": "^6.26.0",
"babel-traverse": "^6.26.0",
"babel-types": "^6.26.0",
"babel-eslint": "^8.2.6",
"babel-plugin-import": "^1.11.0",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-react-css-modules": "^3.4.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-jsx-stylesheet": "^0.6.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"chokidar": "^2.0.4",
"commander": "^2.19.0",
"eslint": "^4.19.1",
"eslint-config-taro": "1.0.7",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-taro": "1.0.7",
"fs-extra": "^7.0.1",
"html-webpack-plugin": "^3.2.0",
"klaw": "^3.0.0",
"loader-utils": "^1.1.0",
"lodash": "^4.17.11",
"mini-css-extract-plugin": "^0.5.0",
"opn": "^5.4.0",
"postcss-plugin-constparse": "^1.2.0",
"postcss-pxtransform": "^1.2.0",
"rimraf": "^2.6.2",
"stylus-supremacy": "^2.12.7",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.27.1",
"webpack-dev-server": "^3.1.10",
"webpack-merge": "^4.1.5",
"@types/react": "16.3.14",
"@types/webpack-env": "^1.13.6"
}
}