-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.8 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
63
64
65
66
67
68
{
"name": "candiru",
"scripts": {
"ng": "ng",
"dev": "ng serve",
"start": "npm run dev",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"dependencies": {
"@analogjs/content": "^1.10.1",
"@analogjs/platform": "^1.10.1",
"@analogjs/router": "^1.10.1",
"@angular/animations": "^19.0.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/platform-server": "^19.0.0",
"@angular/router": "^19.0.0",
"@semantic-release/git": "^10.0.1",
"@types/three": "^0.169.0",
"dot-prop": "^9.0.0",
"fdir": "^6.4.2",
"front-matter": "^4.0.2",
"joi": "^17.13.3",
"marked": "^5.0.2",
"marked-gfm-heading-id": "^3.1.0",
"marked-highlight": "^2.0.1",
"marked-mangle": "^1.1.7",
"npm": "^10.9.1",
"prismjs": "^1.29.0",
"rxjs": "~7.8.0",
"semantic-release": "^24.1.2",
"socket.io": "^4.8.0",
"socket.io-client": "^4.8.0",
"three": "^0.169.0",
"three-mesh-bvh": "^0.8.2",
"tslib": "^2.3.0",
"vite": "^5.4.11",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@analogjs/platform": "^1.10.1",
"@analogjs/vite-plugin-angular": "^1.10.1",
"@analogjs/vitest-angular": "^1.10.1",
"@angular-devkit/build-angular": "^19.0.0",
"@angular/build": "^19.0.0",
"@angular/cli": "^19.0.0",
"@angular/compiler-cli": "^19.0.0",
"autoprefixer": "^10.4.14",
"jsdom": "^22.0.0",
"postcss": "^8.4.21",
"semantic-release-replace-plugin": "^1.2.7",
"tailwindcss": "^3.3.1",
"typescript": "~5.5.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^2.0.0"
},
"overrides": {
"@nx/angular": {
"@angular-devkit/build-angular": "$@angular-devkit/build-angular"
}
}
}