mirror of
https://github.com/tabler/tabler-flags.git
synced 2026-01-24 19:56:37 +00:00
30 lines
807 B
JSON
30 lines
807 B
JSON
{
|
|
"name": "flags",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "",
|
|
"scripts": {
|
|
"dev": "cd preview && npx @11ty/eleventy --watch --serve",
|
|
"preview": "cd preview && npx @11ty/eleventy",
|
|
"import-flags": "node .build/import-flags.mjs && pnpm run validate",
|
|
"validate": "node .build/validate.mjs"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@changesets/cli": "^2.27.3",
|
|
"@testing-library/jest-dom": "^6.4.2",
|
|
"concurrently": "^8.2.2",
|
|
"glob": "^10.3.10",
|
|
"jest-serializer-html": "^7.1.0",
|
|
"rollup-plugin-esbuild": "^6.1.1",
|
|
"rollup-plugin-license": "^3.3.1",
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
"svgo": "^3.2.0",
|
|
"svgson": "^5.3.1",
|
|
"tsup": "^8.0.2",
|
|
"typescript": "^5.4.2",
|
|
"vitest": "^1.4.0"
|
|
}
|
|
}
|