-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.13 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
40
41
{
"name": "ghost-website",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://krisette.github.io/ghost-website/#",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@mui/material": "^5.10.12",
"@types/react-router-hash-link": "^2.4.5",
"clsx": "^2.0.0",
"framer-motion": "^10.16.4",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.16.0",
"react-router-hash-link": "^2.4.3",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@types/react-router-dom": "^5.3.3",
"@types/react-syntax-highlighter": "^15.5.5",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.2.1",
"typescript": "^4.6.4",
"vite": "^4.4.4"
}
}