1 Star 0 Fork 1

Raisr/ra-arch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.68 KB
一键复制 编辑 原始数据 按行查看 历史
01386141 提交于 2022-04-13 09:42 . feat: 修改版本号
{
"name": "ra-arch",
"version": "1.0.1",
"description": "架构设计工具",
"author": "rasir",
"main": "lib/index.js",
"module": "es/index.js",
"types": "lib/index.d.ts",
"license": "ISC",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib",
"es"
],
"sideEffects": [
"dist/*",
"es/**/style/*",
"lib/**/style/*",
"*.less"
],
"repository": {
"type":"git",
"url":"https://gitee.com/rasir/ra-arch"
},
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.13.14",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/plugin-proposal-numeric-separator": "^7.12.13",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@testing-library/dom": "^7.30.3",
"@testing-library/jest-dom": "^5.11.10",
"@types/enzyme": "^3.10.8",
"@types/jest": "^26.0.22",
"babel-plugin-import": "^1.13.3",
"babel-polyfill": "^6.26.0",
"cac": "^6.7.3",
"concurrently": "^6.2.0",
"copyfiles": "^2.4.1",
"dumi": "^1.1.17",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"husky": "^6.0.0",
"identity-obj-proxy": "^3.0.0",
"lerna": "^4.0.0",
"lodash": "^4.17.21",
"react-test-renderer": "^16.14.0",
"typescript": "^4.2.3",
"vite-plugin-style-import": "^0.10.1",
"yargs-parser": "^20.2.9"
},
"dependencies": {
"@antv/x6": "^1.30.2",
"ahooks": "^2.10.12",
"antd": "^4.15.0",
"axios": "^0.21.1",
"lerna": "^4.0.0",
"less": "^4.1.1",
"lodash-es": "^4.17.21",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"rimraf": "^3.0.2",
"typescript": "^4.2.3",
"vite": "^2.1.5"
},
"scripts": {
"start": "vite examples",
"types:es": "tsc --outDir es --emitDeclarationOnly --declaration",
"types:lib": "tsc --outDir lib --emitDeclarationOnly --declaration",
"build": "concurrently \"npm run build:es\" \"npm run build:lib\"",
"build:es": "rimraf es && npm run types:es && babel src --extensions \".tsx,.js,.ts,.jsx\" --out-dir es --config-file ./babel.es.js && copyfiles -u 1 ./src/**/style/*.less es",
"build:lib": "rimraf lib && npm run types:lib && babel src --extensions \".tsx,.js,.ts,.jsx\" --out-dir lib --config-file ./babel.lib.js && copyfiles -u 1 ./src/**/style/*.less lib",
"clean": "rimraf lib es"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rasir/ra-arch.git
git@gitee.com:rasir/ra-arch.git
rasir
ra-arch
ra-arch
feature/V1.0.1

搜索帮助