-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "njack-new-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"dependencies": {
"@notionhq/client": "^2.2.6",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"firebase": "^10.12.3",
"framer-motion": "^10.12.16",
"next": "13.2.4",
"notion-client": "^6.16.0",
"notion-utils": "^6.16.0",
"pigeon-maps": "^0.21.3",
"react": "18.2.0",
"react-chrono": "^2.2.0",
"react-dom": "18.2.0",
"react-grid-gallery": "^1.0.0",
"react-hook-form": "^7.52.1",
"react-icons": "^4.9.0",
"react-image-lightbox": "^5.1.4",
"react-lottie": "^1.2.3",
"react-notion-x": "^6.16.0",
"react-parallax-tilt": "^1.7.147",
"react-tsparticles": "^2.10.1",
"tsparticles": "^2.10.1"
},
"devDependencies": {
"prettier": "^2.8.8"
}
}