-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·64 lines (64 loc) · 1.55 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
{
"name": "odeum-ui",
"version": "0.1.57",
"description": "React UI component primitives built with styled-components. Use with ODEUM Code http://odeumcode.com",
"main": "lib/index.js",
"author": "Christian Broberg",
"license": "MIT",
"keywords": [
"react",
"odeum",
"odeum-code",
"styled-components",
"primitives",
"ui",
"ui-primitives",
"ui-components",
"framework",
"javascript"
],
"scripts": {
"build": "babel src --out-dir lib",
"clean": "rm -rf lib",
"dist": "yarn run clean && yarn run build"
},
"dependencies": {
"polished": "^1.8.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-icons": "^3.3.0",
"react-modal": "^3.8.1",
"styled-components": "^2.4.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.6",
"babel-plugin-styled-components": "^1.10.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.23",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^4.8.0",
"eslint-config-react-app": "^2.0.1",
"eslint-plugin-flowtype": "^2.50.3",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.0",
"eslint-plugin-react": "^7.12.4"
},
"babel": {
"presets": [
"babel-preset-es2015",
"babel-preset-react",
"babel-preset-stage-2"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/odeum/odeum-ui.git"
},
"bugs": {
"url": "https://github.com/odeum/odeum-ui/issues"
},
"homepage": "https://github.com/odeum/odeum-ui#readme"
}