-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.27 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.27 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
{
"name": "soundwalk",
"version": "2.0.0",
"private": true,
"type": "module",
"description": "SoundWalk - Audio recording and sound mapping application for exploring sonic landscapes",
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@capacitor-community/media": "^5.0.0",
"@capacitor/android": "^5.7.8",
"@capacitor/app": "^5.0.8",
"@capacitor/cli": "^5.7.8",
"@capacitor/core": "^5.7.8",
"@capacitor/filesystem": "^5.0.0",
"@capacitor/geolocation": "^5.0.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/material": "^5.17.1",
"capacitor-voice-recorder": "^5.0.0",
"font-awesome": "^4.7.0",
"jszip": "^3.10.1",
"leaflet": "^1.9.4",
"lucide-react": "^0.525.0",
"lunr": "^2.3.9",
"lunr-languages": "^1.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"gh-pages": "^6.0.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vite": "^5.2.10"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}