-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackage.json
124 lines (124 loc) · 4.08 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "mp-colorui",
"version": "0.6.18",
"description": "MP ColorUI 是一款基于 Taro 框架并且联合 Color-UI CSS 库开发的多端 UI 组件库(支持小程序端和H5端)",
"keywords": [
"taro",
"mp-colorui",
"colorui"
],
"main": "dist/index.js",
"main:h5": "dist/h5/index.js",
"types": "./@types/index.d.ts",
"repository": "https://github.com/yinLiangDream/mp-colorui",
"homepage": "https://yinliangdream.github.io/mp-colorui-doc/",
"files": [
"dist",
"@types"
],
"scripts": {
"build:weapp": "taro build --type weapp",
"build:swan": "taro build --type swan",
"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:swan": "npm run build:swan -- --watch",
"dev:alipay": "npm run build:alipay -- --watch",
"dev:h5": "npm run build:h5 -- --watch",
"dev:rn": "npm run build:rn -- --watch",
"lint": "eslint ./src --fix",
"test": "jest --coverage",
"build": "TARO_BUILD_TYPE=ui taro build --ui",
"publish:beta": "npm run build && npm publish --tag=beta",
"publish:production": "npm run build && npm publish",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs && node ./src/utils/copyDoc.js"
},
"lint-staged": {
"*.{js,ts,tsx,jsx}": [
"eslint --quiet --cache --fix",
"git add"
]
},
"author": "liangyin",
"license": "MIT",
"dependencies": {
"@tarojs/async-await": "2.2.2",
"area-data": "^5.0.6",
"dayjs": "^1.8.17"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@babel/plugin-proposal-class-properties": "^7.8.0",
"@babel/plugin-transform-react-jsx": "^7.8.0",
"@babel/preset-env": "^7.8.2",
"@tarojs/cli": "2.2.2",
"@tarojs/components": "2.2.2",
"@tarojs/mini-runner": "2.2.2",
"@tarojs/plugin-babel": "2.2.2",
"@tarojs/plugin-csso": "2.2.2",
"@tarojs/plugin-sass": "2.2.2",
"@tarojs/plugin-uglifyjs": "2.2.2",
"@tarojs/router": "2.2.2",
"@tarojs/taro": "2.2.2",
"@tarojs/taro-alipay": "2.2.2",
"@tarojs/taro-h5": "^2.2.2",
"@tarojs/taro-swan": "2.2.2",
"@tarojs/taro-weapp": "2.2.2",
"@tarojs/webpack-runner": "2.2.2",
"@types/react": "^16.8.20",
"@types/sinon": "^5.0.7",
"@types/webpack-env": "^1.13.9",
"@vuepress/plugin-active-header-links": "^1.0.0-rc.1",
"@vuepress/plugin-back-to-top": "^1.0.0-rc.1",
"@vuepress/plugin-nprogress": "^1.0.0-rc.1",
"@vuepress/plugin-search": "^1.0.0-rc.1",
"axios": "^0.19.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-jsx-stylesheet": "^0.6.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-taroapi": "^2.0.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-runtime": "^6.26.0",
"classnames": "^2.2.6",
"cos-nodejs-sdk-v5": "^2.5.12",
"cross-env": "^5.2.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.4.0",
"eslint-config-taro": "2.2.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^2.0.1",
"eslint-plugin-taro": "2.2.2",
"highlight": "^0.2.4",
"highlight.js": "^9.15.10",
"husky": "^2.4.1",
"jest": "^24.8.0",
"lint-staged": "^8.0.3",
"marked": "^0.7.0",
"nerv-devtools": "^1.5.6",
"nerv-server": "^1.4.0",
"nerv-test-utils": "^1.4.0",
"nervjs": "^1.5.6",
"node-sass": "^4.12.0",
"qrcode": "^1.4.2",
"regenerator-runtime": "^0.12.1",
"sass-loader": "^8.0.0",
"simulant": "^0.2.2",
"sinon": "^7.3.2",
"taro_rich_text": "^1.1.3",
"tslint": "^5.19.0",
"typescript": "^3.5.2",
"vuepress": "^1.1.0"
}
}