-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "food-hygiene-ratings",
"version": "1.0.0",
"description": "Food Hygiene Ratings",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"babel": {
"presets": [
"es2015"
]
},
"author": "Amit Gupta",
"dependencies": {
"angular": "^1.4.9",
"angular-animate": "^1.4.9",
"angular-bootstrap": "^0.12.2",
"angular-ui-router": "^0.3.1",
"angular-ui-select": "^0.12.100",
"bootstrap": "^3.3.6",
"font-awesome": "^4.6.3",
"lodash": "^4.13.1"
},
"devDependencies": {
"babel": "^6.3.26",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"clean-webpack-plugin": "^0.1.9",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.8.1",
"raw-loader": "^0.5.1",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.12",
"webpack-dev-server": "^1.14.1"
}
}