-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.05 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.05 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
{
"name": "shadowrun-character-generator",
"version": "0.1.0",
"private": true,
"dependencies": {
"@dice-roller/rpg-dice-roller": "^5.5.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.0.1",
"@mui/material": "^7.0.1",
"@mui/styles": "^6.4.9",
"@sentry/react": "^9.10.1",
"firebase": "^11.6.0",
"firebaseui": "^6.1.0",
"react": "^18.0.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.0.0"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.2",
"@babel/preset-react": "^7.28.5",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@vitejs/plugin-react": "^4.7.0",
"babel-jest": "^30.3.0",
"jest": "^30.3.0",
"jest-environment-jsdom": "^30.3.0",
"vite": "^5.4.21"
}
}