-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.78 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.78 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "kati",
"version": "1.3.0",
"private": true,
"type": "module",
"dependencies": {
"@react-oauth/google": "^0.12.1",
"db-to-cloud": "^0.8.1",
"file-loader": "^6.2.0",
"fs-extra": "^10.0.0",
"identity-obj-proxy": "^3.0.0",
"nanoid": "^3.3.2",
"pouchdb-browser": "^7.2.2",
"pouchdb-find": "^7.3.0",
"pouchdb-upsert": "^2.2.0",
"prompts": "^2.4.2",
"react": "^18.3.1",
"react-app-polyfill": "^3.0.0",
"react-dev-utils": "^12.0.1",
"react-dom": "^18.0.0",
"react-head": "^3.4.2",
"react-refresh": "^0.11.0",
"resolve": "^1.22.11",
"resolve-url-loader": "^5.0.0",
"wouter": "^3.9.0"
},
"scripts": {
"start": "vite",
"preview": "vite preview",
"build": "vite build --emptyOutDir",
"test": "vitest run",
"test:development": "vitest watch",
"eslint": "eslint 'src/**/*.{js,jsx,ts,tsx}'"
},
"browser": {
"fs": false,
"path": false
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.0.1",
"@vitejs/plugin-react": "^5.1.2",
"@vitest/ui": "^4.0.18",
"baseline-browser-mapping": "^2.9.11",
"browserslist": "^4.28.1",
"dotenv": "^17.2.3",
"dotenv-expand": "^12.0.3",
"eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5",
"global-jsdom": "^27.0.0",
"globals": "^17.1.0",
"jsdom": "^27.0.1",
"path-browserify": "^1.0.1",
"vite": "^7.3.1",
"vitest": "^4.0.17",
"web-vitals": "^5.1.0"
},
"engines": {
"node": ">=22"
}
}