feat: init
This commit is contained in:
81
node_modules/vite-plugin-vue-tracer/package.json
generated
vendored
Normal file
81
node_modules/vite-plugin-vue-tracer/package.json
generated
vendored
Normal file
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"name": "vite-plugin-vue-tracer",
|
||||
"type": "module",
|
||||
"version": "1.2.0",
|
||||
"description": "Tracer for the source code of elements and vdoms in Vue SFC",
|
||||
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
||||
"license": "MIT",
|
||||
"funding": "https://github.com/sponsors/antfu",
|
||||
"homepage": "https://github.com/antfu/vite-plugin-vue-tracer#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/antfu/vite-plugin-vue-tracer.git"
|
||||
},
|
||||
"bugs": "https://github.com/antfu/vite-plugin-vue-tracer/issues",
|
||||
"keywords": [
|
||||
"vue",
|
||||
"vite-plugin",
|
||||
"devtools"
|
||||
],
|
||||
"exports": {
|
||||
".": "./dist/index.mjs",
|
||||
"./client/record": "./dist/client/record.mjs",
|
||||
"./client/overlay": "./dist/client/overlay.mjs",
|
||||
"./client/listeners": "./dist/client/listeners.mjs",
|
||||
"./client/vite-devtools": "./dist/client/vite-devtools.mjs"
|
||||
},
|
||||
"main": "./dist/index.mjs",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.mts",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"vite": "^6.0.0 || ^7.0.0",
|
||||
"vue": "^3.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"estree-walker": "^3.0.3",
|
||||
"exsolve": "^1.0.8",
|
||||
"magic-string": "^0.30.21",
|
||||
"pathe": "^2.0.3",
|
||||
"source-map-js": "^1.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^6.7.1",
|
||||
"@antfu/ni": "^28.0.0",
|
||||
"@antfu/utils": "^9.3.0",
|
||||
"@types/node": "^25.0.2",
|
||||
"@vitejs/devtools": "^0.0.0-alpha.20",
|
||||
"@vitejs/devtools-kit": "^0.0.0-alpha.20",
|
||||
"bumpp": "^10.3.2",
|
||||
"eslint": "^9.39.2",
|
||||
"lint-staged": "^16.2.7",
|
||||
"nanoevents": "^9.1.0",
|
||||
"simple-git-hooks": "^2.13.1",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^5.9.3",
|
||||
"unbuild": "^3.6.1",
|
||||
"vite": "^7.3.0",
|
||||
"vitest": "^4.0.15",
|
||||
"vue": "^3.5.25",
|
||||
"vue-tsc": "^3.1.8",
|
||||
"vite-plugin-vue-tracer": "1.2.0"
|
||||
},
|
||||
"simple-git-hooks": {
|
||||
"pre-commit": "pnpm lint-staged"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*": "eslint --fix"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "unbuild",
|
||||
"dev": "unbuild --stub",
|
||||
"lint": "eslint .",
|
||||
"play": "nr -C playground play",
|
||||
"release": "bumpp",
|
||||
"start": "tsx src/index.ts",
|
||||
"test": "vitest",
|
||||
"typecheck": "vue-tsc --noEmit"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user