This repository has been archived by the owner on Apr 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.54 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
{
"name": "angular-es6-webpack-boilerplate",
"version": "1.0.0",
"description": "A boilerplate using ES6 and webpack",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf www/* && webpack -p",
"devserver": "webpack-dev-server --port 9100 --progress --colors"
},
"repository": {
"type": "git",
"url": "https://github.com/Powerspace/angular-es6-webpack-boilerplate.git"
},
"author": "ByJC ([email protected]) Jean-Charles FAUVIN",
"license": "MIT",
"bugs": {
"url": "https://github.com/Powerspace/angular-es6-webpack-boilerplate/issues"
},
"dependencies": {
"angular": "~1.5.0",
"angular-animate": "~1.5.0",
"angular-aria": "~1.5.0",
"angular-material": "^1.0.5",
"angular-ui-router": "^0.2.18",
"font-awesome": "^4.5.0"
},
"homepage": "https://github.com/Powerspace/angular-es6-webpack-boilerplate",
"devDependencies": {
"autoprefixer-loader": "~3.2.0",
"babel-core": "~6.5.1",
"babel-loader": "~6.2.2",
"babel-preset-es2015": "~6.5.0",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"html-loader": "^0.4.0",
"html-webpack-plugin": "^1.3.0",
"ng-annotate-loader": "~0.1.0",
"node-sass": "^3.4.2",
"path": "^0.11.14",
"sass-loader": "^1.0.2",
"style-loader": "^0.12.1",
"webpack": "^1.8.11",
"webpack-dev-server": "^1.8.2"
}
}