-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "beatgrid",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build --base=./",
"preview": "vite preview",
"test": "vitest",
"deploy" : "gh-pages -d dist"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.11.16",
"@mui/system": "^5.11.16",
"@reduxjs/toolkit": "^1.9.3",
"@testing-library/react": "^14.0.0",
"cypress-real-events": "^1.7.6",
"jsdom": "^21.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.0.5",
"redux-undo": "^1.0.1",
"standardized-audio-context": "^25.3.43"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-redux": "^7.1.25",
"@vitejs/plugin-react": "^3.1.0",
"cypress": "^12.10.0",
"gh-pages": "^5.0.0",
"typescript": "^4.9.3",
"vite": "^4.2.0",
"vitest": "^0.30.1"
}
}