generated from PluginFinchy/Figma-Vue3-Template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.71 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "figma-text-crop-plugin",
"version": "1.0.0",
"main": "code.ts",
"license": "MIT",
"scripts": {
"build": "rm -rf ./dist && webpack --mode=production",
"build:watch": "webpack --mode=development --watch",
"preview:plugin": "webpack --mode=development --PREVIEW_ENV=figma --watch"
},
"dependencies": {
"@create-figma-plugin/utilities": "^2.1.5",
"@emotion-icons/material": "3.14.0",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@figma/plugin-typings": "^1.19.0",
"@fignite/helpers": "^0.0.0-alpha.10",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"figma-plugin-ds": "^0.1.8",
"live-server": "^1.2.1",
"lodash": "^4.17.21",
"newskit": "^6.6.0",
"postcss": "^8.2.10",
"preact": "^10.11.3",
"preact-compat": "^3.19.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"typescript": "^4.1.3",
"url-loader": "^2.1.0"
},
"devDependencies": {
"@figma-plugin/helpers": "^0.14.4",
"@figma/plugin-typings": "^1.54.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/lodash": "^4.14.182",
"@types/node": "^12.0.5",
"css-loader": "^3.1.0",
"deepmerge": "^4.2.2",
"express": "^4.17.1",
"fork-ts-checker-webpack-plugin": "^6.2.4",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"react-refresh": "^0.1.0",
"react-refresh-typescript": "^1.1.0",
"remove-files-webpack-plugin": "^1.1.3",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "4.2.3",
"ts-loader": "^6.0.4",
"typescript": "^4.6.3",
"url-loader": "^1.1.2",
"webpack": "^4.41.4",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^3.3.6"
}
}