mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2026-08-08 02:02:33 +00:00
73 lines
2.1 KiB
JSON
73 lines
2.1 KiB
JSON
{
|
|
"name": "astrolabe",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "A browser-based snippet manager for Vega-Lite visualizations.",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"format": "prettier --write .",
|
|
"prepare": "husky"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,tsx}": [
|
|
"eslint --fix",
|
|
"prettier --write"
|
|
],
|
|
"*.{json,css,md}": "prettier --write"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/caveat": "^5.2.8",
|
|
"@fontsource/ibm-plex-mono": "^5.2.7",
|
|
"@fontsource/ibm-plex-sans": "^5.2.8",
|
|
"@fontsource/ibm-plex-sans-condensed": "^5.2.8",
|
|
"@fontsource/ibm-plex-serif": "^5.2.7",
|
|
"@fontsource/inter": "^5.2.8",
|
|
"@fontsource/libre-franklin": "^5.2.8",
|
|
"@fontsource/playfair-display": "^5.2.8",
|
|
"@fontsource/roboto-condensed": "^5.2.8",
|
|
"@fontsource/source-serif-4": "^5.2.9",
|
|
"@fontsource/space-grotesk": "^5.2.10",
|
|
"@fontsource/space-mono": "^5.2.9",
|
|
"@fontsource/spectral": "^5.2.8",
|
|
"json-stringify-pretty-compact": "^4.0.0",
|
|
"monaco-editor": "^0.54.0",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7",
|
|
"vega": "^6.2.0",
|
|
"vega-embed": "^7.1.0",
|
|
"vega-expression": "^6.1.0",
|
|
"vega-lite": "^6.4.2",
|
|
"vega-scale": "^8.1.0",
|
|
"vega-themes": "3.0.0",
|
|
"zustand": "^5.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@types/react": "^19.2.16",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.2.0",
|
|
"eslint": "^10.4.1",
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
"fake-indexeddb": "^6.2.5",
|
|
"globals": "^17.6.0",
|
|
"happy-dom": "^20.0.0",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^17.0.7",
|
|
"prettier": "^3.6.2",
|
|
"typescript": "^5.9.2",
|
|
"typescript-eslint": "^8.60.1",
|
|
"vite": "^7.1.0",
|
|
"vite-plugin-pwa": "^1.0.3",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|