hamburger/package.json

33 lines
760 B
JSON
Raw Normal View History

2023-03-15 19:39:14 +01:00
{
"name": "hamburger",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2023-03-20 20:39:59 +01:00
"@fontsource/jetbrains-mono": "^4.5.12",
2023-07-16 23:56:46 +02:00
"@tailwindcss/typography": "^0.5.9",
2023-05-30 02:26:50 +02:00
"@types/crypto-js": "^4.1.1",
2023-03-15 19:39:14 +01:00
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
2023-05-30 02:26:50 +02:00
"crypto-js": "^4.1.1",
2023-03-15 19:39:14 +01:00
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
2023-03-20 20:39:59 +01:00
"framer-motion": "^10.3.2",
2023-03-15 19:39:14 +01:00
"next": "13.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.5"
2023-03-20 20:39:59 +01:00
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
2023-03-15 19:39:14 +01:00
}
}