-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 818 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 818 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
{
"name": "web-twain-react-advanced",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "ncp node_modules/dwt/dist public/dwt-resources && vite",
"build": "vite build && ncp node_modules/dwt/dist dist/dwt-resources",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"dwt": "19.3.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/react": "18.2.66",
"@types/react-dom": "18.2.22",
"@vitejs/plugin-react": "4.2.1",
"ncp": "2.0.0",
"vite": "5.2.0",
"vitest": "1.4.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3"
}
}