-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 888 Bytes
/
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
{
"name": "deskthing-website",
"homepage": "https://nlucaccioni.github.io/Deskthing-Website",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"geist": "^1.3.1",
"hamburger-react": "^2.5.1",
"lucide-react": "^0.462.0",
"motion": "^11.13.1",
"next": "^15.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^7.0.2"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@types/node": "22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@types/semver": "^7.5.8",
"autoprefixer": "^10.4.20",
"eslint": "^9.16.0",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.13.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0"
}
}