-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 803 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 803 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
{
"dependencies": {
"@bugsplat/react": "file:../../",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@bugsplat/symbol-upload": "^10.2.4",
"@testing-library/react": "^16.0.0",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^6.0.0",
"env-cmd": "^10.1.0",
"prettier": "^3.0.0",
"typescript": "^5.9.0",
"vite": "^8.0.0",
"vitest": "^4.0.0"
},
"name": "my-react-crasher",
"private": true,
"scripts": {
"build": "vite build",
"build:pages": "vite build --mode pages",
"start": "vite build && npm run symbol-upload && vite preview",
"symbol-upload": "env-cmd symbol-upload -d ./dist/assets",
"test": "vitest"
},
"version": "1.0.0"
}