-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 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
{
"name": "bamboo",
"version": "1.0.0",
"description": "The estructured UI React component library",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "styleguidist server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bamboojs/bamboo.git"
},
"author": "@rodzy <https://github.com/rodzy>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bamboojs/bamboo/issues"
},
"homepage": "https://github.com/bamboojs/bamboo#readme",
"peerDependencies": {
"@emotion/core": "10.x",
"@emotion/styled": "10.x",
"react": "^16.x",
"react-dom": "^16.x"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@testing-library/react": "^10.4.5",
"babel-loader": "^8.1.0",
"jest": "^26.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-styleguidist": "^11.0.8",
"webpack": "^4.43.0"
},
"dependencies": {
"babel-plugin-module-resolver": "^4.0.0"
}
}