-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
62 lines (62 loc) · 1.55 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
{
"name": "muncoordinated",
"version": "1.0.0",
"private": true,
"type": "module",
"dependencies": {
"@artsy/fresnel": "^7.1.4",
"@sentry/react": "^8.8.0",
"@sentry/tracing": "^7.114.0",
"@types/file-saver": "^2.0.7",
"@types/lodash": "^4.17.5",
"@types/node": "20.14.2",
"@types/react": "^18.3.3",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react-swc": "^3.7.0",
"file-saver": "^2.0.5",
"firebase": "^10.12.2",
"lodash": "^4.17.11",
"react": "18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.3.1",
"react-firebase-hooks": "^5.1.1",
"react-ga": "^3.3.1",
"react-helmet": "^6.1.0",
"react-router-dom": "^5.3.4",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^2.1.5",
"typescript": "^5.4.5",
"vite": "^5.4.2",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^5.0.1"
},
"devDependencies": {
"@vitest/coverage-v8": "^2.0.5",
"cypress": "13.11.0",
"cypress-real-events": "^1.12.0",
"jsdom": "^25.0.0",
"vitest": "^2.0.5"
},
"resolutions": {
"@types/react": "18.3.3"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "vitest",
"test:coverage": "vitest run --coverage --watch=false"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}