mirror of
https://github.com/gromlab-ru/svg-sprites.git
synced 2026-07-22 12:40:21 +03:00
18 lines
449 B
JSON
18 lines
449 B
JSON
{
|
|
"name": "@svg-sprites-fixtures/standalone-vite",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"sprites": "svg-sprites src/sprite/svg-sprite.config.ts",
|
|
"typecheck": "tsc --noEmit",
|
|
"build": "npm run sprites && tsc --noEmit && vite build",
|
|
"dev": "npm run sprites && vite"
|
|
},
|
|
"devDependencies": {
|
|
"@gromlab/svg-sprites": "file:../../..",
|
|
"typescript": "6.0.2",
|
|
"vite": "8.1.4"
|
|
}
|
|
}
|