-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.33 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.33 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": "ps3-singstar",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"start": "vite --port 3000",
"build": "vite build && tsc",
"serve": "vite preview",
"test": "vitest run",
"lint": "eslint",
"format": "prettier --write .",
"check": "prettier --write . && eslint --fix"
},
"dependencies": {
"@tanstack/react-router": "^1.139.12",
"@tanstack/react-router-devtools": "^1.139.12",
"@tanstack/router-plugin": "^1.139.12",
"clsx": "^2.1.1",
"fuse.js": "^7.1.0",
"opbeta": "npm:open-props@^2.0.0-beta.5",
"opui-css": "^3.1.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-hook-form": "^7.67.0",
"react-icons": "^5.5.0"
},
"devDependencies": {
"@tanstack/eslint-config": "^0.3.3",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"babel-plugin-react-compiler": "^1.0.0",
"eslint-plugin-react-hooks": "^7.0.1",
"jiti": "^2.6.1",
"jsdom": "^27.2.0",
"prettier": "^3.7.3",
"typescript": "^5.9.3",
"vite": "^7.2.4",
"vite-plugin-singlefile": "^2.3.0",
"vitest": "^4.0.14"
}
}