-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.08 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
39
{
"name": "newsite",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://fezalion.github.io/",
"scripts": {
"dev": "vite --host",
"build": "vite build && shx cp dist/index.html dist/404.html",
"preview": "vite preview"
},
"dependencies": {
"@formspree/react": "^2.4.1",
"@headlessui/react": "^1.7.13",
"@material-tailwind/react": "^1.4.2",
"framer-motion": "^10.2.3",
"html-react-parser": "^3.0.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.4.3",
"tailwind-scrollbar-hide": "^1.1.7"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.31",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.4",
"react-lazy-load": "^4.0.1",
"react-loader-spinner": "^5.3.4",
"react-router-dom": "^6.8.2",
"shx": "^0.3.4",
"tailwindcss": "^3.2.7",
"tailwindcss-background-extended": "^0.1.0",
"vite": "^4.5.3"
}
}