-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.26 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.26 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
{
"name": "ihsten-personal-site",
"version": "0.1.0",
"scripts": {
"ng": "ng",
"start": "node ./src/scripts/create-env.js && ng serve --prod",
"start-dev": "node ./src/scripts/create-env-dev.js && ng serve --host 0.0.0.0",
"build": "node ./src/scripts/create-env.js && ng build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^11.0.9",
"@angular/common": "^11.0.9",
"@angular/compiler": "^11.0.9",
"@angular/core": "^11.0.9",
"@angular/forms": "^11.0.9",
"@angular/platform-browser": "^11.0.9",
"@angular/platform-browser-dynamic": "^11.0.9",
"@angular/router": "^11.0.9",
"@contentful/rich-text-html-renderer": "^14.1.2",
"angular-dark-mode": "^3.0.1",
"contentful": "^8.4.2",
"dotenv": "^8.6.0",
"ngx-markdown": "^11.0.1",
"rxjs": "^6.6.7",
"tslib": "^2.3.1",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1100.7",
"@angular/cli": "^11.0.7",
"@angular/compiler-cli": "^11.0.9",
"@types/jasmine": "^3.6.11",
"@types/node": "^12.20.19",
"codelyzer": "^6.0.2",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "^4.0.8"
}
}