forked from udacity/mws-restaurant-stage-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.6 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
{
"name": "mws-restaurant",
"version": "1.0.0",
"description": "MWS Restaurant",
"main": "index.js",
"scripts": {
"deploy": "firebase deploy",
"test": "protractor protractor.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manu-garcia/mws-restaurant-stage-1.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/manu-garcia/mws-restaurant-stage-1/issues"
},
"homepage": "https://github.com/manu-garcia/mws-restaurant-stage-1#readme",
"dependencies": {
"firebase": "^4.7.0",
"idb": "^2.1.1",
"intersection-observer": "^0.5.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.2.0",
"css-loader": "^0.28.7",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"extract-text-webpack-plugin": "^3.0.2",
"fs-extra": "^4.0.2",
"gulp": "^3.9.1",
"gulp-responsive-images": "0.0.3",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^2.30.1",
"imports-loader": "^0.8.0",
"interpolate-sw-plugin": "^2.1.0",
"jasmine": "^3.1.0",
"jasmine-reporters": "^2.3.0",
"jasmine-spec-reporter": "^4.2.1",
"node-sass": "^4.5.3",
"opn": "^5.1.0",
"path": "^0.12.7",
"protractor": "^5.3.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"webdriver-manager": "^12.0.6",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.3",
"webpack-merge": "^4.1.2"
}
}