-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
67 lines (67 loc) · 1.79 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
{
"name": "jumpstart",
"version": "0.1.0",
"private": true,
"proxy": "https://localhost:8443",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"test": "vitest run",
"cypress-open": "cypress open",
"cypress-run": "rm -rf ../build/reports/cypress || true && cypress run"
},
"dependencies": {
"@date-io/core": "3.0.0",
"@date-io/moment": "3.0.0",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@mui/icons-material": "6.1.7",
"@mui/material": "6.1.7",
"@types/js-cookie": "3.0.6",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-router-dom": "5.3.3",
"js-cookie": "3.0.5",
"js-levenshtein": "1.1.6",
"moment": "2.30.1",
"prop-types": "15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.28.0"
},
"devDependencies": {
"@lhci/cli": "0.14.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "^16.0.0",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"@vitejs/plugin-react": "4.3.3",
"@vitest/coverage-v8": "2.1.5",
"cypress": "13.15.2",
"cypress-multi-reporters": "2.0.4",
"eslint": "9.15.0",
"eslint-plugin-anti-trojan-source": "^1.1.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"jsdom": "25.0.1",
"mocha-junit-reporter": "2.2.1",
"nock": "13.5.6",
"puppeteer": "23.8.0",
"typescript": "5.6.3",
"vite": "5.4.11",
"vitest": "2.1.5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}