-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 3.29 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
{
"name": "react-enhanced",
"version": "3.0.1",
"description": "react 无侵入架构增强器",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c && npm run build:components && npm run build:utils",
"build2": "tsc",
"build:components": "babel src/components --out-dir lib/components --extensions \".ts,.tsx\"",
"build:utils": "babel src/utils --out-dir lib/utils --extensions \".ts,.tsx\"",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhouzuchuan/react-enhanced.git"
},
"keywords": [
"react",
"redux",
"model-redux",
"api-manage",
"react-enhanced"
],
"author": "fezzc",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhouzuchuan/react-enhanced/issues"
},
"homepage": "https://github.com/zhouzuchuan/react-enhanced#readme",
"dependencies": {
"api-manage": "^2.1.1",
"model-redux": "^1.6.2",
"react-spinkit": "^3.0.0",
"styled-components": "^5.1.1"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.4.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-node-resolve": "^8.1.0",
"@rollup/plugin-typescript": "^5.0.1",
"@types/react": "^16.9.41",
"@types/react-redux": "^7.1.9",
"@types/react-spinkit": "^3.0.6",
"@types/styled-components": "^5.1.1",
"acorn-jsx": "^5.2.0",
"autoprefixer": "^9.8.4",
"babel-eslint": "^10.1.0",
"babel-minify": "^0.5.1",
"babel-plugin-minify-constant-folding": "^0.5.0",
"babel-plugin-minify-flip-comparisons": "^0.4.3",
"babel-plugin-minify-simplify": "^0.5.1",
"babel-plugin-transform-member-expression-literals": "^6.9.4",
"babel-plugin-transform-merge-sibling-variables": "^6.9.4",
"babel-plugin-transform-property-literals": "^6.9.4",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-minify": "^0.5.1",
"coveralls": "^3.0.1",
"css.preset": "^0.0.4",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.11.1",
"postcss": "^7.0.32",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^12.0.1",
"postcss-url": "^8.0.0",
"react": "^16.13.1",
"react-redux": "^7.2.0",
"rollup": "^2.3.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-jsx": "^1.0.3",
"rollup-plugin-postcss": "^3.1.2",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^6.1.0",
"stylelint": "^13.6.1",
"stylelint-config-recess-order": "^2.0.4",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
"tslib": "^2.0.0",
"typescript": "^3.9.6"
}
}