-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.15 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
{
"name": "dotjs-to-react",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"format": "biome ci .",
"test:unit": "vitest run",
"test:unit:watch": "vitest",
"test:integration": "playwright test",
"preview": "vite preview --port 4173"
},
"dependencies": {
"@fontsource/manrope": "^5.0.20",
"@uiw/react-split": "^5.9.3",
"lucide-react": "^0.439.0",
"prettier": "^3.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react18-json-view": "^0.2.8",
"shikiji": "^0.10.2"
},
"devDependencies": {
"@babel/parser": "^7.24.5",
"@babel/runtime": "^7.24.5",
"@biomejs/biome": "^1.7.2",
"@playwright/test": "^1.43.1",
"@types/node": "^22.0.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.19",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vitest": "^2.0.0"
}
}