-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.35 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.35 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
{
"name": "odeum-help-frontend",
"version": "0.1.1",
"description": "Create a new GitHub project template and repository for an ODEUM Code Web App.",
"private": true,
"author": "Christian Broberg",
"license": "MIT",
"homepage": "",
"dependencies": {
"@tinymce/tinymce-react": "^2.1.3",
"apisauce": "^0.14.3",
"draft-js": "^0.10.5",
"draft-js-custom-styles": "^2.0.3",
"draft-js-export-html": "^1.2.0",
"faker": "^4.1.0",
"grid-styled": "^2.0.0-11",
"immutable": "^3.8.2",
"lodash": "^4.17.5",
"moment": "^2.18.1",
"npm": "^5.7.1",
"odeum-app": "^0.2.73",
"odeum-ui": "^0.1.47",
"polished": "^1.9.2",
"react": "^0.14||^15.5.4||^16.1.1",
"react-color": "^2.13.8",
"react-dates": "^16.3.6",
"react-dom": "^0.14||^15.5.4||^16.1.1",
"react-perf-devtool": "^3.0.5",
"react-router-dom": "^4.2.2",
"react-rte": "^0.16.0",
"react-scripts": "1.1.0",
"styled-components": "^3.1.6"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.4.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.12",
"why-did-you-update": "^0.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && cp ./build/index.html ./build/200.html",
"test": "react-scripts test --env=jsdom",
"rebuild": "rm yarn.lock && yarn"
}
}