vite-plugin-entry-shaking-debugger
Version:
Debugger for vite-plugin-entry-shaking
100 lines • 2.88 kB
JSON
{
"name": "vite-plugin-entry-shaking-debugger",
"type": "module",
"version": "2.0.2",
"description": "Debugger for vite-plugin-entry-shaking",
"author": "Charles Gruenais",
"license": "MIT",
"homepage": "https://github.com/Dschungelabenteuer/vite-plugin-entry-shaking/tree/main/#readme",
"repository": {
"type": "git",
"url": "https://github.com/Dschungelabenteuer/vite-plugin-entry-shaking",
"directory": "packages/debugger"
},
"bugs": {
"url": "https://github.com/Dschungelabenteuer/vite-plugin-entry-shaking/issues"
},
"keywords": [
"vite",
"vite-plugin",
"entry",
"tree shaking",
"debugger"
],
"exports": {
".": {
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"peerDependencies": {
"vite": ">=5.1.0",
"vite-plugin-entry-shaking": "0.5.2"
},
"dependencies": {
"@vueuse/core": "^11.1.0",
"diff-match-patch": "^1.0.5",
"idb-keyval": "^6.2.1",
"open": "^10.1.0",
"sirv": "^2.0.4",
"unstorage": "^1.12.0"
},
"devDependencies": {
"@chromatic-com/storybook": "1.8.0",
"@faker-js/faker": "^8.4.1",
"@floating-ui/vue": "^1.1.5",
"@iconify/vue": "^4.1.2",
"@shikijs/transformers": "^1.18.0",
"@shikijs/twoslash": "^1.18.0",
"@storybook/addon-essentials": "^8.3.2",
"@storybook/addon-interactions": "^8.3.2",
"@storybook/addon-links": "^8.3.2",
"@storybook/blocks": "^8.3.2",
"@storybook/test": "^8.3.2",
"@storybook/vue3": "^8.3.2",
"@storybook/vue3-vite": "^8.3.2",
"@types/diff-match-patch": "^1.0.36",
"@types/node": "^22.5.5",
"@vitejs/plugin-vue": "^5.1.4",
"@yungezeit/eslint-vue": "^0.0.12",
"cypress": "^13.14.2",
"eslint": "^9.11.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.9.0",
"picocolors": "^1.1.0",
"postcss-html": "^1.7.0",
"shiki": "^1.18.0",
"storybook": "^8.3.2",
"stylelint": "^16.9.0",
"stylelint-config-recess-order": "^5.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-scss": "^6.7.0",
"twoslash-cdn": "^0.2.11",
"typescript": "^5.6.2",
"unbuild": "^2.0.0",
"vite": "^5.4.7",
"vue": "^3.5.7",
"vue-router": "^4.4.5",
"vite-plugin-entry-shaking": "0.5.2"
},
"scripts": {
"dev": "vite src/client",
"build": "vite build src/client && unbuild",
"stub": "unbuild --stub",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"storybook:dev": "storybook dev -p 6006",
"storybook:build": "storybook build",
"cypress:open": "cypress open"
}
}