-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 928 Bytes
/
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
{
"name": "diez-components",
"version": "1.0.7",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "babel src -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ferdelamad/diez-ui.git"
},
"keywords": [
"diez components",
"diez-components",
"react ui library",
"components library",
"atomic components",
"atomic react components",
"design system",
"react components library"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ferdelamad/diez-ui/issues"
},
"homepage": "https://github.com/ferdelamad/diez-ui#readme",
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"styled-components": "^4.2.0",
"styled-system": "^4.1.0"
}
}