-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 924 Bytes
/
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
{
"name": "ltt-2024-ulimate-web",
"module": "index.ts",
"type": "module",
"scripts": {
"lint": "eslint . && prettier . --write"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"@types/bun": "latest",
"@types/react-dom": "^18.3.0",
"eslint": "^9.2.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"globals": "^15.2.0",
"prettier": "^3.2.5",
"prisma": "^5.14.0",
"typescript-eslint": "^7.9.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@iconify-icon/react": "^2.1.0",
"@prisma/client": "^5.14.0",
"@tailwindcss/cli": "^4.0.0-alpha.15",
"get-video-duration": "^4.1.0",
"react": "^19.0.0-rc-915b914b3a-20240515",
"react-dom": "^19.0.0-rc-915b914b3a-20240515",
"tailwindcss": "^4.0.0-alpha.15"
},
"eslintIgnores": [
"static/*"
]
}