-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.09 KB
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
{
"name": "figma-plugin-variables-code-syntax-generator",
"version": "1.0.0",
"description": "Figma Plugin for variables code syntax bulk updates.",
"scripts": {
"ts:build": "tsc --noEmit --project tsconfig.json",
"ts:dev": "npm run build -- --pretty --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode=development --watch",
"build": "webpack --mode=production"
},
"author": "",
"license": "",
"devDependencies": {
"@figma/plugin-typings": "*",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"css-loader": "^6.9.0",
"figma-plugin-ds": "^1.0.1",
"html-inline-script-webpack-plugin": "^3.2.1",
"html-webpack-plugin": "^5.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"style-loader": "^3.3.4",
"ts-loader": "^9.5.1",
"typescript": "*",
"url-loader": "^4.1.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@create-figma-plugin/ui": "^3.1.0",
"preact": "^10.19.3",
"ts-case-convert": "^2.0.7"
}
}