various-ui
Version:
This is a test version of the Vue 3 component library
88 lines (86 loc) • 2.54 kB
JSON
{
"name": "various-ui",
"version": "1.4.16",
"description": "This is a test version of the Vue 3 component library",
"keywords": [
"various-ui",
"various",
"component library",
"ui framework",
"ui",
"vue"
],
"module": "es/index.mjs",
"types": "es/index.d.ts",
"main": "lib/index.js",
"author": "祈Pray",
"license": "MIT",
"exports": {
".": {
"types": "./es/index.d.ts",
"import": "./es/index.mjs",
"require": "./lib/index.js"
},
"./es": "./es/index.mjs",
"./lib": "./lib/index.js",
"./es/*.mjs": "./es/*.mjs",
"./es/*": "./es/*.mjs",
"./lib/*.js": "./lib/*.js",
"./lib/*": "./lib/*.js",
"./*": "./*"
},
"unpkg": "lib/index.js",
"jsdelivr": "lib/index.js",
"repository": {
"type": "git",
"url": "git+git@github.com:prayface/various.git"
},
"style": "style/index.css",
"peerDependencies": {
"vue": "^3.4.21"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.3.1",
"@types/fs-extra": "^11.0.4",
"@types/gulp": "^4.0.17",
"@types/gulp-autoprefixer": "^0.0.34",
"@types/gulp-clean-css": "^4.3.4",
"@types/gulp-less": "^0.0.36",
"@types/gulp-rename": "^2.0.6",
"@types/less": "^3.0.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.17.13",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"consola": "^3.4.0",
"fast-glob": "^3.3.3",
"fs-extra": "^11.2.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-less": "^5.0.0",
"gulp-rename": "^2.0.0",
"less": "^4.2.1",
"rollup": "^3.29.5",
"rollup-plugin-esbuild": "^5.0.0",
"ts-morph": "^19.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"unplugin-vue-define-options": "^1.5.3",
"vite": "^6.0.7"
},
"browserslist": [
"> 1%",
"not ie 11",
"not op_mini all"
],
"dependencies": {
"gsap": "^3.12.5",
"lodash-es": "^4.17.21",
"mitt": "^3.0.1",
"vue": "^3.5.13"
}
}