-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.72 KB
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
{
"name": "teebot-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"check-updates": "npx npm-check-updates -u",
"postinstall": "node -e \"const fs=require('fs'),p=require('path');['node_modules/@splinetool/runtime/libs/draco/draco_decoder.js','node_modules/@splinetool/runtime/libs/draco/draco_decoder.wasm','node_modules/@splinetool/runtime/libs/draco/draco_wasm_wrapper.js','node_modules/@splinetool/runtime/libs/draco/gltf/draco_decoder.wasm','node_modules/@splinetool/runtime/libs/draco/gltf/draco_wasm_wrapper.js','node_modules/@splinetool/runtime/build/boolean_wasm_bg.wasm'].forEach(f=>{fs.mkdirSync(p.dirname(f),{recursive:true});if(!fs.existsSync(f))fs.writeFileSync(f,'');})\""
},
"dependencies": {
"@splinetool/react-spline": "^4.1.0",
"@splinetool/runtime": "^2.0.5",
"@types/nodemailer": "^8.0.0",
"framer-motion": "^12.40.0",
"lucide-react": "^0.546.0",
"next": "16.3.3",
"nodemailer": "^9.0.1",
"react": "19.2.6",
"react-dom": "19.2.6",
"resend": "^6.12.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^25",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.3.3",
"tailwindcss": "^4",
"typescript": "^6"
},
"overrides": {
"postcss": "^8.5.26",
"nanoid": "^3.3.18",
"js-yaml": "^4.3.2"
},
"packageManager": "npm@11.13.0",
"allowScripts": {
"sharp@0.34.5": true,
"unrs-resolver@1.12.2": true
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Safari versions",
"last 2 Edge versions"
]
}