-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 823 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 823 Bytes
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
{
"name": "jsonpretty",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"diff": "^8.0.4",
"i18next": "^24.2.3",
"i18next-browser-languagedetector": "^8.0.4",
"js-yaml": "^4.1.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-i18next": "^15.5.1"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.3",
"@types/diff": "^7.0.2",
"@types/js-yaml": "^4.0.9",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"tailwindcss": "^4.1.3",
"typescript": "~5.7.2",
"vite": "^6.3.2",
"vite-plugin-pwa": "^1.0.0"
},
"overrides": {
"serialize-javascript": "^7.0.5"
}
}