-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 862 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
{
"scripts": {
"dev": "vite",
"prod": "npm run build && npm run server:prod",
"vercel-build": "vite build & vite build --ssr",
"server": "node ./server",
"server:prod": "cross-env NODE_ENV=production node ./server"
},
"dependencies": {
"@uiw/react-markdown-preview": "^4.1.10",
"@uiw/react-prismjs": "^1.3.6",
"@uiw/react-textarea-code-editor": "^2.1.1",
"@vercel/analytics": "^1.0.0",
"@vitejs/plugin-react": "^3.0.0",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.18.1",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sirv": "^2.0.2",
"vite": "^4.0.3",
"vite-plugin-ssr": "^0.4.114"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"babel-plugin-prismjs": "^2.1.0",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.1"
}
}