-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
74 lines (74 loc) · 2.32 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": "substra-frontend",
"repository": {
"type": "git",
"url": "https://github.com/Substra/substra-frontend.git"
},
"license": "Apache-2.0",
"private": "true",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview --port 3001",
"eslint": "eslint . --ext .js,.jsx,.ts,.tsx --max-warnings 0",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write .",
"prepare": "husky",
"test:unit": "jest --passWithNoTests",
"knip": "knip"
},
"dependencies": {
"@chakra-ui/react": "2.6.1",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"axios": "^1.7.5",
"chart.js": "4.4.4",
"chartjs-plugin-zoom": "2.0.1",
"downshift": "9.0.8",
"framer-motion": "11.3.31",
"github-markdown-css": "5.6.1",
"html-to-image": "1.11.11",
"react": "18.3.1",
"react-chartjs-2": "5.2.0",
"react-dom": "18.3.1",
"reactflow": "11.11.4",
"react-icons": "5.3.0",
"react-markdown": "9.0.1",
"react-syntax-highlighter": "15.5.0",
"remark-gfm": "4.0.0",
"universal-cookie": "7.2.0",
"uuid": "10.0.0",
"wouter": "3.3.5",
"zustand": "4.5.5"
},
"devDependencies": {
"@testing-library/jest-dom": "6.5.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jest": "29.5.13",
"@types/node": "^22.7.4",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/react-syntax-highlighter": "15.5.13",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "8.8.1",
"@typescript-eslint/parser": "8.8.1",
"@vitejs/plugin-react": "4.3.2",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "3.5.0",
"eslint-plugin-react-hooks": "4.6.2",
"husky": "9.1.6",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"knip": "^5.33.1",
"prettier": "3.3.3",
"ts-jest": "29.2.5",
"typescript": "^5.6.2",
"vite": "5.4.8",
"vite-plugin-svgr-component": "1.0.1"
},
"engines": {
"node": ">= 18.16"
}
}