-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.7 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.7 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
{
"name": "cee-tv-web",
"version": "1.0.0",
"engines": {
"node": "22"
},
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"generate:prisma": "prisma generate",
"update:prisma": "prisma db push",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webmansa/cee-tv-web.git"
},
"keywords": [],
"author": "umar sesay",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/webmansa/cee-tv-web/issues"
},
"homepage": "https://github.com/webmansa/cee-tv-web#readme",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@prisma/extension-accelerate": "^2.0.1",
"@tailwindcss/vite": "^4.1.10",
"@tanstack/react-query": "^5.80.7",
"@tanstack/react-router": "^1.121.2",
"@tanstack/react-start": "^1.121.7",
"classnames": "^2.5.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-toastify": "^11.0.5",
"swiper": "^11.2.8",
"tailwindcss": "^4.1.10",
"vite": "^6.3.5",
"vite-plugin-pwa": "^1.0.1",
"zod": "^3.25.67"
},
"devDependencies": {
"@prisma/client": "^6.10.1",
"@tanstack/eslint-plugin-query": "^5.78.0",
"@tanstack/react-query-devtools": "^5.80.7",
"@tanstack/react-router-devtools": "^1.121.12",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@typescript-eslint/eslint-plugin": "^8.34.0",
"@vitejs/plugin-react": "^4.5.2",
"prisma": "^6.10.1",
"typescript": "^5.8.3",
"vite-tsconfig-paths": "^5.1.4"
}
}