-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.82 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "fishd-mircoapp",
"version": "1.0.0",
"description": "智慧企业小程序组件库",
"main": "index.js",
"scripts": {
"dll": "concurrently 'npm run dll:site'",
"dev": "concurrently 'npm run dev:h5' 'npm run open:site'",
"build": "concurrently 'npm run build:site'",
"dll:site": "fishd-doc dll --config ./site/doc.desktop.config.js",
"open:site": "fishd-doc start --config ./site/doc.desktop.config.js",
"build:site": "fishd-doc build --config ./site/doc.desktop.config.js",
"build:h5": "taro build --type h5",
"dev:h5": "npm run build:h5 -- --watch"
},
"author": "qiyu",
"license": "ISC",
"dependencies": {
"@tarojs/components": "2.0.3",
"@tarojs/components-qa": "2.0.3",
"@tarojs/router": "2.0.3",
"@tarojs/taro": "2.0.3",
"@tarojs/taro-alipay": "2.0.3",
"@tarojs/taro-h5": "2.0.3",
"@tarojs/taro-qq": "2.0.3",
"@tarojs/taro-quickapp": "2.0.3",
"@tarojs/taro-rn": "2.0.3",
"@tarojs/taro-swan": "2.0.3",
"@tarojs/taro-tt": "2.0.3",
"@tarojs/taro-weapp": "2.0.3",
"fishd-doc": "^1.0.2",
"nerv-devtools": "^1.5.5",
"nervjs": "^1.5.5",
"react": "^16.12.0",
"tslint-config-standard": "^9.0.0",
"tslint-react": "^4.2.0"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/plugin-proposal-logical-assignment-operators": "^7.7.4",
"@babel/plugin-proposal-numeric-separator": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@tarojs/cli": "^2.0.3",
"@tarojs/mini-runner": "2.0.3",
"@tarojs/webpack-runner": "2.0.3",
"@types/react": "^16.9.16",
"@types/webpack-env": "^1.13.6",
"@typescript-eslint/eslint-plugin": "^2.13.0",
"@typescript-eslint/parser": "^2.13.0",
"autoprefixer": "^9.7.3",
"babel-eslint": "^10.0.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-imports": "^2.0.0",
"babel-plugin-transform-jsx-stylesheet": "^0.6.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"concurrently": "^5.0.2",
"eslint": "^6.7.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-standard": "^14.1.0",
"eslint-config-taro": "2.0.3",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^3.0.2",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^1.6.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-taro": "2.0.3",
"react-hot-loader": "^4.12.18",
"stylelint": "9.3.0",
"stylelint-config-taro-rn": "2.0.3",
"stylelint-taro-rn": "2.0.3",
"typescript": "^3.0.1"
}
}