generated from kazuyaseki/react-figma-plugin-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 963 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
32
33
34
35
36
37
38
{
"name": "react-figma-boilerplate",
"version": "1.0.0",
"description": "Boilerplate app for react-figma",
"main": "./src/code.tsx",
"scripts": {
"webpack:watch": "webpack --watch"
},
"keywords": [
"react",
"react-figma",
"react-figma-boilerplate",
"figma",
"figma-plugins"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/react-figma/react-figma-boilerplate.git"
},
"author": "Yaroslav Losev <[email protected]>",
"license": "ISC",
"dependencies": {
"react": "^16.9.0",
"react-dom": "^16.13.1",
"react-figma": "latest",
"yoga-layout-prebuilt": "^1.9.3"
},
"devDependencies": {
"@types/react-dom": "^16.9.6",
"html-webpack-inline-source-plugin": "^0.0.10",
"html-webpack-plugin": "^3.2.0",
"react-figma-webpack-config": "latest",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7"
}
}