mirror of
https://github.com/gromlab-ru/svg-sprites.git
synced 2026-07-21 20:30:16 +03:00
- добавлены consumer fixtures для React и Next.js - добавлены typecheck, production build и браузерные smoke-тесты - добавлена интеграционная проверка в CI
21 lines
483 B
JSON
21 lines
483 B
JSON
{
|
|
"name": "@svg-sprites-fixtures/astro",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"sprites": "svg-sprites --mode legacy .",
|
|
"typecheck": "astro check",
|
|
"build": "npm run sprites && astro check && astro build",
|
|
"dev": "npm run sprites && astro dev"
|
|
},
|
|
"dependencies": {
|
|
"astro": "7.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "0.9.9",
|
|
"@gromlab/svg-sprites": "file:../../..",
|
|
"typescript": "6.0.2"
|
|
}
|
|
}
|