-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.63 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
{
"name": "odeum-code-lite",
"version": "0.2.83",
"private": false,
"description": "A scaled down ODEUM Code getting-started quickly framework",
"author": "Christian Broberg",
"license": "MIT",
"keywords": [
"react",
"odeum",
"odeum-code",
"odeum-code-lite",
"styled-components",
"primitives",
"ui",
"ui-primitives",
"ui-components",
"framework",
"javascript"
],
"dependencies": {
"apisauce": "^0.14.3",
"draft-js": "^0.10.5",
"odeum-ui": "^0.1.57",
"polished": "^1.9.3",
"prop-types": "^15.6.2",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-icons": "^2.2.7",
"react-pose": "^1.2.0",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.3",
"react-transition-group": "^2.2.1",
"recharts": "^1.0.0-beta.10",
"redux": "^3.7.2",
"styled-components": "^3.4.10",
"styled-theming": "^2.2.0"
},
"scripts": {
"start": "react-scripts start",
"start-ssl": "HTTPS=true react-scripts start",
"build": "react-scripts build && cp ./build/index.html ./build/200.html",
"bs": "yarn build && serve -s ./build",
"bssl": "yarn build && serve -s -ssl ./build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"heroku": "git push heroku master && heroku ps:scale web=1 && heroku open",
"clean": "rm -rf ./build"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.5.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.23",
"why-did-you-update": "^0.1.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}