2022-10-11 08:55:08 -05:00
|
|
|
{
|
|
|
|
"name": "penpot-exporter",
|
|
|
|
"id": "1161652283781700708",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "Penpot exporter",
|
|
|
|
"main": "code.js",
|
|
|
|
"scripts": {
|
|
|
|
"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",
|
2023-01-30 03:11:55 -05:00
|
|
|
"react-dev-utils": "^12.0.1",
|
2022-10-11 08:55:08 -05:00
|
|
|
"react-dom": "^17.0.2",
|
|
|
|
"slugify": "^1.6.5"
|
|
|
|
}
|
|
|
|
}
|