-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.42 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.42 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
{
"name": "react-starter",
"version": "1.0.0",
"keywords": [
"react",
"gh-pages",
"typescript",
"vite",
"vitest",
"css modules",
"front-end",
"yarn",
"pwa"
],
"homepage": "https://najwer23.github.io/react-starter/",
"type": "module",
"scripts": {
"bench": "vitest bench",
"build": "tsc --build --clean && vite build",
"deploy": "yarn run build && gh-pages -d build && rimraf build",
"format": "yarn exec biome check --write",
"god": "ncu -u && yarn install && yarn run start",
"preview": "yarn build && vite preview --open --host",
"start": "vite --open --host",
"test": "vitest",
"sort": "npx sort-package-json"
},
"devDependencies": {
"@biomejs/biome": "2.4.11",
"@tanstack/react-query": "^5.99.0",
"@tanstack/react-query-persist-client": "^5.99.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"gh-pages": "^6.3.0",
"jsdom": "^29.0.2",
"najwer23morsels": "^0.21.1",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-router-dom": "^7.14.0",
"rimraf": "^6.1.3",
"typescript": "^6.0.2",
"vite": "^8.0.8",
"vite-plugin-pwa": "^1.2.0",
"vitest": "^4.1.4"
},
"packageManager": "yarn@4.13.0"
}