forked from akadeepesh/Chords
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.49 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.49 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
{
"name": "chords-web",
"version": "2.6.1a",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "ts-node scripts/generateManifest.mjs",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint .",
"export": "next export",
"distDir": "out",
"generate-manifest": "ts-node scripts/generateManifest.mjs"
},
"dependencies": {
"@isaacs/brace-expansion": "^5.0.1",
"@radix-ui/react-accordion": "^1.2.20",
"@radix-ui/react-avatar": "^1.2.6",
"@radix-ui/react-checkbox": "^1.3.11",
"@radix-ui/react-dialog": "^1.1.23",
"@radix-ui/react-hover-card": "^1.1.23",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.15",
"@radix-ui/react-popover": "^1.1.23",
"@radix-ui/react-radio-group": "^1.4.7",
"@radix-ui/react-select": "^2.3.7",
"@radix-ui/react-separator": "^1.1.15",
"@radix-ui/react-slider": "^1.4.7",
"@radix-ui/react-slot": "^1.3.3",
"@radix-ui/react-switch": "^1.3.7",
"@radix-ui/react-toggle": "^1.1.18",
"@radix-ui/react-toggle-group": "^1.1.19",
"@radix-ui/react-tooltip": "^1.2.16",
"@types/p5": "^1.7.7",
"@types/w3c-web-serial": "^1.0.8",
"ajv": "^8.20.0",
"brace-expansion": "^5.0.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"esc-pos-encoder": "^3.0.0",
"file-saver": "^2.0.5",
"flatted": "^3.4.4",
"framer-motion": "^13.1.1",
"glob": "^13.0.6",
"html2canvas": "^1.4.1",
"js-yaml": "^5.4.1",
"jszip": "^3.10.1",
"lodash": "^4.18.1",
"lucide-react": "^1.37.0",
"minimatch": "^10.2.6",
"next": "^16.3.3",
"next-pwa": "^5.6.0",
"next-themes": "^0.4.6",
"picomatch": "^4.0.7",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-icons": "^5.7.0",
"rollup": "^4.63.1",
"smoothie": "^1.36.1",
"sonner": "^2.0.8",
"tailwind-merge": "^3.6.0",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-textshadow": "^2.1.3",
"uuid": "^14.0.2",
"webgl-plot": "^0.7.2",
"webpack": "^5.110.2"
},
"devDependencies": {
"@types/esc-pos-encoder": "^1.3.4",
"@types/file-saver": "^2.0.7",
"@types/node": "^26.4.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.5",
"@types/uuid": "^11.0.0",
"dotenv": "^17.4.2",
"eslint": "^9.39.5",
"eslint-config-next": "^16.3.3",
"postcss": "^8.5.26",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^6.0.3"
}
}