forked from dimpurr/byrteam
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
{
"name": "byrteam2023",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 4444",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@motionone/utils": "^10.15.1",
"@radix-ui/react-scroll-area": "^1.0.4",
"@types/node": "20.5.1",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"clsx": "^2.0.0",
"dayjs": "^1.11.9",
"embla-carousel-autoplay": "8.0.0-rc12",
"embla-carousel-react": "8.0.0-rc12",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"framer-motion": "^10.16.1",
"lodash": "^4.17.21",
"motion": "^10.16.2",
"next": "13.4.19",
"postcss": "8.4.28",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"sass": "^1.66.1",
"typescript": "5.1.6"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/lodash": "^4.14.198",
"eslint-config-prettier": "^9.0.0",
"prettier": "3.0.2",
"prettier-plugin-tailwindcss": "^0.5.3",
"tailwindcss": "^3.3.3",
"tailwindcss-gradient": "^1.0.1"
}
}