forked from sorbae/power_KNAP
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.75 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.75 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "fam.ly",
"version": "2.0.0",
"description": "social video streaming",
"scripts": {
"react-dev": "webpack -d --watch",
"server-dev": "nodemon server/index.js",
"start": "node server/index.js",
"test": "mocha --inline-diffs spec/test.js; pkill -n node;",
"locaroku": "heroku local web -e .env"
},
"engines": {
"node": "6.11.1",
"npm": "3.10.10"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.17.1",
"body-parser": "^1.18.2",
"convert-iso8601-duration": "^1.0.1",
"cookie": "^0.3.1",
"cookie-session": "^2.0.0-beta.3",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"live-server": "^1.2.0",
"lodash": "^4.17.4",
"moment": "^2.19.2",
"mysql": "^2.15.0",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"pg": "^7.4.0",
"prop-types": "^15.6.0",
"psql": "0.0.1",
"react": "^16.2.0",
"react-alert": "^2.4.0",
"react-dom": "^16.1.1",
"react-modal": "^3.1.5",
"react-youtube": "^7.5.0",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"sequelize": "^4.27.0",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4",
"toposort-class": "1.0.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"cardboard": "^2.2.2",
"chai": "^4.1.2",
"enzyme": "^3.2.0",
"eslint": "^4.11.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"jquery": "^3.2.1",
"mocha": "^4.0.1",
"nodemon": "^1.12.1",
"sinon": "^4.1.2",
"supertest": "^3.0.0",
"webpack": "^3.8.1"
}
}