Подготовил к публикации на сервере
This commit is contained in:
@@ -16,6 +16,7 @@ pids
|
||||
*.pid
|
||||
*.seed
|
||||
*.pid.lock
|
||||
package-lock.json
|
||||
|
||||
# Directory for instrumented libs generated by jscoverage/JSCover
|
||||
lib-cov
|
||||
|
||||
Generated
+633
-920
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -36,8 +36,8 @@
|
||||
"@radix-ui/react-slot": "1.1.2",
|
||||
"@radix-ui/react-switch": "1.1.3",
|
||||
"@radix-ui/react-tabs": "1.1.3",
|
||||
"@radix-ui/react-toggle-group": "1.1.2",
|
||||
"@radix-ui/react-toggle": "1.1.2",
|
||||
"@radix-ui/react-toggle-group": "1.1.2",
|
||||
"@radix-ui/react-tooltip": "1.1.8",
|
||||
"canvas-confetti": "1.9.4",
|
||||
"class-variance-authority": "0.7.1",
|
||||
@@ -68,7 +68,7 @@
|
||||
"@tailwindcss/vite": "4.1.12",
|
||||
"@vitejs/plugin-react": "4.7.0",
|
||||
"tailwindcss": "4.1.12",
|
||||
"vite": "6.3.5"
|
||||
"vite": "^8.0.16"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "18.3.1",
|
||||
|
||||
@@ -17,6 +17,9 @@ function figmaAssetResolver() {
|
||||
}
|
||||
|
||||
export default defineConfig({
|
||||
html: {
|
||||
cspNonce: '%%VITE_NONCE_PLACEHOLDER%%',
|
||||
},
|
||||
plugins: [
|
||||
figmaAssetResolver(),
|
||||
// The React and Tailwind plugins are both required for Make, even if
|
||||
|
||||
Reference in New Issue
Block a user