-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.34 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
{
"name": "deckle",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"packageManager": "npm@10.9.8",
"dependencies": {
"@angular/cdk": "22.0.0",
"@angular/common": "^22.0.0",
"@angular/compiler": "^22.0.0",
"@angular/core": "^22.0.0",
"@angular/forms": "^22.0.0",
"@angular/platform-browser": "^22.0.0",
"@angular/router": "^22.0.0",
"@angular/service-worker": "^22.0.0",
"@fontsource-variable/lexend": "^5.3.0",
"@ng-icons/core": "^32.2.0",
"@ng-icons/lucide": "^32.2.0",
"@spartan-ng/brain": "^1.1.1",
"@spartan-ng/cli": "^1.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dexie": "^4.4.4",
"marked": "^18.0.7",
"rxjs": "~7.8.0",
"tailwind-merge": "^3.5.0",
"ts-fsrs": "^5.4.1",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "^22.0.7",
"@angular/cli": "^22.0.7",
"@angular/compiler-cli": "^22.0.0",
"@tailwindcss/postcss": "^4.1.12",
"@tailwindcss/typography": "^0.5.20",
"jsdom": "^28.0.0",
"postcss": "^8.5.3",
"prettier": "^3.8.1",
"tailwindcss": "^4.1.12",
"tw-animate-css": "^1.4.0",
"typescript": "~6.0.2",
"vitest": "^4.0.8"
}
}