generated from agustinusnathaniel/vite-react-tailwind-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.83 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
58
59
60
61
62
63
64
{
"name": "vite-react-tailwind-starter",
"version": "0.1.0",
"private": true,
"author": "sozonome",
"scripts": {
"dev": "vite",
"build": "pnpm type-check && vite build",
"build:turbo": "npx turbo build",
"serve": "vite preview",
"lint": "eslint src",
"lint:fix": "eslint src --fix && pnpm format",
"type-check": "tsc",
"check:turbo": "npx turbo lint type-check",
"format": "prettier --write src",
"up-interactive": "pnpm up -i",
"up-latest": "pnpm up-interactive -L",
"release": "standard-version",
"push-release": "git push --follow-tags origin main",
"prepare": "husky install"
},
"dependencies": {
"@fontsource/plus-jakarta-sans": "^5.0.11",
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"lucide-react": "^0.274.0",
"million": "2.6.0-beta.13",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-router-dom": "^6.15.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.7.0",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-helmet": "^6.1.6",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.15",
"commitlint": "^17.7.1",
"eslint": "^8.48.0",
"eslint-config-sznm": "^2.0.2",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"standard-version": "^9.5.0",
"tailwindcss": "^3.3.3",
"typescript": "5.2.2",
"vite": "^4.4.9",
"vite-plugin-checker": "^0.6.2"
},
"engines": {
"node": ">=16.x.x",
"pnpm": ">=8"
},
"packageManager": "[email protected]"
}