-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 942 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 942 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
36
{
"name": "commonforms-in-browser",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test:types": "tsc --noEmit",
"format:check": "prettier --check .",
"format:fix": "prettier --write ."
},
"dependencies": {
"@simplepdf/react-embed-pdf": "^1.9.0",
"i18next": "^25.6.0",
"onnxruntime-web": "^1.23.0",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^5.4.296",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-i18next": "^16.1.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.14",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"@vitejs/plugin-react": "^5.0.4",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.14",
"typescript": "^5.9.3",
"vite": "^7.1.9",
"vite-plugin-static-copy": "^3.1.3"
}
}