-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 976 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
{
"name": "vidlearn",
"version": "0.1.0",
"description": "Vidlearn is an advanced, fast, real-time video analytics tool built for the modern web.",
"main": "index.js",
"scripts": {
"start": "node server",
"build": "webpack --progress --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Robert Komaromi",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1",
"webpack-dotenv-plugin": "^1.3.2"
},
"dependencies": {
"dotenv": "^2.0.0",
"firebase": "^3.0.5",
"hapi": "^13.3.0",
"inert": "^4.0.0",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-redux": "^4.4.5",
"react-router": "^2.2.4",
"redux": "^3.4.0",
"redux-thunk": "^2.0.1"
}
}