-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.38 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
{
"name": "corki-ui",
"version": "1.9.22",
"description": "A UI corki-ui Language",
"main": "lib/index.js",
"scripts": {
"build": "webpack --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xuya227939/corki-ui.git"
},
"keywords": [
"react",
"corki-ui",
"component",
"components",
"frontend",
"react-component",
"ui"
],
"readmeFilename": "README.md",
"author": "xuya227939",
"license": "MIT",
"bugs": {
"url": "https://github.com/xuya227939/corki-ui/issues"
},
"homepage": "https://corki-ui.com",
"dependencies": {
"@popperjs/core": "^2.5.3",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-import": "^1.13.1",
"babel-plugin-istanbul": "^5.2.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.1",
"has-flag": "^3.0.0",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"resize-observer-polyfill": "^1.5.1",
"style-loader": "^0.23.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
}
}