-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.71 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.71 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
{
"name": "odeum-app",
"version": "0.2.94",
"description": "ODEUM Code Web App foundation modules",
"main": "lib/index.js",
"author": "Christian Broberg",
"license": "MIT",
"keywords": [
"odeum",
"odeum-code",
"odeum-app",
"odeum-ui",
"framework",
"react",
"javascript"
],
"scripts": {
"build": "babel src --out-dir lib && cp ./src/theme/logo_icon.svg ./lib/theme/logo_icon.svg && cp ./src/theme/logo.svg ./lib/theme/logo.svg",
"clean": "rm -rf lib",
"dist": "yarn run clean && yarn run build"
},
"dependencies": {
"apisauce": "^0.14.3",
"odeum-ui": "^0.1.47",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-icons": "^2.2.7",
"react-router-dom": "^4.2.2",
"react-transition-group": "^2.2.1",
"redux": "^3.7.2",
"styled-theming": "^2.2.0"
},
"peerDependencies": {
"polished": "^1.9.2",
"styled-components": "^3.2.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-plugin-styled-components": "^1.5.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.10",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^4.11.0",
"eslint-config-react-app": "^2.0.1",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.5.1"
},
"babel": {
"presets": [
"babel-preset-es2015",
"babel-preset-react",
"babel-preset-stage-2"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/odeum/odeum-app.git"
},
"bugs": {
"url": "https://github.com/odeum/odeum-app/issues"
},
"homepage": "https://github.com/odeum/odeum-app#readme"
}