-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.19 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
{
"name": "DBSetlist",
"version": "1.0.0",
"scripts": {
"start": "webpack-dev-server --watch --inline --colors --progress --display-error-details --display-cached --port 4000 --content-base ./src",
"clean": "rimraf dist",
"build": "webpack --no-color --config webpack.prod.config.js"
},
"dependencies": {
"@angular/common": "2.0.0-rc.3",
"@angular/compiler": "2.0.0-rc.3",
"@angular/core": "2.0.0-rc.3",
"@angular/http": "2.0.0-rc.3",
"@angular/platform-browser": "2.0.0-rc.3",
"@angular/platform-browser-dynamic": "2.0.0-rc.3",
"@angular/router": "3.0.0-alpha.8",
"core-js": "2.4.1",
"foundation-sites": "6.2.3",
"moment": "2.14.1",
"numeral": "1.5.3",
"rxjs": "5.0.0-beta.6",
"zone.js": "0.6.12"
},
"devDependencies": {
"awesome-typescript-loader": "1.1.1",
"copy-webpack-plugin": "3.0.1",
"json-loader": "0.5.4",
"html-loader": "0.4.3",
"file-loader": "0.9.0",
"url-loader": "0.5.7",
"node-sass": "3.7.0",
"raw-loader": "0.5.1",
"rimraf": "2.5.2",
"sass-loader": "3.2.0",
"source-map-loader": "0.1.5",
"typescript": "1.8.10",
"webpack": "1.12.14",
"webpack-dev-server": "1.14.1"
}
}