1 Star 0 Fork 4

曹操/petite-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
尤雨溪 提交于 2021-09-14 12:07 . release: v0.3.0
{
"name": "petite-vue",
"version": "0.3.0",
"description": "5kb subset of Vue optimized for progressive enhancement",
"files": [
"dist"
],
"main": "dist/petite-vue.umd.js",
"unpkg": "dist/petite-vue.iife.js",
"jsdelivr": "dist/petite-vue.iife.js",
"module": "./dist/petite-vue.es.js",
"exports": {
".": {
"import": "./dist/petite-vue.es.js",
"require": "./dist/petite-vue.umd.js"
}
},
"types": "./dist/types/index.d.ts",
"scripts": {
"dev": "vite",
"build": "vite build && tsc --emitDeclarationOnly && mv dist/src dist/types",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "node scripts/release.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/petite-vue.git"
},
"keywords": [
"vue"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/petite-vue/discussions"
},
"homepage": "https://github.com/vuejs/petite-vue#readme",
"devDependencies": {
"@vue/reactivity": "^3.2.11",
"@vue/shared": "^3.2.11",
"chalk": "^4.1.1",
"conventional-changelog-cli": "^2.1.1",
"enquirer": "^2.3.6",
"execa": "^5.0.0",
"prettier": "^2.3.0",
"typescript": "^4.4.3",
"vite": "^2.5.7"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/pgcao/petite-vue.git
git@gitee.com:pgcao/petite-vue.git
pgcao
petite-vue
petite-vue
main

搜索帮助