-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.68 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
42
43
44
{
"name": "mtmilo-app",
"version": "0.0.10",
"description": "mtmilo.net web app",
"scripts": {
"dev": "vite --port 3000",
"build": "vite build",
"preview": "vite preview",
"prerender": "node prerender.mjs",
"preprerender:ci": "apt-get update && apt-get install -yq gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgbm1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libnss3 lsb-release xdg-utils wget",
"prerender:ci": "npx puppeteer browsers install chrome && node prerender.mjs"
},
"author": "Miles Flavel",
"license": "ISC",
"dependencies": {
"@react-three/a11y": "^3.0.0",
"@react-three/drei": "^9.92.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.0",
"rehype-highlight": "^7.0.1",
"rehype-slug": "^6.0.0",
"three": "^0.155.0",
"wouter": "^2.12.1"
},
"devDependencies": {
"@react-three/fiber": "^8.13.7",
"@tailwindcss/typography": "^0.5.10",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/three": "^0.155.0",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"prettier-plugin-tailwindcss": "^0.5.7",
"puppeteer": "^22.12.1",
"rollup-plugin-visualizer": "^5.11.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-sitemap": "^0.5.3",
"vite-plugin-svgr": "^4.1.0"
}
}