-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.34 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
{
"name": "further-technical-test",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,css,html}\"",
"lint": "eslint",
"preview": "vite preview",
"test": "vitest"
},
"keywords": [
"further"
],
"author": "Luis Capel",
"license": "ISC",
"description": "Further Technical Test",
"type": "module",
"devDependencies": {
"@tanstack/router-devtools": "^1.99.0",
"@tanstack/router-plugin": "^1.99.3",
"@testing-library/react": "^16.2.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-react": "^7.37.4",
"globals": "^15.14.0",
"happy-dom": "^16.8.1",
"prettier": "^3.4.2",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vitest": "^3.0.4"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^6.4.2",
"@tanstack/react-router": "^1.99.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^5.0.0"
}
}