-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 1.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
{
"name": "gm-excel",
"version": "1.0.4",
"description": "",
"main": "src/index.js",
"module": "src/index.js",
"keywords": [
"excel",
"exceljs"
],
"scripts": {
"start": "start-storybook"
},
"standard": {
"parser": "babel-eslint"
},
"lint-staged": {
"./src/**/*.js": [
"eslint --cache --fix",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/gmfe/gm-excel.git"
},
"author": "",
"license": "ISC",
"browserslist": [
"iOS >= 8",
"Android >= 4.1"
],
"peerDependencies": {
"exceljs": "^3.3.1",
"file-saver": "^2.0.2",
"lodash": "^4.17.15"
},
"devDependencies": {
"@babel/core": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"@babel/runtime": "^7.7.1",
"@storybook/addon-info": "^5.2.5",
"@storybook/addon-knobs": "^5.2.5",
"@storybook/addon-notes": "^5.2.5",
"@storybook/addon-storysource": "^5.2.5",
"@storybook/react": "^5.2.5",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-preset-gmfe": "^0.0.3",
"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.1.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-standard": "^4.0.0",
"husky": "^3.0.9",
"lint-staged": "^9.5.0",
"prettier": "^1.18.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-hot-loader": "^4.12.15"
},
"dependencies": {
"exceljs": "^3.3.1",
"file-saver": "^2.0.2",
"lodash": "^4.17.15"
}
}