首次提交,多多关照
parents
Showing
.babelrc
0 → 100644
.gitignore
0 → 100644
.npmignore
0 → 100644
README.md
0 → 100644
bin/build.js
0 → 100644
bin/export.js
0 → 100644
bin/processSvg.js
0 → 100644
bin/template.js
0 → 100644
icons.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "juuust-icon", | ||
"version": "0.1.2", | ||
"description": "Icon automation workflow with Figma", | ||
"main": "dist/index.js", | ||
"module": "build/index.js", | ||
"typings": "build/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"es" | ||
], | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
}, | ||
"repository": "https://github.com/leadream/juuust-icon.git", | ||
"author": "leadream", | ||
"keywords": [ | ||
"react", | ||
"icons", | ||
"svg", | ||
"inline", | ||
"figma", | ||
"juuust", | ||
"design" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/leadream/juuust-icon/issues" | ||
}, | ||
"homepage": "https://github.com/leadream/juuust-icon#readme", | ||
"scripts": { | ||
"generate": "rm -rf src/icons && node bin/build.js", | ||
"build:bundle": "rm -rf dist && rollup --config rollup.config.js", | ||
"build:es": "rm -rf build && babel src --out-dir build --copy-files", | ||
"build": "concurrently \"yarn:build:*\"" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@babel/cli": "^7.5.5", | ||
"@babel/core": "^7.5.5", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.5.5", | ||
"@babel/preset-env": "^7.5.5", | ||
"@babel/preset-react": "^7.0.0", | ||
"cheerio": "^1.0.0-rc.3", | ||
"concurrently": "^4.1.1", | ||
"prettier-eslint": "^9.0.0", | ||
"rollup": "^1.19.4", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"svgo": "^1.3.0", | ||
"uppercamelcase": "^3.0.0" | ||
} | ||
} |
rollup.config.js
0 → 100644
src/icons/activity.js
0 → 100644
src/icons/airplay.js
0 → 100644
src/icons/alert-circle.js
0 → 100644
src/icons/alert-octagon.js
0 → 100644
src/icons/alert-triangle.js
0 → 100644
src/icons/align-center.js
0 → 100644
src/icons/align-justify.js
0 → 100644
src/icons/align-left.js
0 → 100644
src/icons/align-right.js
0 → 100644
src/icons/anchor.js
0 → 100644
src/icons/cloud-drizzle.js
0 → 100644
src/icons/cloud-lightning.js
0 → 100644
src/icons/crop.js
0 → 100644
src/icons/crosshair.js
0 → 100644
src/icons/database.js
0 → 100644
src/icons/folder.js
0 → 100644
src/icons/headphones.js
0 → 100644
src/icons/heart.js
0 → 100644
src/icons/help-circle.js
0 → 100644
src/icons/image.js
0 → 100644
src/icons/key.js
0 → 100644
src/icons/zoom-out.js
0 → 100644
src/index.d.ts
0 → 100644
src/index.js
0 → 100644
yarn-error.log
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment