-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 865 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 865 Bytes
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
{
"name": "hyperstack-website",
"version": "0.0.1",
"description": "Hyperstack website V1",
"author": "Barrie Hadield, Frederic Zingg",
"license": "MIT",
"engines": {
"node": "10.x"
},
"dependencies": {
"@rails/webpacker": "3.5",
"actioncable": "^5.2.1",
"compression-webpack-plugin": "^1.1.11",
"history": "^4.7.2",
"marked": "^0.4.0",
"moment": "^2.22.2",
"react": "^16.4.2",
"react-codemirror": "^1.0.0",
"react-datepicker": "^1.6.0",
"react-dom": "^16.4.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react_ujs": "^2.4.4",
"sass-loader": "^7.1.0",
"semantic-ui": "^2.4.0",
"semantic-ui-react": "^0.82.2",
"webpack": "^3.11.0",
"webpack-cli": "^3.1.0",
"webpack-manifest-plugin": "^2.0.3"
},
"devDependencies": {
"babel-loader": "^7.1.5"
}
}