-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.29 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.29 KB
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
{
"name": "mix-up",
"version": "0.1.0",
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"start": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint . && tsc",
"test": "jest --coverage",
"test:watch": "jest --watch"
},
"dependencies": {
"@tanstack/react-query": "5.99.0",
"aws-amplify": "6.16.4",
"normalize.css": "8.0.1",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-router": "7.14.1",
"react-router-dom": "7.14.1",
"styled-components": "6.4.0"
},
"devDependencies": {
"@eslint/js": "10.0.1",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/chance": "1.1.7",
"@types/jest": "30.0.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "6.0.1",
"chance": "1.1.13",
"eslint": "10.2.1",
"globals": "17.5.0",
"jest": "30.3.0",
"jest-environment-jsdom": "30.3.0",
"jsdom": "29.0.2",
"ts-jest": "29.4.9",
"typescript": "6.0.3",
"typescript-eslint": "8.58.2",
"vite": "8.0.8"
},
"author": "Troy Blank",
"license": "BSD-3-Clause"
}