-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.04 KB
/
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
38
39
{
"name": "killrvideo-webv2",
"version": "1.0.0",
"description": "Killer video web client",
"main": "webpack.config.js",
"scripts": {
"start-dev": "webpack-dev-server",
"dev-watch": "./node_modules/.bin/webpack -d --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mando222/killrvideo-webv2.git"
},
"author": "Eric Zietlow",
"license": "ISC",
"bugs": {
"url": "https://github.com/mando222/killrvideo-webv2/issues"
},
"homepage": "https://github.com/mando222/killrvideo-webv2#readme",
"dependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"express": "^4.16.3",
"express-graphql": "^0.6.12",
"graphql": "^0.13.2",
"lodash": "^4.17.10",
"node": "^10.3.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-redux": "^5.0.7",
"react-tap-event-plugin": "^3.0.3",
"redux-thunk": "^2.3.0",
"webpack": "^4.10.2",
"webpack-cli": "^2.1.5",
"webpack-dev": "^1.1.0",
"webpack-dev-server": "^3.1.4"
}
}