forked from ESA-PhiLab/iris
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 955 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 955 Bytes
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
{
"name": "iris-frontend",
"version": "1.0.0",
"description": "React components for IRIS",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:watch": "vite build --watch",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"cypress": "cypress open",
"cypress:headless": "cypress run",
"cypress:test": "cypress run --spec 'cypress/e2e/preferences-segmentation-ai.cy.js'"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0",
"zustand": "^5.0.9"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.0.0",
"cypress": "^14.5.4",
"jsdom": "^23.0.1",
"patch-package": "^8.0.0",
"typescript": "^5.0.0",
"vite": "^5.4.21",
"vitest": "^1.0.4"
}
}