forked from Tailus-UI/astro-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 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
{
"name": "astrolus",
"description": "Nextjs - Tailwind Astrolus Theme",
"version": "1.0.0",
"author": {
"name": "luasenvy",
"email": "[email protected]",
"url": "https://www.luas.kr"
},
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "rm -rf .next && next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky"
},
"dependencies": {
"next": "^15.1.6"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/compat": "^1.2.5",
"@types/node": "^22.10.9",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"autoprefixer": "^10.4.20",
"classnames": "^2.5.1",
"eslint": "^9",
"eslint-config-prettier": "^10.0.1",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.3",
"husky": "^9.1.7",
"lint-staged": "^15.4.2",
"postcss": "^8.5.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
}
}