-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.63 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
{
"name": "ror-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 10001",
"build": "tsc -b && vite build",
"test": "vitest",
"lint": "eslint .",
"preview": "vite preview",
"checkformat": "prettier 'src/**/*.{js,jsx,ts,tsx,html,css}' --check",
"format": "prettier 'src/**/*.{js,jsx,ts,tsx,html,css}' --write"
},
"dependencies": {
"axios": "^1.7.9",
"chart.js": "^4.4.7",
"i18next": "^24.2.0",
"i18next-browser-languagedetector": "^8.0.2",
"i18next-http-backend": "^3.0.1",
"jwt-decode": "^4.0.0",
"primeicons": "^7.0.0",
"primereact": "^10.9.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^15.4.0",
"react-router-dom": "^7.1.1",
"react-spinners": "^0.15.0",
"uuid": "^11.0.3"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@rork8s/ror-resources": "0.0.6",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.10.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react-swc": "^3.7.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"jsdom": "^25.0.1",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.17",
"typescript": "~5.7.2",
"typescript-eslint": "^8.19.0",
"vite": "^6.0.7",
"vite-plugin-pwa": "^0.21.1",
"vitest": "^2.1.8"
}
}