-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.29 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
{
"name": "fiscalismia-frontend",
"version": "0.0.1",
"description": "React frontend for the fiscalismia webservice",
"scripts": {
"dev": "vite &",
"build": "vite build",
"typeCheck": "node src/tests/typeCheck",
"eslintAnalysis": "node src/tests/eslintAnalysis",
"snykCodeAnalysis": "node src/tests/snykCodeAnalysis",
"snykDependencyAnalysis": "node src/tests/snykDependencyAnalysis",
"preview": "vite preview",
"host": "vite --host"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hangrybear666/fiscalismia-frontend.git"
},
"keywords": [
"fiscalis",
"libertas",
"autonomia"
],
"author": "Corey Lauster",
"license": "MIT",
"bugs": {
"url": "https://github.com/hangrybear666/fiscalismia-frontend/issues"
},
"homepage": "https://github.com/hangrybear666/fiscalismia-frontend#readme",
"dependencies": {
"@ag-grid-community/core": "^31.3.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@faker-js/faker": "^8.4.1",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.14.4",
"ag-grid-react": "^31.2.0",
"axios": "^1.6.4",
"chart.js": "^4.3.3",
"chartjs-plugin-annotation": "^3.0.1",
"chartjs-plugin-datalabels": "^2.2.0",
"cors": "^2.8.5",
"country-flag-icons": "^1.5.10",
"dotenv": "^16.4.5",
"jwt-decode": "^3.1.2",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.9.0",
"react-toastify": "^10.0.5"
},
"devDependencies": {
"@types/chart.js": "^2.9.41",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^48.2.7",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"prettier": "^3.3.1",
"prettier-eslint": "^16.3.0",
"typescript": "^5.4.4",
"vite": "^4.2.0"
}
}