-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.83 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.83 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
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
84
85
86
87
88
89
90
91
92
93
94
{
"name": "@wildfire-visualization-project/source",
"version": "0.0.0",
"license": "MIT",
"private": true,
"scripts": {
"start:frontend": "nx dev frontend",
"start:backend": "nx dev backend",
"build:backend": "nx build backend",
"lint": "next lint apps/frontend",
"coverage:frontend": "nx run frontend:test --coverage"
},
"dependencies": {
"@babel/plugin-syntax-jsx": "^7.25.9",
"@types/styled-components": "^5.1.34",
"axios": "1.7.8",
"dotenv": "^16.4.5",
"i18next": "^24.2.1",
"jest-fetch-mock": "^3.0.3",
"leaflet": "^1.9.4",
"next": "^15.0.2",
"ol": "^10.2.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "^15.4.0",
"react-icons": "^5.3.0",
"react-leaflet": "^4.2.1",
"react-toastify": "^11.0.3",
"styled-components": "^6.1.13",
"sweetalert2": "^11.15.10",
"sweetalert2-react-content": "^5.1.0"
},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@cypress/code-coverage": "^3.13.4",
"@eslint/compat": "^1.2.1",
"@eslint/js": "^9.13.0",
"@nrwl/workspace": "^19.8.4",
"@nx/cypress": "20.0.3",
"@nx/eslint": "20.0.3",
"@nx/eslint-plugin": "20.0.3",
"@nx/jest": "20.0.3",
"@nx/js": "20.0.3",
"@nx/next": "20.0.3",
"@nx/workspace": "20.0.3",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.7.39",
"@swc/helpers": "~0.5.13",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.15",
"@types/node": "22.7.9",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/testing-library__react": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"autoprefixer": "10.4.20",
"babel-core": "^6.26.3",
"babel-jest": "^29.7.0",
"babel-loader": "^9.2.1",
"babel-plugin-istanbul": "^7.0.0",
"concurrently": "^9.1.0",
"cypress": "^13.15.0",
"eslint": "^9.19.0",
"eslint-config-next": "15.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^4.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"istanbul-lib-coverage": "^3.2.2",
"istanbul-lib-instrument": "^6.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"nx": "20.0.3",
"nyc": "^17.1.0",
"postcss": "8.4.47",
"prettier": "^3.3.3",
"sonar-scanner": "^3.1.0",
"tailwindcss": "3.4.14",
"ts-jest": "^29.2.5",
"ts-node": "10.9.2",
"tslib": "^2.8.0",
"typescript": "~5.6.3",
"typescript-eslint": "^8.11.0",
"wait-on": "^8.0.1"
}
}