-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
{
"name": "hash4word",
"version": "1.0.0",
"homepage": "./",
"dependencies": {
"@types/node": "^20.3.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"i18next": "^23.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-i18next": "^13.0.1",
"react-router-dom": "^6.14.0",
"typescript": "^5.1.3",
"universal-base64url": "^1.1.0",
"use-sound": "^4.0.1",
"use-timer": "^2.0.1"
},
"scripts": {
"start": "vite",
"build": "tsc --noEmit && vite build",
"serve": "vite preview",
"test": "vitest run",
"uplib": "npx npm-check-updates -u && npm i"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@vitejs/plugin-react": "^4.0.1",
"eslint": "^8.43.0",
"eslint-plugin-react": "^7.32.2",
"vite": "^4.3.9",
"vite-plugin-singlefile": "^0.13.5",
"vitest": "^0.32.2"
}
}