-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.73 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
{
"name": "seebox-website",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .ts,.tsx -c .eslintrc.json --fix",
"predeploy": "npm run build",
"deploy": "gh-pages -d out"
},
"homepage": "https://seebox.app",
"repository": "git@github.com:Seebox-app/Seebox-app.github.io.git",
"dependencies": {
"@heroui/react": "2.7.6-beta.2",
"@react-aria/ssr": "3.9.7",
"@react-aria/visually-hidden": "3.8.21",
"clsx": "2.1.1",
"framer-motion": "12.5.0",
"intl-messageformat": "^10.7.15",
"luxon": "^3.5.0",
"next": "15.2.3",
"next-themes": "^0.4.6",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "^5.5.0",
"schema-dts": "^1.1.5"
},
"devDependencies": {
"@next/eslint-plugin-next": "15.2.3",
"@react-types/shared": "3.28.0",
"@tailwindcss/postcss": "^4.0.14",
"@types/luxon": "^3.4.2",
"@types/node": "22.13.10",
"@types/react": "19.0.11",
"@types/react-dom": "19.0.4",
"@typescript-eslint/eslint-plugin": "8.26.1",
"@typescript-eslint/parser": "8.26.1",
"autoprefixer": "10.4.21",
"eslint": "^8.57.0",
"eslint-config-next": "15.2.3",
"eslint-config-prettier": "10.1.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-unused-imports": "4.1.4",
"gh-pages": "^6.3.0",
"postcss": "8.5.3",
"prettier": "3.5.3",
"tailwind-variants": "1.0.0",
"tailwindcss": "4.0.14",
"typescript": "5.8.2"
}
}