-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 942 Bytes
/
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
{
"name": "reddit-psbattle-viewer",
"version": "1.0.0",
"description": "Reddit /r/photoshopbattles comment image viewer ---",
"main": "index.js",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"express": "^4.16.1",
"morgan": "^1.9.0",
"query-string": "^5.0.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-router-dom": "^4.2.2",
"webpack": "^3.7.1"
},
"devDependencies": {
"css-loader": "^0.28.7",
"style-loader": "^0.19.0",
"webpack-dev-middleware": "^1.12.0"
},
"scripts": {
"compile": "webpack",
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@awsii:reddit-psbattle-viewer"
},
"keywords": [],
"author": "",
"license": "ISC"
}