-
-
Notifications
You must be signed in to change notification settings - Fork 172
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.5 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.5 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
{
"name": "@tanstack/cta-ui",
"version": "0.47.0",
"type": "module",
"main": "./lib-dist/index.js",
"types": "./lib-dist/index.d.ts",
"scripts": {
"build": "npm run build:lib && npm run build:ui",
"build:ui": "vite build",
"build:lib": "tsc -p tsconfig.lib.json",
"dev": "tsc --watch -p tsconfig.lib.json",
"dev:ui": "VITE_API_BASE_URL=http://localhost:8080 vite dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TanStack/create-tsrouter-app.git",
"directory": "packages/cta-ui"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.6",
"@tanstack/cta-engine": "workspace:*",
"@tanstack/cta-ui-base": "workspace:*",
"chalk": "^5.4.1",
"cors": "^2.8.5",
"execa": "^9.5.2",
"express": "^4.21.2",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sonner": "^2.0.3",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.1.6",
"tailwindcss-animate": "^1.0.7",
"vite-tsconfig-paths": "^5.1.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.1",
"@types/node": "^22.14.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.4.1",
"@vitest/coverage-v8": "3.1.1",
"jsdom": "^26.0.0",
"typescript": "^5.7.2",
"vite": "^7.1.7",
"vitest": "^3.0.5",
"web-vitals": "^4.2.4"
}
}