加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
MacXiang 提交于 2022-03-08 18:02 . 编译.无法引入
{
"name": "@mac-xiang/vue3-plugin",
"private": true,
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"lodash": "^4.17.21",
"vue": "^3.2.25"
},
"devDependencies": {
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.21",
"@vitejs/plugin-vue": "^2.2.0",
"sass": "^1.49.9",
"typescript": "^4.5.4",
"vite": "^2.8.0",
"vue-tsc": "^0.29.8"
},
"description": "## Project setup ``` npm install ```",
"repository": {
"type": "git",
"url": "https://gitee.com/tmkmk/vue3-plugin.git"
},
"keywords": [
"vue3-Plugin",
"template"
],
"author": "MacXiang",
"license": "AGPL-3.0",
"files": [
"dist"
],
"module": "./dist/testpub.es.ts",
"main": "./dist/testpub.umd.ts",
"exports": {
".": {
"import": "./dist/testpub.es.ts",
"require": "./dist/testpub.umd.ts"
},
"./dist/style.css": {
"import": "./dist/style.css",
"require": "./dist/style.css"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化