jingrow-ui/package.json
jingrow c7bac1a7a0
Some checks failed
Publish on NPM / publish (push) Has been cancelled
Build and Deploy Storybook / build (push) Has been cancelled
Tests / test (push) Has been cancelled
initial commit
2025-10-24 00:40:30 +08:00

113 lines
3.4 KiB
JSON

{
"name": "jingrow-ui",
"version": "0.1.205",
"description": "A set of components and utilities for rapid UI development",
"main": "./src/index.ts",
"type": "module",
"scripts": {
"test": "vitest --run",
"type-check": "tsc --noEmit",
"prettier": "yarn prettier -w ./src",
"bump-and-release": "yarn test && git pull --rebase origin main && yarn run release-patch",
"release-patch": "yarn version --patch && git push && git push --tags",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"story:dev": "histoire dev",
"story:build": "histoire build && cp 404.html .histoire/dist",
"story:preview": "histoire preview"
},
"files": [
"jingrow",
"src",
"scripts",
"vite"
],
"repository": {
"type": "git",
"url": "https://github.com/jingrow/jingrow-ui.git"
},
"author": "JINGROW",
"license": "MIT",
"dependencies": {
"@floating-ui/vue": "^1.1.6",
"@headlessui/vue": "^1.7.14",
"@popperjs/core": "^2.11.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.16",
"@tiptap/core": "^2.26.1",
"@tiptap/extension-code-block": "^2.26.1",
"@tiptap/extension-code-block-lowlight": "^2.26.1",
"@tiptap/extension-color": "^2.26.1",
"@tiptap/extension-heading": "^2.26.1",
"@tiptap/extension-highlight": "^2.26.1",
"@tiptap/extension-image": "^2.26.1",
"@tiptap/extension-link": "^2.26.1",
"@tiptap/extension-mention": "^2.26.1",
"@tiptap/extension-placeholder": "^2.26.1",
"@tiptap/extension-table": "^2.26.1",
"@tiptap/extension-table-cell": "^2.26.1",
"@tiptap/extension-table-header": "^2.26.1",
"@tiptap/extension-table-row": "^2.26.1",
"@tiptap/extension-task-item": "^2.26.1",
"@tiptap/extension-task-list": "^2.26.1",
"@tiptap/extension-text-align": "^2.26.1",
"@tiptap/extension-text-style": "^2.26.1",
"@tiptap/extension-typography": "^2.26.1",
"@tiptap/pm": "^2.26.1",
"@tiptap/starter-kit": "^2.26.1",
"@tiptap/suggestion": "^2.26.1",
"@tiptap/vue-3": "^2.26.1",
"@vueuse/core": "^10.4.1",
"dayjs": "^1.11.13",
"dompurify": "^3.2.6",
"echarts": "^5.6.0",
"feather-icons": "^4.28.0",
"grid-layout-plus": "^1.1.0",
"highlight.js": "^11.11.1",
"idb-keyval": "^6.2.0",
"lowlight": "^3.3.0",
"lucide-static": "^0.535.0",
"marked": "^15.0.12",
"ora": "5.4.1",
"prettier": "^3.3.2",
"radix-vue": "^1.5.3",
"reka-ui": "^2.5.0",
"socket.io-client": "^4.5.1",
"tippy.js": "^6.3.7",
"typescript": "^5.0.2",
"unplugin-auto-import": "^19.3.0",
"unplugin-icons": "^22.1.0",
"unplugin-vue-components": "^28.4.1"
},
"peerDependencies": {
"vue": ">=3.5.0",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@histoire/plugin-vue": "^0.17.17",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"histoire": "^0.17.17",
"lint-staged": ">=10",
"msw": "^2.7.0",
"postcss": "^8.4.21",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.2.7",
"vite": "^5.1.8",
"vitest": "^2.1.8",
"vue": "^3.3.0",
"vue-router": "^4.1.6"
},
"resolutions": {
"prosemirror-model": "1.25.2",
"prosemirror-state": "1.4.3",
"prosemirror-view": "1.40.0",
"prosemirror-transform": "1.10.4"
},
"lint-staged": {
"*.{js,css,md,vue}": "prettier --write"
}
}