0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2024-12-22 05:33:02 -05:00
penpot-exporter-figma-plugin/package.json
Pablo Alba cde0003c50 v0.0.1
2022-10-11 15:55:08 +02:00

38 lines
1,000 B
JSON

{
"name": "penpot-exporter",
"id": "1161652283781700708",
"version": "0.0.1",
"description": "Penpot exporter",
"main": "code.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"watch": "webpack watch"
},
"author": "Kaleidos",
"license": "MPL2.0",
"devDependencies": {
"@figma/plugin-typings": "*",
"@types/node": "^16.11.64",
"css-loader": "^6.2.0",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^5.3.2",
"style-loader": "^3.2.1",
"ts-loader": "^9.2.5",
"typescript": "^4.3.5",
"url-loader": "^4.1.1",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"@figma-plugin/helpers": "^0.15.2",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"crypto": "^1.0.1",
"crypto-browserify": "^3.12.0",
"react": "^17.0.2",
"react-dev-utils": "^11.0.4",
"react-dom": "^17.0.2",
"slugify": "^1.6.5"
}
}