-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.19 KB
/
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
39
{
"name": "lona-figma-plugin",
"version": "1.0.0",
"description": "This plugin template uses Typescript. If you are familiar with Javascript, Typescript will look very familiar. In fact, valid Javascript code is already valid Typescript code.",
"main": "code.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --mode=development --watch",
"build": "webpack --mode=production"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/parse-color": "^1.0.0",
"@types/react": "^16.9.13",
"@types/react-dom": "^16.9.4",
"css-loader": "^3.2.0",
"dotenv": "^8.2.0",
"graphql-tag": "^2.10.1",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^1.0.1",
"ts-loader": "^6.2.1",
"typescript": "^3.7.2",
"url-loader": "^3.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@octokit/rest": "^16.35.0",
"apollo-boost": "^0.4.4",
"figma-jsonrpc": "^0.4.0-pre5",
"graphql": "^14.5.8",
"parse-color": "^1.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0"
}
}