summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDaniel Andreas Wang <danielaw@tilde.club>2026-03-12 18:31:40 +0100
committerDaniel Andreas Wang <danielaw@tilde.club>2026-03-12 18:31:40 +0100
commitad9c2429def17cd73d0cc22837ef278abcd4f64a (patch)
treea45f23c88828feeaebae33bc7da04bbe606acfef /package.json
first commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..f914fa2
--- /dev/null
+++ b/package.json
@@ -0,0 +1,32 @@
+{
+ "name": "news-app",
+ "version": "0.0.0",
+ "private": true,
+ "type": "module",
+ "scripts": {
+ "dev": "vite",
+ "build": "run-p type-check \"build-only {@}\" --",
+ "preview": "vite preview",
+ "build-only": "vite build",
+ "type-check": "vue-tsc --build"
+ },
+ "dependencies": {
+ "pinia": "^3.0.4",
+ "vue": "^3.5.29",
+ "vue-router": "^5.0.3"
+ },
+ "devDependencies": {
+ "@tsconfig/node24": "^24.0.4",
+ "@types/node": "^24.11.0",
+ "@vitejs/plugin-vue": "^6.0.4",
+ "@vue/tsconfig": "^0.8.1",
+ "npm-run-all2": "^8.0.4",
+ "typescript": "~5.9.3",
+ "vite": "^7.3.1",
+ "vite-plugin-vue-devtools": "^8.0.6",
+ "vue-tsc": "^3.2.5"
+ },
+ "engines": {
+ "node": "^20.19.0 || >=22.12.0"
+ }
+}