This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
66 lines (66 loc) · 1.97 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
{
"name": "fishjam-dashboard",
"private": true,
"version": "0.2.0",
"homepage": "https://fishjam-dev.github.io/fishjam-dashboard/",
"type": "module",
"license": "Apache-2.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build-gh-pages": "tsc && vite build --base=/fishjam-dashboard",
"watch": "tsc --noEmit --watch",
"preview": "vite preview",
"format:fix": "prettier --write . --ignore-path ./.eslintignore",
"format:check": "prettier --check . --ignore-path ./.eslintignore",
"lint:fix": "eslint . --ext .ts,.tsx --fix",
"lint:check": "eslint . --ext .ts,.tsx"
},
"dependencies": {
"@jellyfish-dev/react-client-sdk": "^0.3.1",
"@types/chartist": "^1.0.0",
"@types/ramda": "^0.29.10",
"axios": "^1.6.7",
"chartist": "^1.3.0",
"clsx": "^2.1.0",
"events": "^3.3.0",
"hls.js": "^1.5.7",
"jotai": "^2.7.0",
"lodash.isequal": "^4.5.0",
"phoenix": "^1.7.11",
"qrcode.react": "^3.1.0",
"rambda": "^9.1.0",
"ramda": "^0.29.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-router-dom": "^6.22.2",
"uuid": "^9.0.1",
"vite-plugin-mkcert": "^1.17.4"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.9.0",
"@types/events": "^3.0.3",
"@types/lodash.isequal": "^4.5.8",
"@types/phoenix": "^1.6.4",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"daisyui": "^4.10.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.35",
"prettier": "3.2.5",
"tailwindcss": "^3.4.1",
"ts-proto": "^1.167.9",
"typed-emitter": "^2.1.0",
"typescript": "5.3.3",
"vite": "^5.1.4",
"vite-plugin-checker": "^0.6.4"
}
}