mirror of
https://github.com/gromlab-ru/svg-sprites.git
synced 2026-07-22 04:40:17 +03:00
16 lines
526 B
JSON
16 lines
526 B
JSON
{
|
|
"name": "@svg-sprites-fixtures/standalone",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"sprites": "npm run sprites:local && npm run sprites:remote",
|
|
"sprites:local": "svg-sprites src/app-icons/svg-sprite.config.json",
|
|
"sprites:remote": "svg-sprites src/remote-app-icons/svg-sprite.config.js",
|
|
"build": "npm run sprites && node build.mjs",
|
|
"dev": "npm run build && node ../../scripts/serve-static.mjs dist 4173"
|
|
},
|
|
"devDependencies": {
|
|
"@gromlab/svg-sprites": "file:../../.."
|
|
}
|
|
}
|