-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 857 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
{
"name": "figma-frame-overlay",
"version": "1.0.0",
"description": "Quickly create colour overlays for any frame",
"main": "code.js",
"scripts": {
"build": "webpack --mode production",
"watch": "webpack --mode development --watch"
},
"author": "Johannes Jakob",
"license": "MIT",
"devDependencies": {
"@figma/plugin-typings": "*",
"@types/node": "^16.7.1",
"css-loader": "^6.2.0",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^5.3.2",
"style-loader": "^3.2.1",
"ts-loader": "^9.2.5",
"typescript": "^4.3.5",
"url-loader": "^4.1.1",
"webpack": "^5.94.0",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"react": "^17.0.2",
"react-dev-utils": "^12.0.1",
"react-dom": "^17.0.2"
}
}