-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.59 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.59 KB
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
{
"name": "angular1.5_Typescript_Components_Bootstrap",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/venkatch668/angular1.5_Typescript_Components_Bootstrap.git"
},
"scripts": {
"build": "rimraf dist && webpack --bail --progress --profile --NODE_ENV=production",
"server": "webpack-dev-server --history-api-fallback --inline --hot --progress --NODE_ENV=dev",
"start": "npm run server"
},
"devDependencies": {
"@types/angular": "1.5.16",
"@types/angular-cookies": "1.4.2",
"@types/angular-material": "1.1.39",
"@types/angular-resource": "1.5.6",
"@types/es6-promise": "0.0.32",
"autoprefixer": "6.4.1",
"awesome-typescript-loader": "2.2.4",
"connect-history-api-fallback": "1.3.0",
"css-loader": "0.25.0",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"html-webpack-plugin": "2.22.0",
"ng-annotate-loader": "0.1.1",
"node-sass": "4.5.3",
"postcss-loader": "0.13.0",
"raw-loader": "0.5.1",
"require-dir": "~0.3.0",
"rimraf": "2.5.4",
"sass-loader": "4.0.2",
"style-loader": "0.13.1",
"typescript": "2.0.3",
"webpack": "1.13.2",
"webpack-dev-server": "1.15.1",
"webpack-stream": "3.2.0"
},
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"angular": "1.5.8",
"angular-animate": "1.5.8",
"angular-aria": "1.5.8",
"angular-cookies": "1.5.8",
"angular-material": "1.1.1",
"angular-messages": "1.5.8",
"angular-resource": "1.5.8",
"angular-sanitize": "1.5.8",
"angular-ui-router": "1.0.0-beta.3"
}
}