-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.02 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.02 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
{
"name": "padre-ginos",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "vite build",
"dev": "vite",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,css,html}\"",
"lint": "eslint",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"type": "module",
"author": "Matt Hudson <matt.hudson@ramseysolutions.com>",
"license": "ISC",
"description": "",
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.59.7",
"@tanstack/react-query-devtools": "^5.59.13",
"@tanstack/router-devtools": "^1.65.0",
"@tanstack/router-plugin": "^1.65.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.1",
"globals": "^15.9.0",
"prettier": "^3.5.3",
"vite": "^5.4.2"
},
"dependencies": {
"@tanstack/react-query": "^5.59.13",
"@tanstack/react-router": "^1.65.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}