-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.24 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.24 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
{
"name": "bachelor-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"bootstrap": "^5.2.3",
"buffer": "^6.0.3",
"dexie": "^3.2.3",
"dexie-react-hooks": "^1.1.3",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "^18.2.0",
"src-wasm": "file:src-wasm/pkg",
"ts-mockito": "^2.6.1",
"vitest": "^0.29.8"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/bootstrap": "^5.2.6",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/wicg-file-system-access": "^2020.9.6",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"eslint": "^8.37.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"jsdom": "^21.1.1",
"typescript": "^5.0.3",
"vite": "^4.2.0",
"vite-plugin-pwa": "^0.14.7",
"vitest-mock-extended": "^1.1.3"
}
}