-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.81 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
{
"name": "ride-roulette",
"version": "0.3.0",
"type": "module",
"dependencies": {
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.15.11",
"@mui/material": "5.15.11",
"jotai": "2.7.0",
"react": "18.2.0",
"react-confetti": "6.1.0",
"react-dom": "18.2.0",
"react-window": "1.8.10",
"uuid": "9.0.1"
},
"scripts": {
"start": "vite",
"build": "yarn lint && tsc && vite build",
"lint": "yarn eslint && yarn stylelint",
"eslint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"stylelint": "stylelint 'src/**/*.css'",
"just-preview": "vite preview",
"preview": "yarn build && yarn just-preview",
"test": "vitest --ui",
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@jest/globals": "29.7.0",
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "20.11.21",
"@types/react": "18.2.60",
"@types/react-dom": "18.2.19",
"@types/react-window": "1.8.8",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@vitejs/plugin-react-swc": "3.6.0",
"@vitest/coverage-v8": "1.3.1",
"@vitest/ui": "1.3.1",
"eslint": "8.57.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.5",
"jsdom": "24.0.0",
"npm-check-updates": "16.14.15",
"prettier": "3.2.5",
"stylelint": "16.2.1",
"stylelint-config-standard": "36.0.0",
"typescript": "5.3.3",
"vite": "5.4.12",
"vite-plugin-checker": "0.6.4",
"vitest": "1.3.1",
"web-vitals": "3.5.2"
},
"packageManager": "[email protected]"
}