forked from Signal-K/client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.86 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 2.86 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "starsailors",
"version": "0.1.0",
"private": true,
"proxy": "http://127.0.0.1:5000",
"browser": {
"fs": false,
"path": false,
"os": false
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"static": "next build && next export",
"start-server": "cd server && venv/bin/activate && flask run --no-debugger",
"test-api": "cd server && venv/bin/activate && flask test"
},
"dependencies": {
"@capacitor/android": "^5.5.1",
"@capacitor/core": "^5.5.1",
"@capacitor/ios": "^5.5.1",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.17",
"@headlessui/tailwindcss": "^0.2.0",
"@heroicons/react": "^2.1.1",
"@hookform/resolvers": "^3.3.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@supabase/auth-helpers-nextjs": "^0.8.7",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/auth-ui-react": "^0.2.6",
"@supabase/supabase-js": "^2.13.1",
"@supabase/ui": "^0.36.5",
"@types/js-cookie": "^3.0.3",
"@types/rc-slider": "^9.3.1",
"@types/rc-tooltip": "^3.7.7",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.2.6",
"autoprefixer": "^10.4.13",
"axios": "^1.6.2",
"bootstrap": "^5.3.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"lucide-react": "^0.293.0",
"next": "^13.0.2",
"package.json": "^2.0.1",
"postcss": "^8.4.21",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.48.2",
"react-spinners": "^0.13.8",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.2.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@capacitor/cli": "^5.5.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@typechain/ethers-v5": "10.2.0",
"@typechain/hardhat": "6.1.5",
"@types/chai": "4.3.4",
"@types/cookie": "0.5.1",
"@types/mocha": "10.0.1",
"@types/node": "^20.4.1",
"@types/omit-deep": "0.3.0",
"@types/react": "^18.2.14",
"@types/react-syntax-highlighter": "15.5.5",
"@types/three": "0.148.0",
"@types/unist": "2.0.6",
"auto-prefixer": "0.4.2",
"autoprefixer": "^10.4.13",
"babel-loader": "9.1.2",
"eslint": "8.30.0",
"eslint-config-next": "13.1.0",
"gray-matter": "4.0.3",
"hardhat-gas-reporter": "1.0.9",
"postcss": "^8.4.21",
"solidity-coverage": "0.8.2",
"stringify-object": "4.0.1",
"tailwindcss": "^3.2.4",
"typechain": "8.1.1",
"typescript": "4.9.4"
}
}