-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 2.02 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
{
"name": "esdis-data-catalog",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --ext .tsx,.ts",
"preview": "vite preview",
"test": "vitest",
"pretest-dist": "npm run build -- --mode development",
"test-dist": "http-server dist"
},
"dependencies": {
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"bootstrap": "^5.3.3",
"commafy-anything": "^4.0.0",
"cross-fetch": "^4.0.0",
"formik": "^2.4.6",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"nock": "^13.5.6",
"npm": "^10.9.2",
"pluralize": "^8.0.0",
"qs": "^6.13.1",
"react": "^18.3.1",
"react-bootstrap": "^2.10.6",
"react-dom": "^18.3.1",
"react-responsive": "^10.0.0",
"react-router": "^7.0.2",
"sass": "1.77.6",
"vite-plugin-css-injected-by-js": "^3.5.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.9",
"@edsc/eslint-config": "^0.0.8",
"@eslint/js": "^9.15.0",
"@testing-library/jest-dom": "^6.6.3",
"@types/jest": "^29.5.14",
"@types/lodash-es": "^4.17.12",
"@types/pluralize": "^0.0.33",
"@types/qs": "^6.9.17",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-istanbul": "^2.1.8",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-import-newlines": "^1.4.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-testing-library": "^7.1.1",
"http-server": "^14.1.1",
"jsdom": "^25.0.1",
"typescript": "~5.6.2",
"typescript-eslint": "^8.15.0",
"vite": "^6.0.1",
"vitest": "^2.1.8"
}
}