-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.51 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
{
"name": "bnchs-sentinels-website-v5",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node server.js",
"build": "next build --debug",
"start": "NODE_ENV=production node server.js",
"lint": "next lint",
"prettier": "npx prettier . --check"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@ericz1803/react-google-calendar": "^4.3.1",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-slot": "^1.1.1",
"animate.css": "^4.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"colorthief": "github:developerblue/color-thief",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"framer-motion": "^10.17.6",
"input-otp": "^1.4.1",
"lucide-react": "^0.468.0",
"next": "^13.5.2",
"node-html-parser": "^6.1.10",
"react": "18.2.0",
"react-animation-on-scroll": "^5.1.0",
"react-countdown": "^2.3.5",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.6.2",
"react-hook-form": "^7.49.0",
"react-phone-number-input": "^3.3.7",
"react-responsive-carousel": "^3.2.23",
"react-select": "^5.8.0",
"react-text-transition": "^3.1.0",
"react-toastify": "^9.1.3",
"react-tooltip": "^5.25.0",
"react-twitch-embed": "^3.0.1",
"react-type-animation": "^3.2.0",
"sass": "^1.67.0",
"sharp": "^0.32.6",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "20.10.6",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"prettier": "^3.0.3",
"tailwind": "^4.0.0"
}
}