mirror of
https://github.com/simonwep/ocular.git
synced 2026-02-04 18:17:39 +08:00
82 lines
2.6 KiB
JSON
82 lines
2.6 KiB
JSON
{
|
|
"name": "ocular",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"author": "Simon Reinisch <contact@reinisch.io>",
|
|
"packageManager": "pnpm@10.27.0",
|
|
"engines": {
|
|
"node": "^24.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "pnpm run \"/^dev:.+/\"",
|
|
"dev:frontend": "vite --host",
|
|
"dev:backend": "docker run --pull always -p 8080:8080 -v \"./.data:/app/.data\" --env-file .env.genesis ghcr.io/simonwep/genesis:latest start",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint \"**/*.{js,mjs,ts,mts,vue}\" --cache",
|
|
"lint:fix": "pnpm lint --fix",
|
|
"test:unit": "vitest run",
|
|
"test:unit:watch": "vitest",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui",
|
|
"test:all": "pnpm \"/^(lint:fix|build|test:unit|test:e2e)$/\"",
|
|
"docs:dev": "vitepress dev docs --host",
|
|
"docs:build": "vitepress build docs",
|
|
"docs:preview": "vitepress preview docs",
|
|
"scripts:currencies": "tsx scripts/update-currencies.ts",
|
|
"scripts:screenshots": "tsx scripts/generate-screenshots.ts",
|
|
"prepare": "husky"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "2.11.8",
|
|
"@remixicon/vue": "4.8.0",
|
|
"@vueuse/core": "14.1.0",
|
|
"echarts": "6.0.0",
|
|
"papaparse": "5.5.3",
|
|
"vue": "3.5.26",
|
|
"vue-i18n": "11.2.7",
|
|
"vue-router": "4.6.4",
|
|
"yuppee": "1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "9.39.2",
|
|
"@intlify/eslint-plugin-vue-i18n": "4.1.0",
|
|
"@playwright/test": "1.57.0",
|
|
"@types/ackee-tracker": "5.0.4",
|
|
"@types/html-minifier-terser": "7.0.2",
|
|
"@types/node": "25.0.3",
|
|
"@types/papaparse": "5.5.2",
|
|
"@typescript-eslint/parser": "8.51.0",
|
|
"@vitejs/plugin-vue": "6.0.3",
|
|
"@vue/eslint-config-prettier": "10.2.0",
|
|
"@vue/eslint-config-typescript": "14.6.0",
|
|
"dotenv": "17.2.3",
|
|
"eslint": "9.39.2",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
"eslint-plugin-import-x": "4.16.1",
|
|
"eslint-plugin-prefer-arrow-functions": "3.9.1",
|
|
"eslint-plugin-prettier": "5.5.4",
|
|
"eslint-plugin-vue": "10.6.2",
|
|
"fast-xml-parser": "5.3.3",
|
|
"html-minifier-terser": "7.2.0",
|
|
"husky": "9.1.7",
|
|
"prettier": "3.7.4",
|
|
"sass": "1.97.1",
|
|
"tsx": "4.21.0",
|
|
"typescript": "5.9.3",
|
|
"typescript-eslint": "8.51.0",
|
|
"vite": "7.3.0",
|
|
"vite-plugin-optimize-css-modules": "1.2.0",
|
|
"vite-plugin-pwa": "1.2.0",
|
|
"vite-tsconfig-paths": "6.0.3",
|
|
"vitepress": "1.6.4",
|
|
"vitest": "4.0.16",
|
|
"vue-tsc": "3.2.1",
|
|
"workbox-build": "7.4.0",
|
|
"workbox-window": "7.4.0"
|
|
}
|
|
}
|