-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.46 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.46 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
{
"name": "suiram-org-arghblargh",
"version": "2.0.0",
"description": "suiram-org-arghblargh =====================",
"main": "index.js",
"scripts": {
"compile": "webpack",
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch --progress --color"
},
"repository": {
"type": "git",
"url": "https://github.com/crea1/suiram-org-arghblargh.git"
},
"keywords": [],
"author": "Marius Kristensen",
"license": "ISC",
"bugs": {
"url": "https://github.com/crea1/suiram-org-arghblargh/issues"
},
"homepage": "https://github.com/crea1/suiram-org-arghblargh",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^6.4.1",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.23.0",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"express": "^4.16.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.11.0",
"sass-loader": "^6.0.7",
"webpack": "^2.3.3",
"webpack-dev-middleware": "^1.12.2"
},
"dependencies": {
"normalize.css": "8.0.1",
"prop-types": "15.7.2",
"react": "16.10.2",
"react-dom": "16.10.2",
"react-redux": "7.1.1",
"redux": "4.0.4",
"redux-saga": "1.1.1",
"reset-css": "5.0.0"
}
}