forked from arco-design/arco-design-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
133 lines (133 loc) · 4.86 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
{
"name": "arco-design-mobile-react-github",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"init": "lerna bootstrap -- --legacy-peer-deps",
"add": "node scripts/init/init-component.js",
"start": "cross-env NODE_ENV=development webpack-dev-server --colors --progress --config scripts/sites/webpack.dev.mobile.js",
"start:pc": "cross-env NODE_ENV=development webpack-dev-server --colors --progress --config scripts/sites/webpack.dev.pc.js",
"start:home": "cross-env NODE_ENV=development webpack-dev-server --colors --progress --config scripts/sites/webpack.dev.home.js",
"start:all": "npm start & npm run start:pc & npm run start:home",
"build": "lerna run build",
"eslint": "eslint packages/ sites/ --fix",
"test": "jest --config packages/arcodesign/jest.config.js",
"prepub": "node scripts/publish/pre-publish.js",
"pub": "lerna publish --no-git-reset --registry=https://registry.npmjs.org/",
"postpub": "node scripts/publish/post-publish.js",
"postinstall": "npm run init && lerna run build --scope @arco-design/mobile-utils",
"pub-canary": "node scripts/publish/pub-canary.js",
"lint-staged": "lint-staged",
"site:home": "cross-env NODE_ENV=production webpack --colors --progress --config scripts/sites/webpack.prod.home.js",
"site:mobile": "cross-env NODE_ENV=production webpack --colors --progress --config scripts/sites/webpack.prod.mobile.js",
"site:pc": "cross-env NODE_ENV=production webpack --colors --progress --config scripts/sites/webpack.prod.pc.js"
},
"author": "[email protected]",
"license": "MIT",
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix"
]
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/eslint-plugin": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-babel": "^5.2.0",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"@rollup/plugin-typescript": "^5.0.2",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.throttle": "^4.1.6",
"@types/marked": "^4.0.3",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/react-router": "^5.1.4",
"@types/react-router-dom": "^5.1.3",
"@types/react-transition-group": "^4.2.4",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"autoprefixer": "^9.7.4",
"babel-jest": "^25.3.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.3",
"css-loader": "^3.4.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.4",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"file-loader": "^5.1.0",
"fs-extra": "^10.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-less": "^4.0.1",
"gulp-postcss": "^8.0.0",
"gulp-replace": "^1.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"hard-source-webpack-plugin": "^0.13.1",
"hasha": "^5.2.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"husky": "^4.2.3",
"jest": "^25.3.0",
"lerna": "^4.0.0",
"less": "^3.13.1",
"less-loader": "^5.0.0",
"less-plugin-npm-import": "^2.1.0",
"lint-staged": "^10.0.8",
"marked": "^4.0.17",
"mini-css-extract-plugin": "^0.9.0",
"postcss": "^8.3.6",
"postcss-loader": "^3.0.0",
"postcss-url": "^8.0.0",
"prettier": "^2.0.5",
"raw-loader": "^4.0.0",
"rollup": "^2.26.10",
"rollup-plugin-postcss": "^4.0.2",
"schema-utils": "^4.0.0",
"ts-loader": "^6.2.1",
"tslib": "^2.0.1",
"typescript": "^3.8.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^3.0.0",
"vconsole-webpack-plugin": "^1.5.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.3",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@arco-design/transformable": "1.0.2",
"axios": "^0.27.2",
"es6-promise": "^4.2.8",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"qrcode": "^1.4.4",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router-dom": "^5.1.2",
"react-transition-group": "^4.3.0",
"rollup-plugin-terser": "^7.0.2"
},
"resolutions": {
"@types/react": "^16"
}
}