Skip to content

Commit

Permalink
fixed odr build
Browse files Browse the repository at this point in the history
  • Loading branch information
woophi committed Apr 23, 2024
1 parent 7cabe6e commit 15ce31c
Show file tree
Hide file tree
Showing 14 changed files with 3,567 additions and 4,090 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"name": "vk-hot-or-not",
"version": "1.0.0",
"homepage": "./",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:odr": "pnpm build && pnpm zip",
"build:odr": "tsc && vite build --mode staging",
"zip": "ts-node auto-zip/index.ts",
"preview": "vite preview"
},
Expand All @@ -17,9 +18,8 @@
"@react-spring/web": "^9.6.0",
"@sentry/browser": "^7.26.0",
"@use-gesture/react": "^10.2.23",
"@vanilla-extract/css": "^1.9.2",
"@vanilla-extract/recipes": "^0.3.0",
"@vanilla-extract/vite-plugin": "^3.7.0",
"@vanilla-extract/css": "^1.14.2",
"@vanilla-extract/recipes": "^0.5.2",
"@vkontakte/icons": "^2.1.1",
"@vkontakte/vk-bridge": "^2.7.2",
"@vkontakte/vk-miniapps-deploy": "^0.0.26",
Expand Down Expand Up @@ -47,13 +47,14 @@
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/react-window-infinite-loader": "^1.0.6",
"@vitejs/plugin-react": "^3.0.0",
"@vanilla-extract/vite-plugin": "^4.0.7",
"@vitejs/plugin-react-swc": "^3.6.0",
"effector-logger": "^0.13.4",
"prettier": "^2.8.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"vite": "^4.0.1",
"vite-plugin-pwa": "^0.14.0",
"vite": "^5.2.10",
"vite-plugin-singlefile": "^2.0.1",
"zip-local": "^0.3.5"
}
}
Loading

0 comments on commit 15ce31c

Please sign in to comment.