-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
71 lines (71 loc) · 1.89 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
{
"name": "@yisheng90/react-loading",
"version": "1.5.0",
"description": "A React Skeleton Component",
"main": "./lib/Skeleton.js",
"scripts": {
"build": "webpack",
"storybook": "start-storybook",
"test": "jest --config jestconfig.json --passWithNoTests",
"commit": "npx git-cz",
"build-storybook": "build-storybook -c .storybook -o .out",
"deploy-storybook": "storybook-to-ghpages"
},
"author": "Yi Sheng Lee ([email protected])",
"license": "MIT",
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"@auto-it/all-contributors": "^9.37.0",
"@auto-it/conventional-commits": "^9.37.0",
"@storybook/addon-docs": "^6.5.9",
"@storybook/react": "^6.5.9",
"@storybook/storybook-deployer": "^2.8.6",
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^9.4.0",
"all-contributors-cli": "^6.15.0",
"auto": "^9.37.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"jest": "^28.0.0",
"jest-environment-jsdom": "^28.1.1",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"styled-components": "^5.0.1",
"ts-jest": "^28.0.5",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"typings": "index.d.ts",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yisheng90/react-loading.git"
},
"keywords": [
"React",
"Loading",
"Skeleton"
],
"bugs": {
"url": "https://github.com/yisheng90/react-loading/issues"
},
"homepage": "https://github.com/yisheng90/react-loading#readme",
"auto": {
"plugins": [
"npm",
"all-contributors",
"conventional-commits"
]
}
}