-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.62 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "tipis-pap-tools",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:app": "tauri dev",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"prepare": "husky",
"tauri": "tauri",
"semantic-release": "semantic-release",
"test": "ng test",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@3d-dice/dice-box": "~1.0.12",
"@angular/animations": "^17.1.1",
"@angular/common": "^17.1.1",
"@angular/compiler": "^17.1.1",
"@angular/core": "^17.1.1",
"@angular/forms": "^17.1.1",
"@angular/platform-browser": "^17.1.1",
"@angular/platform-browser-dynamic": "^17.1.1",
"@angular/router": "^17.1.1",
"@fortawesome/angular-fontawesome": "~0.14.1",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@ngrx/signals": "~17.1.0",
"@tauri-apps/api": "~1.5.3",
"dexie": "~3.2.4",
"dexie-export-import": "~4.0.7",
"file-saver": "~2.0.5",
"flowbite": "~2.2.1",
"luxon": "~3.4.4",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.1.1",
"@angular-eslint/builder": "17.1.1",
"@angular-eslint/eslint-plugin": "17.1.1",
"@angular-eslint/eslint-plugin-template": "17.1.1",
"@angular-eslint/schematics": "17.1.1",
"@angular-eslint/template-parser": "17.1.1",
"@angular/cli": "^17.1.1",
"@angular/compiler-cli": "^17.1.1",
"@boundfoxstudios/semantic-release-export-data": "~1.1.0",
"@commitlint/cli": "~18.6.0",
"@commitlint/config-angular": "~18.6.0",
"@semantic-release/changelog": "github:semantic-release/changelog",
"@semantic-release/git": "~10.0.1",
"@tauri-apps/cli": "~1.5.9",
"@types/file-saver": "~2.0.7",
"@types/jest": "~29.5.10",
"@types/luxon": "~3.4.2",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"autoprefixer": "~10.4.17",
"eslint": "^8.56.0",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-deprecation": "~2.0.0",
"eslint-plugin-prefer-arrow": "~1.2.3",
"husky": "~9.0.3",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"lint-staged": "~15.2.0",
"postcss": "~8.4.33",
"prettier": "~3.2.4",
"prettier-plugin-tailwindcss": "~0.5.11",
"semantic-release": "~23.0.0",
"tailwindcss": "~3.4.1",
"typescript": "~5.2.2"
},
"lint-staged": {
"*.ts": "eslint --cache --fix",
"*.{ts,html,css,md}": "prettier --write"
}
}