-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
124 lines (124 loc) · 3.25 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": "react-gm",
"version": "9.4.6",
"description": "",
"main": "src/index.js",
"module": "src/index.js",
"style": "src/index.css",
"keywords": [
"react",
"react-gm",
"react-component"
],
"scripts": {
"start": "start-storybook",
"build": "build-storybook -c .storybook -o docs",
"prebuild": "rm -rf docs; mkdir docs;"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"standard": {
"parser": "babel-eslint"
},
"lint-staged": {
"./(src|demo|frame|table|table_x)/**/*.js": [
"eslint --cache --fix",
"git add"
],
"./(src|demo|frame|table|table_x)/(component|css)/**/*.less": [
"stylelint --cache --fix",
"git add"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/gmfe/react-gm.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gmfe/react-gm/issues"
},
"homepage": "https://github.com/gmfe/react-gm#readme",
"browserslist": [
"iOS >= 8",
"Android >= 4.1"
],
"peerDependencies": {
"@svgr/webpack": "^4.3.2",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-table": "7.0.0-rc.11",
"react-table-v6": "6.8.6",
"react-window": "^1.8.5",
"cropperjs": "^1.5.6"
},
"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.4",
"@babel/runtime": "^7.5.5",
"@storybook/addon-info": "^5.2.8",
"@storybook/addon-notes": "^5.2.8",
"@storybook/addon-storysource": "^5.2.8",
"@storybook/react": "^5.2.8",
"@svgr/webpack": "^4.3.2",
"@welldone-software/why-did-you-render": "^3.5.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-preset-gmfe": "^0.0.3",
"cropperjs": "^1.5.6",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-jsx": "^8.1.0",
"eslint-import-resolver-gmfe-alias": "^0.0.2",
"eslint-plugin-gmfe": "^1.3.3",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-standard": "^4.0.0",
"file-loader": "^4.2.0",
"gm-service": "^1.7.14",
"husky": "^3.0.1",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"lint-staged": "^9.2.0",
"mobx": "^5.11.0",
"mobx-react": "^6.1.1",
"path": "^0.12.7",
"precss": "^4.0.0",
"prettier": "^1.18.2",
"react": "^16.8.5",
"react-beautiful-dnd": "^10.1.0",
"react-docgen": "^4.1.1",
"react-dom": "^16.8.5",
"react-hot-loader": "^4.12.14",
"react-loadable": "^5.5.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-table": "7.0.0-rc.11",
"react-table-v6": "6.8.6",
"react-window": "^1.8.5",
"sortablejs": "^1.10.1",
"standard": "^13.0.2",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.2.0",
"url-loader": "^2.2.0"
},
"dependencies": {
"big.js": "^5.2.2",
"classnames": "^2.2.5",
"gm-util": "^5.11.0",
"hoist-non-react-statics": "^3.3.0",
"lodash": "^4.17.14",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"query-string": "^6.8.1"
}
}