-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 2.02 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
56
57
58
59
60
61
{
"name": "nextjs-boilertemplate",
"version": "1.0.0",
"private": true,
"author": "Eniola Osabiya <eosabiya@gmail.com>",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@formspree/react": "^2.5.1",
"@fortawesome/fontawesome-free": "^6.7.1",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@studio-freight/lenis": "^1.0.42",
"@tanstack/react-query": "^5.24.8",
"@tanstack/react-query-devtools": "^5.24.8",
"@types/styled-components": "^5.1.34",
"axios": "^1.6.7",
"cookies-next": "^4.1.1",
"framer-motion": "^11.8.0",
"geist": "^1.3.1",
"gsap": "^3.12.5",
"jwt-decode": "^4.0.0",
"locomotive-scroll": "^4.1.4",
"next": "^15.0.3",
"next-transpile-modules": "^10.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-toastify": "^10.0.4",
"react-typed": "^2.0.12",
"split-type": "^0.3.4",
"styled-components": "^6.1.13",
"valtio": "^1.13.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-syntax-jsx": "^7.25.9",
"@babel/preset-react": "^7.25.9",
"@sentry/nextjs": "^8.40.0",
"@tanstack/eslint-plugin-query": "^5.20.1",
"@types/locomotive-scroll": "^4.1.3",
"@types/node": "^20.17.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.18",
"babel-loader": "^9.2.1",
"daisyui": "^4.7.2",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.1",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"tailwindcss": "^3.4.1",
"typescript": "^5.7.2"
}
}