forked from amPerl/figma-looper
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 955 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "figma-looper",
"version": "0.1.3",
"description": "Create an array of variations from a shape",
"main": "code.js",
"scripts": {
"build": "/usr/local/bin/node node_modules/.bin/webpack --mode=production",
"build:watch": "/usr/local/bin/node node_modules/.bin/webpack --mode=development --watch"
},
"author": "Kuldar Kalvik",
"license": "ISC",
"dependencies": {
"@figma-plugin/helpers": "^0.14.3",
"@figma/plugin-typings": "^1.18.2",
"@types/figma": "^1.0.3",
"@types/react": "^16.9.55",
"@types/react-dom": "^16.9.9",
"css-loader": "^3.1.0",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-figma-plugin-ds": "^2.0.5",
"style-loader": "^0.23.1",
"ts-loader": "^6.0.4",
"typescript": "^4.0.5",
"url-loader": "^2.1.0",
"webpack": "^4.38.0",
"webpack-cli": "^3.3.6"
}
}