forked from Clueless-Community/clueless-official-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.55 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
{
"name": "test",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "prettier --check .",
"format": "prettier --write .",
"prepare": "husky install",
"pre-commit": "npm run format && git add -A ."
},
"husky": {
"hooks": {
"pre-commit": "npm run format && git add -A ."
}
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.16",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.8",
"@next/font": "13.1.6",
"@react-spring/web": "^9.7.1",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/node": "18.11.19",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@vercel/analytics": "^1.0.0",
"cobe": "^0.6.3",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"firebase": "^9.17.1",
"framer-motion": "^9.0.4",
"next": "13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-slick": "^0.29.0",
"react-tooltip": "^5.7.5",
"react-tweet-embed": "^2.0.0",
"react-twitter-embed": "^4.0.4",
"slick-carousel": "^1.8.1",
"swiper": "^9.1.1",
"tailwind": "^4.0.0",
"template-helpers": "^1.0.1",
"typescript": "4.9.5"
},
"devDependencies": {
"@types/react-slick": "^0.23.10",
"autoprefixer": "^10.4.13",
"husky": "^8.0.3",
"postcss": "^8.4.21",
"prettier": "2.8.3",
"tailwindcss": "^3.2.4"
}
}