Skip to content

Commit

Permalink
react supprot
Browse files Browse the repository at this point in the history
  • Loading branch information
uni-parse committed May 13, 2023
1 parent 16e7174 commit 4ea5017
Show file tree
Hide file tree
Showing 3 changed files with 958 additions and 450 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ old

dist-ssr
*.local
pnpm-lock.yaml

# Editor directories and files
.vscode/*
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@
"zip": "node createZip.mjs"
},
"devDependencies": {
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.0.0",
"jszip": "^3.10.1",
"postcss": "^8.4.14",
"postcss-preset-env": "^7.7.1",
"sass": "^1.52.3",
"vite": "^2.9.12",
"use-immer": "^0.9.0",
"vite": "^4.3.5",
"vite-imagetools": "^4.0.4"
},
"browserslist": [
Expand Down
Loading

0 comments on commit 4ea5017

Please sign in to comment.