-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 995 Bytes
/
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
{
"name": "brew-recipes-angularJs-example-app",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "KlimentRu",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"browser-sync": "^2.18.7",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^2.4.0",
"gulp-webpack": "^1.5.0",
"html-loader": "^0.4.4",
"ng-annotate-loader": "^0.2.0",
"ngtemplate-loader": "^1.3.1",
"uglify-loader": "^1.4.0",
"vinyl-named": "^1.1.0",
"webpack": "^2.2.1",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-aria": "^1.5.8",
"angular-material": "^1.1.3",
"angular-material-data-table": "^0.10.10",
"angular-ui-router": "^1.0.0-rc.1"
}
}