-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.37 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.37 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
49
50
51
52
53
54
55
56
57
58
{
"name": "matcha-overlay",
"version": "3.3.1",
"private": true,
"dependencies": {
"axios": "^0.21.1",
"classnames": "^2.3.1",
"debounce": "^1.2.0",
"events": "^3.2.0",
"immutable": "^4.0.0",
"lru-cache": "^6.0.0",
"nats.ws": "^1.7.2",
"nkeys.js": "^1.0.0-9",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"recoil": "^0.7.2",
"sass": "^1.86.0",
"typescript": "^5.8.2",
"uuid": "^8.3.2"
},
"homepage": ".",
"scripts": {
"start": "vite",
"build": "vite build",
"predeploy": "npm run build",
"staging": "npm run build -- --staging && bash ./deploy.sh --staging",
"deploy": "bash ./deploy.sh"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/debounce": "^1.2.0",
"@types/events": "^3.0.0",
"@types/leaflet": "^1.7.9",
"@types/lru-cache": "^5.1.0",
"@types/node": "^22.13.14",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1",
"@types/recoil": "^0.0.9",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-react-swc": "^3.3.2",
"dotenv": "^16.0.0",
"prettier": "^3.5.3",
"typed-emitter": "^1.3.0",
"vite": "^6.2.4"
},
"packageManager": "yarn@4.8.1"
}