-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
62 lines (62 loc) · 1.78 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
{
"name": "wordpress-restapi-angular2",
"version": "1.0.0",
"description": "## Installation dev environment",
"main": "index.js",
"scripts": {
"start": "npm run watch",
"watch": "webpack --watch --progress --profile",
"build": "webpack --progress --profile",
"build:prod": "NODE_ENV=\"production\" webpack --progress --profile",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/artemdemo/wordpress-restapi-angular2.git"
},
"keywords": [
"wordpress",
"restapi",
"angular"
],
"author": "Artem Demo",
"license": "MIT",
"bugs": {
"url": "https://github.com/artemdemo/wordpress-restapi-angular2/issues"
},
"homepage": "https://github.com/artemdemo/wordpress-restapi-angular2#readme",
"dependencies": {
"@angular/common": "^4.0.1",
"@angular/compiler": "^4.0.1",
"@angular/core": "^4.0.1",
"@angular/forms": "^4.0.1",
"@angular/http": "^4.0.1",
"@angular/platform-browser": "^4.0.1",
"@angular/platform-browser-dynamic": "^4.0.1",
"@angular/router": "^4.0.1",
"bootstrap": "^3.3.7",
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.0.1",
"core-js": "^2.4.1",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.1.0",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"json-loader": "^0.5.4",
"less": "^2.7.2",
"less-loader": "^4.0.3",
"reflect-metadata": "^0.1.10",
"rxjs": "^5.3.0",
"style-loader": "^0.16.1",
"ts-helpers": "^1.1.2",
"ts-loader": "^2.0.3",
"typescript": "^2.2.2",
"url-loader": "^0.5.8",
"webpack": "^2.3.3",
"zone.js": "^0.8.5"
},
"devDependencies": {
"@types/node": "^7.0.12",
"to-string-loader": "^1.1.5"
}
}