-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 739 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "figma-to-react",
"version": "0.9.10",
"description": "Convert Figma designs to pixel-perfect React components with Tailwind CSS",
"private": true,
"type": "module",
"scripts": {
"test:e2e": "vitest run --config vitest.config.ts",
"test:e2e:watch": "vitest --config vitest.config.ts"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.0.0",
"fs-extra": "^11.2.0",
"playwright": "^1.57.0",
"typescript": "^5.6.0",
"vitest": "^2.1.0"
},
"packageManager": "pnpm@8.15.0+sha512.ea45517d5285d123eac02c3793505fa1fd6da90a2fc60d1e8d9e0c1e9292886ecfaff513f062b9d1cc8021bb8615033b1ac5bea3b2ee3fc165a6d7034bbe6b03",
"dependencies": {
"oxlint": "^1.35.0"
}
}