-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.17 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": "minesweeper",
"version": "1.0.0",
"homepage": "./",
"dependencies": {
"@octokit/core": "^4.2.4",
"@tanstack/react-query": "^5.51.11",
"@types/node": "^20.3.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"isomorphic-fetch": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.0",
"typescript": "^5.1.3"
},
"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": {
"@tailwindcss/forms": "^0.5.3",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitejs/plugin-react": "^4.0.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.43.0",
"eslint-plugin-react": "^7.32.2",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"vite": "^4.3.9",
"vitest": "^0.32.2"
}
}