-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.66 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
{
"name": "foodsport-calculator",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/code4hk/foodsport-calculator.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/code4hk/foodsport-calculator/issues"
},
"homepage": "https://github.com/code4hk/foodsport-calculator#readme",
"devDependencies": {
"babel-core": "^6.4.5",
"babel-eslint": "^4.1.8",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.6.0",
"bower": "1.7.2",
"bower-webpack-plugin": "0.1.8",
"colors": "1.1.2",
"css-loader": "0.23.1",
"eslint": "^1.10.3",
"eslint-config-defaults": "^8.0.2",
"eslint-loader": "^1.2.1",
"eslint-plugin-jasmine": "^1.6.0",
"exports-loader": "0.6.2",
"file-loader": "0.8.4",
"gulp-util": "3.0.7",
"html-loader": "0.4.0",
"html-webpack-plugin": "^2.9.0",
"imports-loader": "^0.6.5",
"isparta": "4.0.0",
"jshint": "2.8.0",
"jshint-loader": "0.8.3",
"json-loader": "0.5.3",
"jsx-loader": "^0.13.2",
"sass-loader": "3.1.2",
"style-loader": "0.13.0",
"url-loader": "0.5.6",
"webpack": "1.12.10",
"webpack-dev-server": "1.12.0"
},
"dependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.5.0",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.0",
"gulp-gh-pages": "^0.5.4",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-redux": "^4.4.1",
"react-scroll": "^1.0.3",
"redux": "~3.3.1",
"webpack-spritesmith": "^0.2.0"
}
}