This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Tags-Template/package.json
2023-08-22 22:31:15 -04:00

55 lines
No EOL
1.5 KiB
JSON

{
"name": "sk-vtt",
"type": "module",
"version": "0.0.1",
"private": true,
"licnese": "MIT",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"tauri": "tauri",
"test": "vitest",
"coverage": "vitest run --coverage",
"format:fix": "prettier --write .",
"format:check": "prettier --check .",
"git:prepare": "husky install",
"lint:style": "stylelint \"**/*.{pcss,css,astro,svelte}\"",
"lint:check": "eslint",
"lint:fix": "eslint --fix"
},
"dependencies": {
"@astrojs/rss": "^1.2.1",
"@astrojs/svelte": "^2.2.0",
"@astrojs/tailwind": "^3.1.3",
"@tailwindcss/typography": "^0.5.9",
"@tauri-apps/api": "^1.4.0",
"astro": "^2.10.12",
"nanostores": "^0.7.4",
"svelte": "^3.59.2",
"tailwindcss": "^3.3.3",
"typescript": "^4.9.5",
"vite": "^4.4.9"
},
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitest/coverage-c8": "^0.28.5",
"autoprefixer": "^10.4.15",
"cssnano": "^5.1.15",
"eslint": "^8.47.0",
"eslint-config-prettier": "^8.10.0",
"lint-staged": "^13.3.0",
"postcss": "^8.4.28",
"postcss-advanced-variables": "^3.0.1",
"postcss-import": "^15.1.0",
"postcss-preset-env": "^8.5.1",
"prettier": "2.8.4",
"rollup": "^3.28.1",
"stylelint": "^15.10.3",
"stylelint-config-standard": "^30.0.1",
"vitest": "^0.28.5"
}
}