-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1.01 KB
/
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
36
37
38
{
"name": "niko-hoffren-homepage",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/react-router-dom": "^5.3.3",
"autoprefixer": "^10.4.14",
"clsx": "^1.2.1",
"postcss": "^8.4.24",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-router-dom": "^6.6.1",
"react-transition-group": "^4.4.5",
"react-typing-effect": "^2.0.5",
"tailwindcss": "^3.3.2",
"tailwindcss-filters": "^3.0.0",
"vite-plugin-windicss": "^1.9.0"
},
"devDependencies": {
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/react-transition-group": "^4.4.6",
"@vitejs/plugin-react": "^3.0.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^5.0.4",
"vite": "^4.0.0",
"vite-plugin-tsconfig-paths": "^1.3.0"
}
}