-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.37 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.37 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
{
"name": "vk-auth",
"version": "0.0.1",
"scripts": {
"start": "webpack-dev-server --inline --progress --port 80",
"build-dev": "webpack --config config/webpack.dev.js",
"build-prod": "webpack --config config/webpack.prod.js"
},
"dependencies": {
"@angular/common": "2.2.0",
"@angular/compiler": "2.2.0",
"@angular/core": "2.2.0",
"@angular/forms": "2.2.0",
"@angular/http": "2.2.0",
"@angular/platform-browser": "2.2.0",
"@angular/platform-browser-dynamic": "2.2.0",
"@angular/router": "3.2.0",
"@angular/upgrade": "2.2.0",
"angular2-google-maps": "0.16.0",
"angular2-perfect-scrollbar": "1.0.0",
"core-js": "2.4.1",
"rxjs": "5.0.0-beta.12",
"zone.js": "0.6.26"
},
"devDependencies": {
"angular2-template-loader": "0.5.0",
"awesome-typescript-loader": "2.2.4",
"copy-webpack-plugin": "4.0.1",
"css-loader": "0.23.1",
"extract-text-webpack-plugin": "1.0.1",
"exports-loader": "0.6.3",
"file-loader": "0.8.5",
"html-loader": "0.4.3",
"html-webpack-plugin": "2.15.0",
"jasmine-core": "2.4.1",
"null-loader": "0.1.1",
"phantomjs-prebuilt": "2.1.7",
"raw-loader": "0.5.1",
"rimraf": "2.5.2",
"style-loader": "0.13.1",
"typescript": "2.0.9",
"webpack-merge": "0.14.0",
"webpack": "1.13.3",
"webpack-dev-server": "1.16.2",
"bootstrap": "3.3.7"
}
}