Files
trawl/apps/web/package.json
T
germondai 6f96285544 chore(release): bump to 1.0.0 and backfill versioned changelog history
Splits the single [Unreleased] CHANGELOG block into dated 0.1.0-1.0.0
sections matching the milestone commits being tagged for issue #24
(numeric release tags), and bumps every package.json to 1.0.0.
2026-07-10 21:11:04 +02:00

23 lines
508 B
JSON

{
"name": "@trawl/web",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"start": "node .output/server/index.mjs",
"typecheck": "nuxt typecheck"
},
"devDependencies": {
"@nuxt/fonts": "^0.14.0",
"@nuxt/image": "^2.0.0",
"@nuxtjs/color-mode": "^4.0.1",
"@nuxtjs/seo": "5.3.2",
"@takumi-rs/core": "^2.0.2",
"@vueuse/motion": "^3.0.3",
"nuxt": "^4.4.8",
"typescript": "^7.0.2",
"vue-tsc": "^3.3.7"
}
}