my first plugin is born
parents
Showing
.gitignore
0 → 100644
.vscode/settings.json
0 → 100644
README.md
0 → 100755
api/github.js
0 → 100755
assets/ds.css
0 → 100755
This source diff could not be displayed because it is too large. You can view the blob instead.
dist/code.js
0 → 100755
This diff is collapsed.
dist/ui.html
0 → 100755
This diff is collapsed.
dist/ui.js
0 → 100755
This diff is collapsed.
figma.d.ts
0 → 100755
This diff is collapsed.
manifest.json
0 → 100755
package.json
0 → 100755
{ | |||
"name": "icon-automation", | |||
"version": "1.0.0", | |||
"description": "A figma plugin to push icon svg code to Github automatically.", | |||
"main": "index.js", | |||
"author": "Jun", | |||
"license": "MIT", | |||
"scripts": { | |||
"dev": "npx webpack --mode=development --watch", | |||
"build": "npx webpack --mode=production" | |||
}, | |||
"dependencies": { | |||
"css-loader": "^3.2.0", | |||
"html-webpack-inline-source-plugin": "^0.0.10", | |||
"html-webpack-plugin": "^3.2.0", | |||
"parse-github-url": "^1.0.2", | |||
"react": "^16.9.0", | |||
"react-dom": "^16.9.0", | |||
"style-loader": "^1.0.0", | |||
"ts-loader": "^6.0.4", | |||
"typescript": "^3.5.3", | |||
"url-loader": "^2.1.0", | |||
"webpack": "^4.39.1", | |||
"webpack-cli": "^3.3.6" | |||
}, | |||
"devDependencies": { | |||
"@types/react": "^16.9.0", | |||
"@types/react-dom": "^16.8.5" | |||
} | |||
} |
src/code.ts
0 → 100755
src/components/Settings.tsx
0 → 100755
src/components/Updator.tsx
0 → 100755
src/style.css
0 → 100755
src/ui.html
0 → 100755
src/ui.tsx
0 → 100755
tsconfig.json
0 → 100755
utils/helper.js
0 → 100755
webpack.config.js
0 → 100755
yarn.lock
0 → 100755
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