docs: huge migration to runtime asset cache
This commit is contained in:
@@ -2,16 +2,14 @@
|
||||
"name": "reacord-docs-new",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"source": "./src/main.tsx",
|
||||
"main": "./dist/main.js",
|
||||
"scripts": {
|
||||
"build": "esmo --no-warnings scripts/build.ts",
|
||||
"dev": "esmo --no-warnings scripts/dev.ts | pino-colada",
|
||||
"start": "NODE_ENV=production pnpm serve | pino-colada",
|
||||
"serve": "node --experimental-import-meta-resolve --experimental-json-modules --no-warnings --enable-source-maps dist/main.js",
|
||||
"serve": "esmo --experimental-import-meta-resolve --experimental-json-modules --no-warnings --enable-source-maps src/main.tsx | pino-colada",
|
||||
"dev": "nodemon --exec \"pnpm serve\" --watch src --ext ts,tsx,md,css",
|
||||
"start": "NODE_ENV=production pnpm serve",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@heroicons/react": "^1.0.5",
|
||||
"@tailwindcss/typography": "^0.5.0",
|
||||
"clsx": "^1.1.1",
|
||||
"compression": "^1.7.4",
|
||||
@@ -34,7 +32,6 @@
|
||||
"tailwindcss": "^3.0.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@heroicons/react": "^1.0.5",
|
||||
"@types/browser-sync": "^2.26.3",
|
||||
"@types/compression": "^1.7.2",
|
||||
"@types/express": "^4.17.13",
|
||||
@@ -46,8 +43,8 @@
|
||||
"@types/wait-on": "^5.3.1",
|
||||
"autoprefixer": "^10.4.1",
|
||||
"browser-sync": "^2.27.7",
|
||||
"chokidar": "^3.5.2",
|
||||
"execa": "^6.0.0",
|
||||
"nodemon": "^2.0.15",
|
||||
"rxjs": "^7.5.1",
|
||||
"tsup": "^5.11.10",
|
||||
"type-fest": "^2.8.0",
|
||||
|
||||
Reference in New Issue
Block a user