-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 983 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": "all-instances",
"version": "1.0.0",
"description": "Your Figma Plugin",
"author": "",
"license": "",
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@figma/plugin-typings": "1.88.0",
"@svgr/webpack": "8.1.0",
"@trunkio/launcher": "^1.3.0",
"@types/react": "18.2.65",
"@types/react-dom": "18.2.22",
"@types/react-virtualized": "9.21.29",
"class-variance-authority": "0.7.0",
"css-loader": "6.10.0",
"html-inline-script-webpack-plugin": "3.2.1",
"html-webpack-plugin": "5.6.0",
"node-sass": "9.0.0",
"react-virtualized": "9.22.5",
"sass-loader": "14.1.1",
"style-loader": "3.3.4",
"ts-loader": "9.5.1",
"typescript": "5.3.2",
"webpack": "5.90.3",
"webpack-cli": "5.1.4"
},
"scripts": {
"build": "webpack --mode production",
"watch": "webpack --mode production --watch",
"watch-dev": "webpack --mode development --watch"
}
}