-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 2 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "nextphrase-dot-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier:check": "prettier --check .",
"prettier:write": "prettier --write .",
"generate": "COMPONENTS_DIR=src/components npm explore handy-node-scripts -- npm run generate",
"generate-supabase-types": "npx supabase gen types --lang=typescript --project-id enljtnmwgsfhpsekdulz --schema public > src/app/database.types.ts",
"rebuild-component-index": "COMPONENTS_DIR=src/components npm explore handy-node-scripts -- npm run rebuild-component-index",
"upgrade-react-19": "npm install --save-exact react@rc react-dom@rc babel-plugin-react-compiler@latest --force"
},
"dependencies": {
"@gsap/react": "^2.1.1",
"@headlessui/react": "^2.2.0",
"@supabase/supabase-js": "^2.45.6",
"gsap": "^3.12.5",
"hyphen": "^1.10.6",
"lodash": "^4.17.21",
"next": "15.0.1",
"react": "19.0.0-rc-d1afcb43-20240903",
"react-confetti": "^6.1.0",
"react-dom": "19.0.0-rc-d1afcb43-20240903",
"tailwind-merge": "^2.5.4",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^5.8.1",
"@tailwindcss/forms": "^0.5.9",
"@types/hyphen": "^1.6.7",
"@types/lodash": "^4.17.12",
"@types/node": "^22",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"babel-plugin-react-compiler": "19.0.0-beta-8a03594-20241020",
"enquirer": "^2.4.1",
"eslint": "^9",
"eslint-config-next": "^15.0.1",
"handy-node-scripts": "github:aaronmw/handy-node-scripts",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"supabase": "^1.210.1",
"tailwindcss": "^3.4.14",
"tailwindcss-3d": "^1.0.7",
"tiny-invariant": "^1.3.3",
"typescript": "^5"
},
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
}
}