forked from upsidedownlabs/Chords-LSL-Connector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.44 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
{
"name": "chords-lsl-app",
"version": "0.3.3",
"private": true,
"type": "module",
"scripts": {
"dev": "npm run version:sync && next dev",
"build": "npm run version:sync && next build",
"start": "next start",
"lint": "eslint .",
"tauri": "npm run version:sync && tauri",
"tauri:build": "npm run version:sync && tauri build",
"version:sync": "node scripts/sync-version.cjs"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "7.3.1",
"@fortawesome/free-brands-svg-icons": "7.3.1",
"@fortawesome/react-fontawesome": "3.5.0",
"@radix-ui/react-slot": "^1.3.3",
"@tauri-apps/plugin-shell": "2.3.6",
"@types/smoothie": "1.29.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "0.577.0",
"next": "^16.3.4",
"react": "19.2.8",
"react-dom": "19.2.8",
"smoothie": "1.36.1",
"tailwind-merge": "^3.6.0",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@eslint/eslintrc": "3",
"@iarna/toml": "2.2.5",
"@tauri-apps/api": "2.11.1",
"@types/node": "26.4.0",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.5",
"@types/webpack-env": "1.18.8",
"autoprefixer": "10.5.4",
"eslint": "9.39.5",
"eslint-config-next": "16.3.4",
"postcss": "8.5.26",
"tailwindcss": "3.4.19",
"ts-node": "10.9.2",
"typescript": "6.0.3"
},
"overrides": {
"glob": "13.0.6",
"js-yaml": "5.4.1"
}
}