2 Star 2 Fork 0

justfn / fedom

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
justfn 提交于 2022-06-15 17:19 . update package.json
{
"name": "fedom",
"version": "1.0.23",
"description": "fe dom solution: 灵活简洁易用的前端框架",
"main": "./dist/main.js",
"module": "./src/main.js",
"scripts": {
"test:i": "cd ./test && npm run i",
"test": "cd ./test && npm run dev",
"docs:i": "cd ./docs && npm run i",
"docs": "cd ./docs && npm run dev",
"build": "npx webpack --config ./webpack_config.js",
"pub": "npm publish --access=public"
},
"keywords": [
"fe",
"dom",
"jsx"
],
"author": "justfn",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://gitee.com/justfn/fedom.git"
},
"bugs": {
"url": "https://gitee.com/justfn/fedom"
},
"homepage": "https://gitee.com/justfn/fedom",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-react-jsx": "^7.12.12",
"@babel/preset-env": "^7.12.11",
"@babel/plugin-proposal-decorators": "^7.14.5",
"webpack": "^5.55.1",
"webpack-cli": "^4.8.0",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0"
},
"directories": {
"doc": "docs",
"test": "test"
}
}
1
https://gitee.com/justfn/fedom.git
git@gitee.com:justfn/fedom.git
justfn
fedom
fedom
main

搜索帮助