-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (42 loc) · 1.2 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "padre-ginos",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write \"src/**/*.{js, jsx ,ts, tsx, css, html}",
"lint": "eslint",
"test": "vitest"
},
"keywords": [],
"type": "module",
"author": "Mervin Debalucos <[email protected]>",
"license": "Apache-2.0",
"description": "react project",
"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",
"@testing-library/react": "^16.0.1",
"@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",
"happy-dom": "^15.7.4",
"prettier": "^3.3.3",
"vite": "^5.4.2",
"vitest": "^2.1.3",
"vitest-fetch-mock": "^0.3.0"
},
"dependencies": {
"@tanstack/react-query": "^5.59.13",
"@tanstack/react-router": "^1.65.0",
"padre-ginos": "file:",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}