-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.42 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
{
"name": "kite-design",
"version": "0.0.3-alpha",
"scripts": {
"start": "dumi dev",
"docs:build": "dumi build",
"docs:deploy": "gh-pages -d docs-dist",
"build:css": "webpack --config config/webpack.config.js",
"build": "father-build && node packCss.js && npm run build:css",
"postbuild": "node packCss.js clear",
"deploy": "npm run docs:build && npm run docs:deploy",
"release": "npm run build && npm publish",
"test": "umi-test",
"test:coverage": "umi-test --coverage"
},
"main": "lib/index.js",
"module": "es/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"es",
"dist"
],
"peerDependencies": {
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"dependencies": {
"@babel/runtime": "^7.13.10",
"@kite-design/icons-react": "^0.0.3",
"clsx": "^1.1.1",
"enquire.js": "^2.1.6",
"react-spring": "^8.0.27"
},
"devDependencies": {
"@umijs/test": "^3.0.5",
"babel-plugin-import": "^1.13.3",
"chalk": "^4.1.0",
"css-loader": "^5.2.1",
"dumi": "^1.0.13",
"father-build": "^1.17.2",
"gh-pages": "^3.0.0",
"less-loader": "^8.1.1",
"lint-staged": "^10.0.7",
"mini-css-extract-plugin": "^1.4.1",
"prettier": "^1.19.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"webpack": "^5.33.2",
"webpack-cli": "^3.3.4",
"yorkie": "^2.0.0"
},
"resolutions": {
"@types/react": "^17.0.0"
}
}