89 lines
2.9 KiB
JSON
89 lines
2.9 KiB
JSON
{
|
|
"name": "omorphia",
|
|
"version": "0.0.21",
|
|
"description": "A beautiful Svelte component & style library",
|
|
"scripts": {
|
|
"dev": "svelte-kit dev",
|
|
"build": "svelte-kit build",
|
|
"package": "svelte-kit package",
|
|
"preview": "svelte-kit preview",
|
|
"prepare": "svelte-kit sync",
|
|
"check": "svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
|
|
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-static": "^1.0.0-next.29",
|
|
"@sveltejs/kit": "next",
|
|
"@typescript-eslint/eslint-plugin": "^5.10.1",
|
|
"@typescript-eslint/parser": "^5.10.1",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-svelte3": "^3.2.1",
|
|
"mdsvex": "^0.10.5",
|
|
"mdsvexamples": "^0.3.0",
|
|
"nodemon": "^2.0.15",
|
|
"prettier": "^2.6.2",
|
|
"sveld": "^0.13.4",
|
|
"svelte": "^3.48.0",
|
|
"svelte-check": "^2.2.6",
|
|
"svelte-preprocess": "^4.10.1",
|
|
"svelte2tsx": "^0.5.5",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "~4.6.2"
|
|
},
|
|
"type": "module",
|
|
"svelte": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/modrinth/omorphia.git"
|
|
},
|
|
"keywords": [
|
|
"UI",
|
|
"framework",
|
|
"components",
|
|
"library"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/modrinth/omorphia/issues"
|
|
},
|
|
"homepage": "https://omorphia.modrinth.com",
|
|
"dependencies": {
|
|
"@iconify-json/carbon": "^1.1.1",
|
|
"@iconify-json/fa-regular": "^1.1.1",
|
|
"@iconify-json/heroicons-outline": "^1.1.1",
|
|
"@iconify-json/heroicons-solid": "^1.1.1",
|
|
"@iconify-json/lucide": "^1.1.7",
|
|
"@poppanator/sveltekit-svg": "^0.3.1",
|
|
"autoprefixer": "^10.4.2",
|
|
"cli-progress": "^3.11.1",
|
|
"cssnano": "^5.1.1",
|
|
"fast-average-color-node": "^2.2.0",
|
|
"highlight.js": "^11.5.0",
|
|
"insane": "^2.6.2",
|
|
"jimp": "^0.16.1",
|
|
"marked": "^4.0.12",
|
|
"postcss": "^8.4.8",
|
|
"postcss-easy-import": "^4.0.0",
|
|
"postcss-extend-rule": "^4.0.0",
|
|
"postcss-import": "^14.0.2",
|
|
"postcss-import-ext-glob": "^2.0.1",
|
|
"postcss-load-config": "^3.1.4",
|
|
"postcss-nested": "^5.0.6",
|
|
"postcss-preset-env": "^7.4.2",
|
|
"postcss-pxtorem": "^6.0.0",
|
|
"postcss-strip-inline-comments": "^0.1.5",
|
|
"sanitize.css": "^13.0.0",
|
|
"svelte-tiny-virtual-list": "^2.0.1",
|
|
"svelte-use-click-outside": "^1.0.0",
|
|
"throttle-debounce": "^3.0.1",
|
|
"undici": "^5.2.0",
|
|
"unplugin-icons": "^0.13.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.5.0"
|
|
}
|
|
}
|