gfonts-interface/package.json

26 lines
652 B
JSON
Raw Permalink Normal View History

2023-05-15 18:17:18 +00:00
{
"name": "google-fonts-mirror-interface",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
2023-05-20 20:05:58 +00:00
"deploy": "yarn && cd _scripts && deploy.sh"
2023-05-15 18:17:18 +00:00
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.3",
"@tsconfig/svelte": "^4.0.1",
"svelte": "^3.57.0",
"svelte-check": "^2.10.3",
"tslib": "^2.5.0",
"typescript": "^5.0.2",
"vite": "^4.3.2"
},
"dependencies": {
2023-05-20 20:05:58 +00:00
"gfonts-js-library": "git+https://git.sofiaritz.com/GFonts/gfonts-js-library"
2023-05-15 18:17:18 +00:00
}
}