-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.35 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.35 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": "seerr-web",
"version": "2.0.0",
"description": "Seerr Web",
"main": "index.js",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"export": "next export"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seerr-team/seerr-web.git"
},
"author": "Taylor Bryant",
"license": "MIT",
"bugs": {
"url": "https://github.com/seerr-team/seerr-web/issues"
},
"homepage": "https://github.com/seerr-team/seerr-web#readme",
"packageManager": "pnpm@9.12.2",
"dependencies": {
"@ai-sdk/react": "^3.0.0",
"@heroicons/react": "^1.0.1",
"ai": "^6.0.0",
"@tailwindcss/postcss": "^4.1.14",
"next": "16.1.7",
"postcss": "^8.5.6",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-transition-group": "^4.4.2"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^24.7.0",
"@types/react": "^19.2.2",
"@types/react-transition-group": "^4.4.1",
"autoprefixer": "10.4.21",
"classnames": "2.5.1",
"eslint": "^9.37.0",
"eslint-config-next": "^16.1.7",
"prettier": "^3.6.2",
"tailwindcss": "4.1.14",
"typescript": "^5.9.3"
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5"
}
}