-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 846 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
{
"name": "css-tailwind-codegen",
"version": "1.0.0",
"description": "Your Figma Plugin",
"main": "code.js",
"scripts": {
"dev": "yarn build -- --watch",
"build": "webpack",
"test": "vitest"
},
"bugs": {
"url": "https://github.com/imranbarbhuiya/figma-tailwindcss/issues"
},
"homepage": "https://github.com/imranbarbhuiya/figma-tailwindcss#readme",
"author": "imranbarbhuiya",
"license": "MIT",
"dependencies": {
"css-to-tailwindcss": "^1.0.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@figma/plugin-typings": "^1.97.0",
"babel-loader": "^9.1.3",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
},
"packageManager": "[email protected]"
}