-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 881 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
{
"name": "sandbox",
"version": "1.0.0",
"description": "",
"main": "code.js",
"scripts": {
"start": "webpack --watch --mode development",
"build": "webpack --mode production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@figma/plugin-typings": "^1.16.1",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.5",
"css-loader": "^3.1.0",
"figma-jsonrpc": "^0.4.0",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"style-loader": "^0.23.1",
"ts-loader": "^6.0.4",
"typescript": "^4.0.3",
"umi-request": "^1.3.5",
"url-loader": "^2.1.0",
"webpack": "^4.38.0",
"webpack-cli": "^3.3.6"
},
"devDependencies": {
"@types/node": "^16.11.3"
}
}