-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.64 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
{
"name": "earthcode_openeo_publisher",
"version": "0.0.0-semver",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest --watch",
"test:ci": "jest --ci",
"test:playwright": "npx playwright test",
"test:playwright:ui": "npx playwright test --ui",
"release": "semantic-release --debug"
},
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.3.1",
"@mui/material": "^6.3.1",
"@mui/material-nextjs": "^6.3.1",
"@mui/x-data-grid": "^7.23.5",
"@octokit/rest": "^21.1.1",
"@tanstack/react-query": "^4.36.1",
"moment": "^2.30.1",
"next": "latest",
"next-auth": "^5.0.0-beta.25",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"server-only": "^0.0.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^14.0.3",
"@testing-library/jest-dom": "6.1.5",
"@testing-library/react": "14.1.2",
"@types/jest": "29.5.11",
"@types/node": "^22.10.7",
"@types/react": "18.2.45",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.7",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"open-science-catalog-validation": "github:ESA-EarthCODE/open-science-catalog-validation",
"postcss": "^8.4.49",
"semantic-release": "^24.2.2",
"tailwindcss": "^3.4.17",
"typescript": "5.3.3"
}
}