-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.06 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.06 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "rhonor-personal-site",
"version": "1.0.0",
"description": "Portfolio/CV site written in Angular2",
"scripts": {
"prebuild": "rm -rf ./dist",
"build": "NODE_ENV='production'; webpack --progress",
"server": "webpack-dev-server --hot --inline --progress --port 5000",
"start": "npm run server"
},
"contributors": [
"Richard Honor <me@r-honor.uk>"
],
"license": "MIT",
"dependencies": {
"@angular/common": "~2.2.1",
"@angular/compiler": "~2.2.1",
"@angular/compiler-cli": "~2.2.1",
"@angular/core": "~2.2.1",
"@angular/forms": "~2.2.1",
"@angular/http": "~2.2.1",
"@angular/platform-browser": "~2.2.1",
"@angular/platform-browser-dynamic": "~2.2.1",
"@angular/platform-server": "~2.2.1",
"@angular/router": "~3.2.1",
"@angular/upgrade": "~2.2.1",
"angular2-in-memory-web-api": "0.0.21",
"bootstrap": "^3.3.7",
"core-js": "^2.4.1",
"favicons-webpack-plugin": "0.0.7",
"html-webpack-plugin": "^2.30.1",
"ie-shim": "^0.1.0",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",
"zone.js": "~0.6.26"
},
"devDependencies": {
"@types/node": "^6.0.48",
"angular2-router-loader": "^0.3.4",
"angular2-template-loader": "^0.6.0",
"awesome-typescript-loader": "^2.2.4",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"node-sass": "^4.5.2",
"raw-loader": "^0.5.1",
"resolve-url-loader": "^2.0.2",
"sass-loader": "^6.0.3",
"sprite-webpack-plugin": "^0.3.6",
"style-loader": "^0.16.1",
"to-string-loader": "^1.1.5",
"typescript": "~2.0.10",
"url-loader": "^0.5.8",
"webpack": "^2.0.0",
"webpack-dev-server": "2.1.0-beta.11",
"webpack-merge": "^0.15.0"
},
"keywords": [
"Richard Honor",
"RHonor",
"RMHonor",
"Front end developer"
],
"repository": {
"type": "git",
"url": "git+https://github.com/RMHonor/personal-site.git"
},
"bugs": {
"url": "https://github.com/RMHonor/personal-site/issues"
},
"homepage": "https://github.com/RMHonor/personal-site#readme"
}