-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.23 KB
/
package.json
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
{
"name": "react-starter",
"version": "1.0.0",
"keywords": [
"react",
"gh-pages",
"typescript",
"vite",
"vitest",
"css modules",
"front-end",
"yarn"
],
"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": "prettier --write \"**/*.{json,mdx,ts,tsx,md,css,mjs}\"",
"god": "ncu -u && yarn install && yarn run start",
"preview": "yarn build && vite preview --open --host",
"start": "vite --open --host",
"test": "vitest"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/node": "^22.5.1",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"gh-pages": "^6.1.1",
"jsdom": "^25.0.0",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.1",
"rimraf": "^6.0.1",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vitest": "^2.0.5"
},
"packageManager": "yarn@4.4.1"
}