-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 1.85 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
65
66
67
68
69
70
{
"name": "next-porto-1",
"version": "0.1.0",
"private": true,
"author": "adityahimaone",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"release": "cross-env HUSKY=0 standard-version"
},
"dependencies": {
"@lottiefiles/react-lottie-player": "^3.5.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@tabler/icons-react": "^2.45.0",
"axios": "^1.6.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"framer-motion": "^10.17.8",
"install": "^0.13.0",
"lucide-react": "^0.305.0",
"mini-svg-data-uri": "^1.4.4",
"next": "14.0.4",
"next-intl": "^3.4.1",
"npm": "^10.2.5",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.12.0",
"react-sortablejs": "^6.1.4",
"sass": "^1.70.0",
"sortablejs": "^1.15.1",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"zustand": "^4.5.0"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/cz-commitlint": "^18.4.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18",
"@types/sortablejs": "^1.15.7",
"autoprefixer": "^10.0.1",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"next-themes": "^0.2.1",
"postcss": "^8",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"engines": {
"node": ">=16.8.x",
"pnpm": ">=8"
},
"resolutions": {
"jackspeak": "2.1.1"
}
}