-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
36 lines (36 loc) · 901 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
{
"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": {
"@figma/plugin-typings": "^1.16.1",
"react": "^16.9.0",
"react-figma": "latest"
},
"devDependencies": {
"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"
}
}