-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.31 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.31 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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "time-for-code-front-end",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "",
"lint": "eslint",
"dev": "vite",
"build": "vite build",
"vercel-build": "vite build"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/time-for-code/time-for-code-front-end"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/time-for-code/time-for-code-front-end/issues"
},
"homepage": "https://github.com/time-for-code/time-for-code-front-end#readme",
"dependencies": {
"@tanstack/react-query": "^5.64.1",
"@tanstack/react-router": "^1.97.1",
"jquery": "^3.7.1",
"jquery-touchswipe": "^1.6.19",
"primeicons": "^7.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.62.16",
"@tanstack/router-plugin": "^1.97.1",
"@testing-library/react": "^16.2.0",
"@types/react": "^19.1.8",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.18.0",
"eslint-plugin-react": "^7.37.4",
"globals": "^15.14.0",
"happy-dom": "^16.6.0",
"playwright": "^1.49.1",
"vite": "^6.0.7"
}
}