-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.34 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
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
68
69
70
71
72
73
74
75
{
"name": "restaurant-review",
"version": "1.0.0",
"description": "Udacity project #no 3. the restaurant review project focusing on accessibility",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.prod.js",
"dev": "webpack-dev-server --inline --hot --config webpack.config.dev.js",
"lint": "eslint src",
"server": "node --harmony_destructuring ./server.js -p 1337"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RIdotCOM/restaurant-review.git"
},
"author": "Richard Ivan",
"license": "ISC",
"bugs": {
"url": "https://github.com/RIdotCOM/restaurant-review/issues"
},
"homepage": "https://github.com/RIdotCOM/restaurant-review#readme",
"devDependencies": {
"autoprefixer": "^6.3.3",
"autoprefixer-core": "^6.0.1",
"babel-core": "^6.5.2",
"babel-eslint": "latest",
"babel-loader": "latest",
"babel-plugin-transform-runtime": "^6.5.2",
"babel-polyfill": "^6.7.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babel-runtime": "^5.8.35",
"body-parser": "^1.15.0",
"browser-sync-webpack-plugin": "^1.0.1",
"bullet-pubsub": "^2.2.1",
"classnames": "^2.2.3",
"client-request": "^1.0.1",
"css-loader": "^0.23.1",
"eslint": "latest",
"eslint-config-airbnb": "^5.0.1",
"eslint-plugin-babel": "^3.1.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"firebase": "^2.4.1",
"gtfs-realtime-bindings": "0.0.4",
"html-webpack-plugin": "latest",
"http-proxy-middleware": "^0.12.0",
"imports-loader": "^0.6.5",
"lodash": "^4.5.0",
"mithril": "^0.2.4",
"mmsvg": "^1.1.1",
"moment": "^2.13.0",
"morgan": "^1.7.0",
"node-fetch": "^1.4.0",
"node-sass": "^3.4.2",
"performance-now": "^0.2.0",
"polythene": "^0.2.23",
"postcss-cssnext": "^2.4.0",
"postcss-loader": "^0.8.1",
"postcss-local-scope": "0.0.5",
"reload": "^0.7.0",
"request": "^2.72.0",
"sass-loader": "^3.1.2",
"script-loader": "^0.6.1",
"serviceworker-loader": "^0.1.0",
"style-loader": "^0.13.0",
"urijs": "^1.17.1",
"url-loader": "^0.5.7",
"url-parse": "^1.0.5",
"velocity-animate": "^1.2.3",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1"
}
}