-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.29 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.29 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "tanstack-start-example-basic-react-query",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"build:micro-apps": "node scripts/build-micro-apps.mjs",
"build:all": "npm run build:micro-apps && npm run build"
},
"dependencies": {
"@analogjs/vite-plugin-angular": "^0.2.45",
"@angular-devkit/build-angular": "^16.2.16",
"@angular/animations": "^16.2.12",
"@angular/common": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/compiler-cli": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/forms": "^16.2.12",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-server": "^16.2.12",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query-devtools": "^5.66.0",
"@tanstack/react-router": "^1.120.16",
"@tanstack/react-router-devtools": "^1.120.16",
"@tanstack/react-router-with-query": "^1.120.16",
"@tanstack/react-start": "^1.120.16",
"@testing-library/dom": "^10.4.1",
"@tuvix.js/angular": "^0.4.0",
"@tuvix.js/core": "^0.3.2",
"@tuvix.js/react": "^0.4.0",
"@tuvix.js/svelte": "^0.4.1",
"@tuvix.js/vue": "^0.4.0",
"@vitejs/plugin-vue": "^6.0.5",
"@vue/server-renderer": "^3.5.30",
"axios": "^1.10.0",
"prismjs": "^1.30.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-syntax-highlighter": "^15.6.1",
"redaxios": "^0.5.1",
"reflect-metadata": "^0.2.2",
"remixicon": "^4.9.1",
"svelte": "^4.2.20",
"vinxi": "0.5.3",
"vue": "^3.5.30",
"xml2js": "^0.6.2",
"zone.js": "^0.13.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^22.5.4",
"@types/prismjs": "^1.26.6",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/xml2js": "^0.4.14",
"@vitest/coverage-v8": "^4.1.0",
"jsdom": "^29.0.1",
"postcss": "^8.5.1",
"sass": "^1.98.0",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.1.0"
}
}