forked from meshtastic/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.19 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "meshtastic-web",
"version": "1.0.0",
"description": "Meshtastic web client",
"license": "GPL-3.0-only",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview",
"package": "gzipper c -i html,js,css,png,ico,svg,webmanifest,txt dist dist/output && tar -cvf dist/build.tar -C ./dist/output/ $(ls ./dist/output/)",
"format": "prettier --write 'src/**/*.{ts,tsx}' && eslint src/*.{ts,tsx}",
"check": "unimported"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meshtastic/meshtastic-web.git"
},
"bugs": {
"url": "https://github.com/meshtastic/meshtastic-web/issues"
},
"homepage": "https://meshtastic.org",
"dependencies": {
"@emeraldpay/hashicon-react": "^0.5.2",
"@meshtastic/eslint-config": "^1.0.8",
"@meshtastic/meshtasticjs": "^0.6.55",
"@reduxjs/toolkit": "^1.8.1",
"@tippyjs/react": "^4.2.6",
"base64-js": "^1.5.1",
"framer-motion": "^6.2.10",
"mapbox-gl": "^2.8.0",
"prettier": "^2.6.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-error-boundary": "^3.1.4",
"react-flow-renderer": "^10.1.0",
"react-hook-form": "^7.29.0",
"react-icons": "^4.3.1",
"react-json-pretty": "^2.2.0",
"react-multi-select-component": "^4.2.4",
"react-redux": "^7.2.8",
"react-use-clipboard": "^1.0.8",
"rfc4648": "^1.5.1",
"swr": "^1.3.0",
"timeago-react": "^3.0.4",
"tippy.js": "^6.3.7",
"type-route": "^0.7.1",
"vite-plugin-environment": "^1.1.1"
},
"devDependencies": {
"@hookform/devtools": "^4.1.0",
"@types/chrome": "^0.0.181",
"@types/mapbox-gl": "^2.6.4",
"@types/react": "^18.0.3",
"@types/react-dom": "^18.0.0",
"@types/w3c-web-serial": "^1.0.2",
"@types/web-bluetooth": "^0.0.14",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.4",
"gzipper": "^7.1.0",
"postcss": "^8.4.12",
"rollup-plugin-visualizer": "^5.6.0",
"tailwindcss": "^3.0.24",
"tar": "^6.1.11",
"typescript": "^4.6.3",
"unimported": "^1.19.1",
"vite": "^2.9.1",
"vite-plugin-cdn-import": "^0.3.5",
"vite-plugin-pwa": "^0.11.13",
"workbox-window": "^6.5.3"
}
}