-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.49 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
{
"name": "isnt",
"description": "🚀 A clean next.js template that utilize tailwind CSS + Iron Session for local cookie authentication. Isnt stands for Iron-Session-Next-Tailwind",
"version": "1.2",
"license": "MIT",
"author": "Min Chun Fu <[email protected]>",
"scripts": {
"dev": "next dev",
"build": "next build",
"test": "next test",
"start": "next start",
"lint": "eslint . --fix",
"format": "prettier --write {src/pages,src/components}/**/*.{tsx}"
},
"dependencies": {
"@radix-ui/react-label": "^2.0.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"class-variance-authority": "^0.4.0",
"clsx": "^1.2.1",
"create-create-app": "^7.3.0",
"iron-session": "^6.3.1",
"lucide-react": "^0.127.0",
"next": "^13.2.4",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swr": "^2.1.1",
"tailwind-merge": "^1.10.0",
"tailwindcss-animate": "^1.0.5"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^3.7.1",
"@types/react": "^18.0.28",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint-config-next": "^13.2.4",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tailwindcss": "^3.10.1",
"postcss": "^8.4.21",
"prettier": "^2.8.6",
"prettier-plugin-tailwindcss": "^0.2.5",
"tailwindcss": "^3.2.7",
"typescript": "^5.0.2"
}
}