el.xwx.moe/package.json

64 lines
1.8 KiB
JSON
Raw Normal View History

2023-01-22 15:39:35 -06:00
{
2023-01-29 12:12:36 -06:00
"name": "linkwarden",
"version": "1.0.0",
2023-01-22 15:39:35 -06:00
"main": "index.js",
"repository": "https://github.com/Daniel31x13/link-warden.git",
"author": "Daniel31X13 <daniel31x13@gmail.com>",
2023-05-31 09:30:45 -05:00
"license": "AGPL-3.0",
2023-01-22 15:39:35 -06:00
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.1",
"@aws-sdk/client-s3": "^3.379.1",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
2023-02-18 21:32:02 -06:00
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.15",
"@next/font": "13.4.9",
"@prisma/client": "^4.16.2",
"@stripe/stripe-js": "^1.54.1",
"@types/crypto-js": "^4.1.1",
"@types/node": "20.4.4",
2023-06-28 21:24:24 -05:00
"@types/nodemailer": "^6.4.8",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.7",
2023-02-06 11:59:23 -06:00
"bcrypt": "^5.1.0",
"colorthief": "^2.4.0",
"crypto-js": "^4.1.1",
2023-08-01 21:03:49 -05:00
"csstype": "^3.1.2",
"eslint": "8.46.0",
"eslint-config-next": "13.4.9",
"jsdom": "^22.1.0",
"next": "13.4.12",
2023-05-20 15:46:15 -05:00
"next-auth": "^4.22.1",
2023-08-02 12:53:55 -05:00
"next-themes": "^0.2.1",
2023-06-28 21:24:24 -05:00
"nodemailer": "^6.9.3",
2023-07-02 07:17:32 -05:00
"playwright": "^1.35.1",
2023-01-22 15:39:35 -06:00
"react": "18.2.0",
2023-06-02 06:59:52 -05:00
"react-colorful": "^5.6.1",
2023-01-29 12:12:36 -06:00
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
2023-05-22 07:20:48 -05:00
"react-image-file-resizer": "^0.4.8",
"react-select": "^5.7.4",
2023-07-02 12:29:34 -05:00
"sharp": "^0.32.1",
"stripe": "^12.13.0",
2023-02-18 21:32:02 -06:00
"typescript": "4.9.4",
"zustand": "^4.3.8"
2023-01-22 15:39:35 -06:00
},
"devDependencies": {
2023-07-02 07:17:32 -05:00
"@playwright/test": "^1.35.1",
2023-02-06 11:59:23 -06:00
"@types/bcrypt": "^5.0.0",
"@types/jsdom": "^21.1.3",
2023-06-12 13:23:11 -05:00
"autoprefixer": "^10.4.14",
"postcss": "^8.4.26",
"prisma": "^5.1.0",
"tailwindcss": "^3.3.3"
2023-01-22 15:39:35 -06:00
}
}