-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.27 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 2.27 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
{
"name": "pocket-pals-director",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build:schematics": "cd schematics && npm run build && cd ../ && npm link ./schematics",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "jest",
"test:watch": "jest --watch",
"deploy": "npm run deploy:hosting",
"deploy:functions": "npx firebase deploy --only functions",
"deploy:hosting": "npx firebase deploy --only hosting"
},
"schematics": "./schematics/src",
"private": true,
"dependencies": {
"@angular/animations": "^19.2.4",
"@angular/cdk": "^19.2.7",
"@angular/common": "^19.2.16",
"@angular/compiler": "^19.2.20",
"@angular/core": "^19.2.20",
"@angular/forms": "^19.2.4",
"@angular/material": "^19.2.7",
"@angular/platform-browser": "^19.2.4",
"@angular/platform-browser-dynamic": "^19.2.4",
"@angular/router": "^19.2.4",
"@breezystack/lamejs": "^1.2.7",
"animate.css": "^4.1.1",
"cybercore-css": "^0.3.0",
"deep-equal": "^2.2.3",
"firebase": "^11.0.2",
"html-to-image": "^1.11.13",
"ngx-markdown": "^19.1.0",
"pica": "^9.0.1",
"prettier": "^3.8.3",
"rxjs": "~7.8.2",
"serialize-error": "^12.0.0",
"slugify": "^1.6.9",
"steamgriddb": "^2.2.1",
"tslib": "^2.3.0",
"uuid": "^14.0.0"
},
"devDependencies": {
"@angular-builders/jest": "^21.0.3",
"@angular-devkit/build-angular": "^21.2.7",
"@angular-devkit/schematics": "^19.2.24",
"@angular/cli": "^21.2.7",
"@angular/compiler-cli": "^19.2.4",
"@babel/preset-env": "^7.29.2",
"@babel/preset-typescript": "^7.28.5",
"@jest/types": "^29.6.3",
"@testing-library/angular": "^17.3.6",
"@testing-library/jest-dom": "^6.9.1",
"@types/deep-equal": "^1.0.4",
"@types/jest": "^29.5.14",
"@types/pica": "^9.0.5",
"@types/w3c-web-hid": "^1.0.7",
"jest": "^29.7.0",
"jest-preset-angular": "^16.1.4",
"ts-jest": "^29.2.5",
"typescript": "~5.6.2",
"vite": "^6.4.2"
}
}