-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.84 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
83
84
85
86
87
88
89
90
91
92
{
"name": "@mantis-todo/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {
"@analogjs/content": "^0.2.0",
"@analogjs/router": "^0.2.0",
"@angular/animations": "^17.2.0",
"@angular/common": "^17.2.0",
"@angular/compiler": "^17.2.0",
"@angular/core": "^17.2.0",
"@angular/forms": "^17.2.0",
"@angular/platform-browser": "^17.2.0",
"@angular/platform-browser-dynamic": "^17.2.0",
"@angular/platform-server": "^17.2.0",
"@angular/router": "^17.2.0",
"@capacitor/app": "^5.0.7",
"@capacitor/core": "^5.7.1",
"@ionic/angular": "^7.7.3",
"ionicons": "^7.2.2",
"mongoose": "^8.2.1",
"rxjs": "~7.5.6",
"tslib": "^2.4.0",
"zod": "^3.22.4",
"zone.js": "~0.14.0"
},
"devDependencies": {
"@analogjs/platform": "^0.2.0",
"@analogjs/vite-plugin-angular": "^0.2.0",
"@angular-devkit/build-angular": "^17.2.0",
"@angular-devkit/core": "^17.2.3",
"@angular-devkit/schematics": "^17.2.3",
"@angular-eslint/eslint-plugin": "^17.2.1",
"@angular-eslint/eslint-plugin-template": "^17.2.1",
"@angular-eslint/template-parser": "^17.2.1",
"@angular/cli": "^17.2.3",
"@angular/compiler-cli": "^17.2.0",
"@angular/language-service": "^17.2.3",
"@capacitor/android": "^5.7.1",
"@capacitor/cli": "^5.7.1",
"@capacitor/ios": "^5.7.1",
"@ionic/angular-toolkit": "^11.0.1",
"@ionic/cli": "^7.2.0",
"@nx/angular": "^18.0.0",
"@nx/cypress": "^18.0.7",
"@nx/devkit": "^18.0.0",
"@nx/eslint": "^18.0.0",
"@nx/eslint-plugin": "^18.0.7",
"@nx/jest": "^18.0.7",
"@nx/js": "^18.0.7",
"@nx/storybook": "^18.0.7",
"@nx/vite": "^18.0.0",
"@nx/web": "18.0.7",
"@nx/webpack": "^18.0.8",
"@nx/workspace": "18.0.7",
"@schematics/angular": "^17.2.3",
"@storybook/addon-essentials": "^8.0.2",
"@storybook/addon-interactions": "^8.0.2",
"@storybook/angular": "^8.0.2",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"autoprefixer": "^10.4.0",
"cordova-res": "^0.15.4",
"cypress": "^13.6.6",
"eslint": "^8.57.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-jest": "^27.9.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-preset-angular": "^14.0.3",
"jsdom": "^22.1.0",
"mongodb-memory-server": "^9.1.7",
"msw": "^1.3.2",
"msw-storybook-addon": "^1.10.0",
"native-run": "^2.0.1",
"nx": "18.0.7",
"postcss": "^8.4.5",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"storybook": "^8.0.2",
"tailwindcss": "^3.0.2",
"ts-jest": "^29.1.2",
"typescript": "~5.2.0",
"vite": "~5.0.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^1.0.4"
}
}