-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.29 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
{
"name": "sandbox-folio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@emailjs/browser": "^3.10.0",
"@fontsource/playfair-display": "^4.5.13",
"@fontsource/raleway": "^4.5.12",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^0.9.260",
"countapi-js": "^1.0.2",
"framer-motion": "^10.2.4",
"next": "^13.2.4",
"next-themes": "^0.2.1",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-bottom-scroll-listener": "^5.1.0",
"react-calendly": "^4.1.1",
"react-dom": "^18.2.0",
"use-sound": "^4.0.1"
},
"devDependencies": {
"@types/node": "18.15.0",
"@types/react": "18.0.28",
"autoprefixer": "^10.4.14",
"eslint": "8.36.0",
"eslint-config-next": "^13.2.4",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "4.9.5",
"video.js": "^8.0.4"
},
"keywords": [],
"description": ""
}