forked from leafoflegend/MemeMagic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.79 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
{
"name": "meme-magic",
"version": "0.0.1",
"description": "A medium sized back-end boiler plate, with very little done on the front.",
"main": "app.js",
"scripts": {
"start": "webpack -w & nodemon --watch server -e js,html babelify.js"
},
"author": "Eliot Szwajkowski",
"license": "ISC",
"dependencies": {
"aframe": "^0.5.0",
"axios": "^0.15.3",
"babel": "^6.5.2",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-register": "^6.18.0",
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"chalk": "^1.1.3",
"cli-interact": "^0.1.9",
"connect-session-sequelize": "^4.1.0",
"eslint-config": "^0.3.0",
"eslint-config-semistandard": "^7.0.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "^6.7.1",
"eslint-plugin-standard": "^2.0.1",
"event-stream": "^3.3.4",
"express": "^4.14.0",
"express-session": "^1.14.2",
"glob": "^7.1.1",
"immutable": "^3.8.1",
"jquery": "^3.1.1",
"material-ui": "^0.16.5",
"materialize-css": "^0.97.8",
"nodemon": "^1.11.0",
"parseurl": "^1.3.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pg": "^6.1.0",
"pg-native": "^1.10.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-logger": "^2.7.4",
"redux-thunk": "^2.1.0",
"sequelize": "^3.26.0",
"serve-favicon": "^2.3.2",
"socket.io": "^1.5.1",
"socket.io-client": "^1.5.1",
"standard": "^8.5.0",
"volleyball": "^1.4.1",
"webpack": "^1.13.3"
}
}