forked from gavinbaradic/import-styles-from-json
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 739 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 739 Bytes
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
{
"name": "Import-Styles-from-JSON",
"version": "1.0.0",
"description": "Your Figma plugin",
"main": "./src/code.tsx",
"scripts": {
"webpack:watch": "webpack --watch"
},
"author": "Gavin Baradic",
"license": "",
"dependencies": {
"@figma/plugin-typings": "^1.16.1",
"figma-plugin-ds": "^0.1.8",
"react": "^16.9.0",
"react-figma": "latest",
"tinycolor2": "^1.4.2"
},
"devDependencies": {
"css-loader": "^5.2.1",
"html-webpack-inline-source-plugin": "^0.0.10",
"html-webpack-plugin": "^3.2.0",
"react-figma-webpack-config": "latest",
"style-loader": "^2.0.0",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7"
}
}