-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 915 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 915 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
{
"name": "scouting",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --base /scouting --port 5000",
"build": "tsc && vite build",
"preview": "vite preview --base /scouting --port 5000",
"test": "cypress run --component && cypress run --e2e"
},
"devDependencies": {
"@types/qrcode": "^1.5.5",
"cypress": "^13.17.0",
"cypress-ct-lit": "^1.0.0",
"typescript": "^5.7.3",
"vite": "^6.4.1"
},
"dependencies": {
"@vaadin/button": "^24.6.0",
"@vaadin/checkbox": "^24.6.0",
"@vaadin/confirm-dialog": "^24.6.0",
"@vaadin/icon": "^24.6.0",
"@vaadin/icons": "^24.6.0",
"@vaadin/integer-field": "^24.6.0",
"@vaadin/notification": "^24.6.0",
"@vaadin/select": "^24.6.0",
"@vaadin/tabsheet": "^24.6.0",
"@vaadin/text-area": "^24.6.0",
"@vaadin/text-field": "^24.6.0",
"lit": "^3.2.1",
"qrcode": "^1.5.4"
}
}