UNPKG

@sippy-platform/valkyrie

Version:
76 lines (75 loc) 1.98 kB
{ "name": "@sippy-platform/valkyrie", "version": "1.0.0-beta.3", "description": "The iconography of Sippy.", "type": "module", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" }, "./valkyrie.css": "./dist/valkyrie.css" }, "scripts": { "build": "npm run build:esm && npm run build:cjs && npm run style", "build:esm": "tsc", "build:cjs": "tsc --module commonjs --outDir dist/cjs", "style": "copyfiles -u 1 src/valkyrie.css dist/", "icons": "npm run icons:clean && npm run icons:ts", "icons:clean": "svgo -f ./icons -o ./icons", "icons:ts": "svg-to-ts-constants", "test": "echo \"Error: no test specified\" && exit 1", "pages": "node build/generate-pages.js --verbose", "lib": "node build/generate-library.js", "prod": "npm run icons && npm run pages && npm run lib && npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/sippy-platform/valkyrie.git" }, "files": [ "/icons", "/dist" ], "keywords": [ "icons", "svg-icons", "iconography" ], "author": "", "license": "AGPL-3.0-or-later", "bugs": { "url": "https://github.com/sippy-platform/valkyrie/issues" }, "homepage": "https://sippy-platform.github.io/valkyrie", "peerDependencies": { "react": ">=16.x" }, "dependencies": { "clsx": "^2.1.1", "html-react-parser": "^5.2" }, "devDependencies": { "@types/react": "^19.0.1", "copyfiles": "^2.4.1", "nodemon": "3.1.10", "npm-run-all": "4.1.5", "picocolors": "1.1.1", "react": "^19.0.0", "react-dom": "^19.0.0", "svg-to-ts": "12.0.0", "svgo": "4.0.0", "typescript": "5.9.2" }, "browserslist": { "production": [ "last 2 versions", "not dead", "not ie <= 11" ] }, "sideEffects": false }