generated from toakiryu/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1007 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
37
38
39
{
"name": "scratch-auth",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"lint": "next lint"
},
"author": "Fun117 <[email protected]> (https://fun117.dev)",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/scratch-auth/pkg.git"
},
"bugs": {
"url": "https://github.com/scratch-auth/docs/issues",
"email": "[email protected]"
},
"homepage": "https://scratch-auth.onrender.com",
"license": "MIT",
"dependencies": {
"@vercel/analytics": "^1.4.1",
"lucide-react": "^0.469.0",
"next": "^15.1.3",
"next-sitemap": "^4.2.3",
"nextra": "^3.3.0",
"nextra-theme-docs": "^3.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17"
}
}