4 Star 7 Fork 3

Gitee 极速下载 / IconPark

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/bytedance/IconPark
克隆/下载
package.json 2.15 KB
一键复制 编辑 原始数据 按行查看 历史
iamyoki 提交于 2022-08-08 20:48 . chore: add better-scripts to improve DX
{
"name": "iconpark",
"private": true,
"version": "1.0.0",
"scripts": {
"scripts": "better-scripts",
"compiler:icons": "ts-node build/build-icons.ts",
"compiler:code": "ts-node build/build-code.ts",
"compiler:git": "git add ./packages/*",
"compiler:clean": "rm -rf packages/*/src/runtime packages/*/src/index.ts packages/*/src/icons",
"compiler": "npm run compiler:clean && npm run compiler:icons && npm run compiler:code && npm run compiler:git",
"build:clean": "rm -rf packages/*/lib packages/*/es packages/*/styles",
"build:source": "gulp",
"build:prepare": "npm run build:clean && npm run build:source",
"publish:lerna": "lerna publish --skip-temp-tag --registry=https://registry.npmjs.org",
"publish:all": "npm run build:prepare && npm run publish:lerna && npm run build:clean"
},
"dependencies": {
"@icon-park/compiler": "^1.0.7",
"@types/react": "^16.14.4",
"alias-for-vue3": "npm:vue@^3.2.6",
"vue": "^2.6.12"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/preset-env": "^7.12.16",
"@babel/preset-react": "^7.12.13",
"@types/babel__core": "^7.1.12",
"@types/gulp": "^4.0.8",
"@types/gulp-less": "0.0.31",
"@types/gulp-minify-css": "0.0.32",
"@types/gulp-rename": "^2.0.0",
"@types/merge2": "^1.3.0",
"@types/mkdirp": "^1.0.1",
"@types/node": "^14.6.0",
"@vue/babel-plugin-jsx": "^1.0.3",
"@vue/babel-preset-jsx": "^1.2.4",
"@vue/babel-sugar-inject-h": "^1.2.2",
"better-scripts": "^0.1.2",
"csv-parse": "^4.15.1",
"csv-stringify": "^5.6.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-less": "^4.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-typescript": "^6.0.0-alpha.1",
"lerna": "~3.16.5",
"merge2": "^1.4.1",
"mkdirp": "^1.0.4",
"ts-node": "^9.1.1",
"typescript": "^4.1.5"
}
}
TypeScript
1
https://gitee.com/mirrors/IconPark.git
git@gitee.com:mirrors/IconPark.git
mirrors
IconPark
IconPark
master

搜索帮助