-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 847 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 847 Bytes
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
{
"name": "sorting-visualizer-react",
"version": "0.0.0",
"private": true,
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-select": "^5.5.7"
},
"scripts": {
"start": "vite --host",
"build": "vite build",
"test": "jest",
"coverage": "jest --coverage"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
"@babel/plugin-transform-react-jsx": "^7.20.13",
"@babel/preset-react": "^7.18.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@vitejs/plugin-react": "^3.1.0",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"vite": "^4.1.1"
}
}