-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.2 KB
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
41
42
43
44
45
46
47
{
"name": "fast-logbook-pwa",
"version": "26.02.19",
"description": "Time-stamped work notes PWA",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "biome check src/",
"lint:fix": "biome check --write src/",
"test": "playwright test",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:headed": "playwright test --headed",
"screenshot": "playwright test tests/e2e/screenshot.spec.ts"
},
"devDependencies": {
"@biomejs/biome": "^2.4.2",
"@playwright/test": "^1.49.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"typescript": "^6.0.3",
"vite": "^8.0.16",
"vite-plugin-pwa": "^1.3.0"
},
"keywords": [
"pwa",
"logbook",
"productivity"
],
"author": "",
"license": "MIT",
"type": "module",
"dependencies": {
"@juliusbrussee/caveman-code": "^0.65.2",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"global": "^4.4.0",
"i18next": "^26.3.1",
"idb": "^8.0.3",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-i18next": "^17.0.8",
"react-router-dom": "^7.17.0"
}
}