|
@@ -3,13 +3,13 @@
|
|
|
"version": "0.0.1",
|
|
"version": "0.0.1",
|
|
|
"type": "module",
|
|
"type": "module",
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
- "env": "bun run scripts/env.js",
|
|
|
|
|
- "dev": "bun run env && vite dev",
|
|
|
|
|
|
|
+ "env": "npm run scripts/env.js",
|
|
|
|
|
+ "dev": "npm run env && vite dev",
|
|
|
"bu": "vite build",
|
|
"bu": "vite build",
|
|
|
"preview": "vite preview",
|
|
"preview": "vite preview",
|
|
|
- "bp": "bun run build && bun run preview",
|
|
|
|
|
|
|
+ "bp": "npm run build && npm run preview",
|
|
|
"miniglobal": "cleancss -o dist/global.css dist/global.css",
|
|
"miniglobal": "cleancss -o dist/global.css dist/global.css",
|
|
|
- "build": "bun run env && vite build",
|
|
|
|
|
|
|
+ "build": "npm run env && vite build",
|
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
|
"format": "prettier --write .",
|
|
"format": "prettier --write .",
|