-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.15 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
{
"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",
"animate.css": "^4.1.1",
"colorthief": "github:developerblue/color-thief",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"framer-motion": "^10.17.6",
"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"
},
"devDependencies": {
"@types/node": "20.10.6",
"prettier": "^3.0.3"
}
}