forked from NervJS/taro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
173 lines (173 loc) · 5.77 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
{
"name": "taro",
"description": "开放式跨端跨框架开发解决方案",
"homepage": "https://github.com/NervJS/taro#readme",
"author": "O2Team",
"private": true,
"license": "MIT",
"keywords": [
"nerv",
"taro"
],
"bugs": {
"url": "https://github.com/NervJS/taro/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NervJS/taro.git"
},
"main": "index.js",
"scripts": {
"build": "lerna run build",
"clear-all": "rimraf node_modules && lerna clean -y",
"lint": "eslint packages/ --ext .js --ext .ts --ext .tsx",
"lint:style": "stylelint ./packages/**/*.{css,scss}",
"test": "lerna run --scope @tarojs/cli --scope babel-preset-taro --scope @tarojs/components --scope @tarojs/taro-h5 --scope @tarojs/react --scope @tarojs/webpack-runner --scope @tarojs/mini-runner --scope @tarojs/runtime --scope @tarojs/taro-rn --scope @tarojs/components-rn test:ci --parallel",
"version": "npm-run-all version:lerna version:git version:changelog",
"version:changelog": "conventional-changelog -p angular",
"version:git": "git add . && git commit -m \"chore(release): publish ${npm_config_lerna_version}\"",
"version:lerna": "lerna version ${npm_config_lerna_version} --exact --no-git-tag-version --force-publish --yes"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"git add"
],
"*.{json}": [
"prettier --write",
"git add -f"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS --config commitlint.config.js",
"pre-commit": "lint-staged"
}
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.5",
"@babel/generator": "^7.14.5",
"@babel/parser": "^7.14.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-proposal-do-expressions": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-react-jsx": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@babel/traverse": "^7.14.5",
"@babel/types": "^7.14.5",
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^9.0.1",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-replace": "^2.2.0",
"@rollup/plugin-typescript": "^8.3.1",
"@testing-library/jest-native": "^4.0.4",
"@testing-library/react-native": "^9.0.0",
"@types/autoprefixer": "9.7.0",
"@types/babel-types": "^7.0.7",
"@types/babel__traverse": "^7.0.7",
"@types/debug": "^4.1.5",
"@types/detect-port": "1.3.0",
"@types/fs-extra": "^8.0.1",
"@types/hapi__joi": "16.0.12",
"@types/history": "^4.7.5",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.142",
"@types/node": "13.7.2",
"@types/react": "^17.0.0",
"@types/react-reconciler": "0.26.1",
"@types/resolve": "1.19.0",
"@types/sinon": "^7.5.0",
"@types/tapable": "^1",
"@types/testing-library__jest-dom": "^5.14.3",
"@types/webpack": "^4",
"@types/webpack-dev-server": "3.11.3",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@vue/compiler-core": "3.0.0",
"@vue/runtime-core": "3.0.0",
"@vue/runtime-dom": "3.0.0",
"babel-jest": "24.9.0",
"babel-plugin-syntax-jsx": "6.18.0",
"babel-preset-power-assert": "3.0.0",
"cli-highlight": "^2.1.4",
"conventional-changelog-cli": "^2.0.1",
"copy": "^0.3.2",
"core-js": "^2.6.5",
"cross-env": "^7.0.2",
"css-loader": "^0.28.10",
"eslint": "^8.12.0",
"eslint-config-prettier": "^6.4.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-jsx": "^8.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "26.1.3",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^8.6.0",
"gh-pages": "^1.1.0",
"html-webpack-plugin": "^3.0.6",
"husky": "^1.2.0",
"jest": "26.4.2",
"jest-dom": "^1.3.1",
"jest-expo": "^42.0.0",
"jest-fetch-mock": "^3.0.3",
"jest-localstorage-mock": "^2.4.0",
"jest-mock-console": "^1.0.0",
"lerna": "4.0.0",
"lint-staged": "^10.2.11",
"memfs": "^3.1.2",
"memory-fs": "^0.5.0",
"mock-socket": "^7.1.0",
"nervjs": "^1.4.6",
"node-sass": "6.0.1",
"npm-run-all": "^4.1.2",
"ora": "^2.1.0",
"postcss": "^8.4.12",
"postcss-scss": "^4.0.3",
"power-assert": "^1.6.1",
"prettier": "^1.18.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-test-renderer": "17.0.2",
"rimraf": "^3.0.0",
"rollup": "^2.56.2",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-node-externals": "^4.0.0",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-typescript2": "^0.24.3",
"shelljs": "^0.8.1",
"sinon": "^7.5.0",
"style-loader": "1.3.0",
"stylelint": "^14.6.1",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-order": "^5.0.0",
"ts-jest": "26.5.5",
"typescript": "4.3.5",
"vue": "^2.6.11",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2",
"webpack-merge": "^4.2.2"
},
"version": "3.4.11"
}