-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.19 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.433.0",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@memberstack/admin": "^1.2.4",
"@memberstack/dom": "^1.9.27",
"@next/mdx": "^13.4.19",
"@use-gesture/react": "^10.3.0",
"@vercel/analytics": "^1.0.1",
"@vercel/postgres": "^0.4.1",
"eslint": "^8.39.0",
"eslint-config-next": "^13.5.2",
"framer-motion": "^10.12.7",
"next": "^14.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-turnstile": "^1.1.2",
"reading-time": "^1.5.0",
"sass": "^1.59.3",
"three": "^0.154.0",
"typescript": "5.1.6"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.0",
"@types/mdx": "^2.0.7",
"@types/node": "^20.1.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.3",
"@types/three": "^0.152.0",
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.3",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.6"
}
}