personal-site/package.json
2024-10-01 16:22:49 +01:00

58 lines
1.5 KiB
JSON

{
"name": "personal_site",
"version": "1.0.0",
"description": "My personal site",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "next dev -p 5000",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tailwind": "npx tailwindcss -i ./tailwind/tw_main.css -o ./styles/tw_main.css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BenjaminToby/personal_site.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/BenjaminToby/personal_site/issues"
},
"homepage": "https://github.com/BenjaminToby/personal_site#readme",
"dependencies": {
"@barba/core": "^2.9.7",
"cors": "^2.8.5",
"datasquirel": "^1.9.5",
"gsap": "^3.10.4",
"next": "^14.2.13",
"nodemailer": "^6.7.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanitize-html": "^2.11.0",
"three": "^0.138.3"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/node": "^20.4.2",
"@types/react": "^18.2.15",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.26",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
},
"pkg": {
"scripts": "build/**/*.js",
"assets": "views/**/*",
"targets": [
"node18-linux-amd64",
"node18-linux-arm64"
],
"outputPath": "dist"
}
}