-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.04 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
{
"name": "cyberpunk2077_meme_generator",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"docs": "pnpm build && cp -r ./dist/* docs/ && echo copied to docs/",
"docs:win": "pnpm build && xcopy /R /Y /E dist docs && echo copied to docs/",
"preview": "vite preview"
},
"dependencies": {
"autoprefixer": "^10.4.5",
"html2canvas": "^1.4.1",
"postcss": "^8.4.12",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"vite": "^2.9.5"
},
"author": "candywater <[email protected]>",
"license": "MIT",
"logo-horizontal-en-8f759eab.svg": "https://www.cyberpunk.net/build/images/next-gen/logo-horizontal-en-8f759eab.svg",
"logo-en-ed943f1c.png": "https://www.cyberpunk.net/build/images/logo-en-ed943f1c.png"
}