-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "clover-ui-react",
"version": "1.0.3",
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"start": "styleguidist server",
"build": "rollup -c",
"docs:build": "styleguidist build"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"@emotion/core": "^10.0.22",
"@emotion/styled": "^10.0.23",
"@testing-library/react": "^9.3.2",
"babel-loader": "^8.0.6",
"babel-plugin-emotion": "^10.0.23",
"jest": "^24.9.0",
"jest-emotion": "^10.0.26",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-styleguidist": "^10.2.1",
"rollup": "^1.27.9",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"webpack": "^4.41.2"
},
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"babel-plugin-module-resolver": "^3.2.0",
"emotion-theming": "^10.0.19"
},
"peerDependencies": {
"prop-types": "^15.5.4",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0",
"@emotion/core": "10.x",
"@emotion/styled": "10.x"
}
}