-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.05 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
63
64
65
66
{
"name": "angular-typescript-webpack",
"version": "0.1.2",
"description": "A seed project for a largescale angular architecture in webpack and typescript",
"main": "/",
"scripts": {
"start": "webpack --config webpack/webpack.dev.js --watch --NODE_ENV=dev",
"test": "karma start --NODE_ENV=test",
"build": "webpack --config webpack/webpack.build.js --NODE_ENV=production"
},
"author": "Brecht Billiet <[email protected]>",
"license": "MIT",
"dependencies": {
"@types/angular": "~1.5.19",
"@types/angular-mocks": "~1.5.5",
"@types/angular-route": "~1.3.2",
"@types/bootstrap": "~3.3.32",
"@types/jasmine": "~2.5.37",
"@types/jwt-decode": "~1.4.28",
"@types/lodash": "~4.14.38",
"@types/source-map": "~0.1.29",
"@types/uglify-js": "~2.6.28",
"angular": "~1.5.8",
"angular-route": "~1.5.8",
"bootstrap": "~3.3.7",
"font-awesome": "~4.7.0",
"jquery": "~3.1.1",
"lodash": "~4.16.6",
"tslint": "~3.15.1",
"tslint-loader": "~2.1.5"
},
"devDependencies": {
"angular-mocks": "~1.5.8",
"babel-core": "~6.18.2",
"babel-istanbul": "~0.11.0",
"browser-sync": "~2.17.5",
"browser-sync-webpack-plugin": "~1.1.3",
"compression-webpack-plugin": "~0.3.2",
"css-loader": "~0.25.0",
"file-loader": "~0.9.0",
"html-webpack-plugin": "~2.24.1",
"istanbul": "~0.4.5",
"istanbul-instrumenter-loader": "~1.0.0",
"jasmine": "~2.5.2",
"karma": "~1.3.0",
"karma-coverage": "~1.1.1",
"karma-jasmine": "1.0.2",
"karma-phantomjs-launcher": "~1.0.2",
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-typescript-preprocessor": "~0.3.0",
"karma-webpack": "~1.8.0",
"node-sass": "~3.11.1",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "~2.1.13",
"raw-loader": "0.5.1",
"sass-loader": "~4.0.2",
"style-loader": "0.13.1",
"ts-loader": "~1.0.0",
"typescript": "^2.0.6",
"typings": "~1.5.0",
"url-loader": "0.5.7",
"wallaby-webpack": "0.0.26",
"webpack": "~1.13.3"
}
}