-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.82 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
{
"name": "scareddit",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:server": "todo",
"build": "ng build",
"build:prod": "ng build --configuration production",
"test": "ng test",
"test:ci": "ng test --watch false",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "patch-package"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.1.6",
"@angular/common": "^16.1.6",
"@angular/compiler": "^16.1.6",
"@angular/core": "^16.1.6",
"@angular/forms": "^16.1.6",
"@angular/platform-browser": "^16.1.6",
"@angular/platform-browser-dynamic": "^16.1.6",
"@angular/router": "^16.1.6",
"@angular/service-worker": "^16.1.6",
"netlify-lambda": "^2.0.15",
"patch-package": "^8.0.0",
"rxjs": "^7.5.5",
"snoowrap": "^1.23.0",
"tslib": "^2.3.1",
"zone.js": "~0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~16.1.5",
"@angular-eslint/builder": "16.1.0",
"@angular-eslint/eslint-plugin": "16.1.0",
"@angular-eslint/eslint-plugin-template": "16.1.0",
"@angular-eslint/schematics": "16.1.0",
"@angular-eslint/template-parser": "16.1.0",
"@angular/cli": "~16.1.5",
"@angular/compiler-cli": "^16.1.6",
"@angular/language-service": "^16.1.6",
"@types/jasmine": "^4.3.5",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^20.4.4",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"devvit": "^0.10.22",
"eslint": "^8.39.0",
"jasmine-core": "^5.1.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"puppeteer": "^20.9.0",
"typescript": "~4.9.5",
"webpack": "^5.71.0"
}
}