-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.01 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.01 KB
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
{
"name": "react-card-component",
"version": "0.0.1-beta.5.9.3",
"description": "React Card Component",
"main": "./lib/index.js",
"files": [
"lib"
],
"scripts": {
"test": "jest",
"rollup": "rollup -c",
"build": "jest && rollup -c",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joon610/react-card-component.git"
},
"author": "joon610",
"license": "MIT",
"bugs": {
"url": "https://github.com/joon610/react-card-component/issues"
},
"homepage": "https://github.com/joon610/react-card-component#readme",
"peerDependencies": {
"react": ">=17.0.1",
"react-dom": ">=17.0.1",
"@types/react": ">=17.0.0",
"@types/react-dom": ">=17.0.0",
"@emotion/react": "^11.1.4"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@emotion/babel-plugin": "^11.1.2",
"@emotion/babel-preset-css-prop": "^11.0.0",
"@emotion/jest": "^11.1.0",
"@rollup/plugin-typescript": "^8.1.1",
"@storybook/addon-actions": "^6.2.0-alpha.24",
"@storybook/addon-essentials": "^6.2.0-alpha.24",
"@storybook/addon-links": "^6.2.0-alpha.24",
"@storybook/react": "^6.2.0-alpha.24",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.3",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.22",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"jest": "^26.6.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rollup": "^2.38.4",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-sizes": "^1.0.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.29.0",
"ts-jest": "^26.4.4",
"tslib": "^2.1.0",
"typescript": "^4.1.3"
},
"dependencies": {
"@emotion/react": "^11.1.4"
}
}