-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.14 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
{
"name": "angular-feature-app",
"version": "0.0.0",
"private": true,
"scripts": {
"prebuild": "rm -rf dist",
"build": "ng build --prod --output-hashing none",
"format": "prettier --write '**/*.{js,json,md,ts,tsx,yml}'",
"start": "webpack-dev-server --open"
},
"dependencies": {
"@angular-devkit/build-angular": "^0.13.5",
"@angular/animations": "^7.2.9",
"@angular/cli": "^7.3.6",
"@angular/common": "^7.2.9",
"@angular/compiler": "^7.2.9",
"@angular/compiler-cli": "^7.2.9",
"@angular/core": "^7.2.9",
"@angular/elements": "^7.2.9",
"@angular/forms": "^7.2.9",
"@angular/platform-browser": "^7.2.9",
"@angular/platform-browser-dynamic": "^7.2.9",
"@angular/router": "^7.2.9",
"@feature-hub/core": "^1.1.0",
"@feature-hub/dom": "^1.1.0",
"@feature-hub/module-loader-amd": "^1.1.0",
"@types/node": "^11.11.3",
"core-js": "^2.6.5",
"html-webpack-plugin": "^3.2.0",
"prettier": "^1.16.4",
"rxjs": "^6.4.0",
"typescript": "~3.2.4",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1",
"zone.js": "^0.8.29"
}
}