-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.2 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
{
"name": "@tanstack/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"clean": "npx rimraf node_modules dist yarn.lock package-lock.json && npm install && nx run-many --target=clean --all"
},
"private": true,
"dependencies": {
"@nativescript/core": "~8.8.0",
"@tanstack/angular-query-experimental": "^5.51.9",
"@tanstack/solid-query": "^5.51.21",
"@tanstack/vue-query": "^5.51.21",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.0",
"@angular/animations": "^18.0.0",
"@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/compiler-cli": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0",
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@angular/router": "^18.0.0",
"@nativescript/angular": "^18.0.0",
"@nativescript/nx": "^19.0.0",
"@nativescript/tailwind": "^2.1.0",
"@nativescript/types": "~8.8.0",
"@nativescript/webpack": "~5.0.0",
"@ngtools/webpack": "^18.0.0",
"@nx/eslint": "19.5.1",
"@nx/eslint-plugin": "19.5.1",
"@nx/jest": "19.5.1",
"@nx/js": "19.5.1",
"@nx/workspace": "19.5.1",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/jest": "^29.4.0",
"@types/node": "18.16.9",
"@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitejs/plugin-vue": "^5.1.1",
"abortcontroller-polyfill": "^1.7.5",
"core-js": "^3.38.0",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.0.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"nativescript-theme-core": "^1.0.7",
"nativescript-vue": "3.0.0-rc.2",
"nx": "19.5.1",
"prettier": "^2.6.2",
"react": "~18.2.0",
"react-nativescript": "^5.0.0",
"react-nativescript-navigation": "^5.0.0",
"rxjs": "~7.8.0",
"svelte": "~4.2.1",
"tailwindcss": "~3.4.6",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.5.2",
"vite": "^5.3.5",
"vue": "^3.4.27",
"zone.js": "^0.14.0"
}
}