-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.55 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
{
"name": "icecreamd",
"version": "0.4.15-beta",
"license": "MIT",
"keywords": [
"react components",
"react",
"components",
"UI library"
],
"homepage": "http://cloud-wave.cn/",
"bugs": {
"url": "https://github.com/ZhangWei-KUMO/icecreamd/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ZhangWei-KUMO/icecreamd"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-proposal-export-namespace-from": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-member-expression-literals": "^7.8.3",
"@babel/plugin-transform-object-assign": "^7.8.3",
"@babel/plugin-transform-property-literals": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/plugin-transform-spread": "^7.8.3",
"@babel/plugin-transform-template-literals": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"autoprefixer": "^9.7.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"babel-plugin-inline-import-data-uri": "^1.0.1",
"chalk": "^3.0.0",
"css-loader": "^3.4.2",
"eslint": "^7.4.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.5",
"file-loader": "^6.0.0",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"is-windows": "^1.0.2",
"less-loader": "^5.0.0",
"less-plugin-npm-import": "^2.1.0",
"merge2": "^1.3.0",
"minimist": "^1.2.5",
"node-fetch": "^2.6.0",
"postcss": "^7.0.27",
"react-styleguidist": "^11.0.1",
"readline": "^1.3.0",
"rimraf": "^3.0.2",
"rucksack-css": "^1.0.2",
"shelljs": "^0.8.3",
"style-loader": "^1.1.3",
"svg-inline-loader": "^0.8.2",
"svg-react-loader": "^0.4.6",
"through2": "^3.0.1",
"webpack": "^4.42.0"
},
"main": "lib/index.js",
"module": "es/index.js",
"scripts": {
"start": "npx styleguidist server",
"build": " npx styleguidist build",
"compile": "gulp compile",
"pub": "gulp pub"
},
"dependencies": {
"classnames": "^2.2.6",
"less": "^3.11.1",
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
"browserslist": [
">1%",
"last 1 version",
"Firefox ESR",
"not dead"
]
}