-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.46 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
{
"name": "webpack-angularjs",
"version": "0.0.0",
"description": "",
"main": ".dist/js/miq-static-assets.js",
"scripts": {
"start": "webpack --config webpack.vendor.config.js && webpack --watch",
"postinstall": "bower install && tsd install && webpack"
},
"repository": {
"type": "git",
"url": "git://github.com/karelhala/webpack-gulp-angularjs.git"
},
"author": "Karel Hala <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/karelhala/webpack-gulp-angularjs/issues"
},
"homepage": "https://github.com/karelhala/webpack-gulp-angularjs",
"devDependencies": {
"angular": "1.4.9",
"angular-loader": "1.4.9",
"babel": "6.5.2",
"babel-core": "6.5.2",
"babel-preset-es2015": "6.5.0",
"bower": "^1.7.7",
"browser-sync": "^2.11.1",
"browser-sync-spa": "^1.0.3",
"browser-sync-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^1.1.1",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"less": "^2.6.1",
"less-loader": "^2.2.2",
"lodash": "^4.6.1",
"ng-annotate-webpack-plugin": "^0.1.2",
"raw-loader": "^0.5.1",
"rx": "^4.0.8",
"style-loader": "^0.13.0",
"ts-loader": "^0.8.1",
"tsd": "^0.6.5",
"tslint": "^3.5.0",
"tslint-loader": "^2.1.1",
"typescript": "^1.8.7",
"webpack": "^1.12.14",
"webpack-dev-middleware": "^1.5.1",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.9.1"
}
}