-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.59 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.59 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
{
"name": "front-end",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-regular": "^5.0.13",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/react-fontawesome": "0.0.20",
"@material-ui/core": "^1.0.0",
"axios": "^0.18.0",
"draft-js": "^0.10.5",
"draft-js-anchor-plugin": "^2.0.2",
"draft-js-export-html": "^1.2.0",
"draft-js-image-plugin": "^2.0.5",
"draft-js-inline-toolbar-plugin": "^2.0.3",
"draft-js-plugins-editor": "^2.0.0-rc2",
"draft-js-side-toolbar-plugin": "^2.0.4",
"draft-js-static-toolbar-plugin": "^2.0.2",
"material-ui": "^0.20.1",
"react": "^16.3.2",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.3.2",
"react-html-parser": "^2.0.2",
"react-icons": "^2.2.7",
"react-iframe": "^1.2.0",
"react-image-fallback": "^7.0.1",
"react-responsive-modal": "^3.2.0",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.4.0-alpha.1",
"react-scripts": "1.1.4",
"react-timestamp": "^4.4.0",
"source-map-explorer": "^1.5.0"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"ajv": "^6.5.0",
"babel-plugin-react-fix-it": "^0.1.0",
"json-loader": "^0.5.7",
"react-fix-it": "^0.3.3"
},
"env": {
"development": {
"plugins": [
"react-fix-it"
]
}
}
}