forked from chppr/chppr
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.94 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.94 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
{
"name": "Yumster",
"version": "1.0.0",
"description": "Twitter meets Yelp, for Food",
"main": "webpack.config.js",
"scripts": {
"start": "nodemon server/ --ignore client/",
"dev": "webpack-dev-server --content-base client --inline --hot",
"test": "echo \"Error: no test specified\" && exit 1",
"prod": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamzz/chppr.git"
},
"author": "jamzz",
"license": "ISC",
"bugs": {
"url": "https://github.com/jamzz/chppr/issues"
},
"homepage": "https://github.com/jamzz/chppr#readme",
"dependencies": {
"babel": "^6.5.2",
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"bcrypt-nodejs": "latest",
"bluebird": "^3.2.2",
"body-parser": "^1.15.0",
"connect-flash": "~0.1.1",
"cookie-parser": "^1.4.1",
"express": "^4.12.4",
"express-session": "^1.13.0",
"history": "^1.17.0",
"html-webpack-plugin": "^2.15.0",
"json-loader": "^0.5.4",
"knex": "^0.10.0",
"material-ui": "^0.15.0-alpha.2",
"method-override": "~1.0.0",
"multer": "^1.1.0",
"nodemon": "^1.3.7",
"passport": "^0.3.2",
"passport-facebook": "^2.1.0",
"passport-google-oauth": "^1.0.0",
"passport-instagram": "^1.0.0",
"passport-twitter": "^1.0.4",
"pg": "^4.5.2",
"react": "^0.14.8",
"react-dom": "^0.14.8",
"react-dropzone": "^3.3.4",
"react-router": "^2.0.1",
"react-star-rating-component": "^1.0.0",
"react-tap-event-plugin": "^0.2.2",
"superagent": "^1.8.3",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
},
"devDependencies": {}
}