-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.99 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.99 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
{
"homepage": "https://brozinsky.github.io/chords-lab/",
"name": "chords-lab",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@formkit/auto-animate": "^0.7.0",
"@headlessui/react": "^1.7.17",
"@mantine/core": "^7.1.7",
"@mantine/hooks": "^7.1.7",
"@popperjs/core": "^2.11.8",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@tanstack/react-query": "^5.12.2",
"@tanstack/react-query-devtools": "^5.12.2",
"@types/history": "^5.0.0",
"@types/howler": "^2.2.9",
"@types/node": "^20.6.0",
"@types/ramda": "^0.29.4",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/shortid": "^0.0.29",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"framer-motion": "^10.16.4",
"gh-pages": "^6.1.0",
"howler": "^2.2.3",
"ramda": "^0.29.0",
"react": "^18.2.0",
"react-aria": "^3.27.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.2",
"react-howler": "^5.2.0",
"react-infinite-scroll": "^0.1.5",
"react-router": "^6.16.0",
"react-router-dom": "^6.15.0",
"react-stately": "^3.25.0",
"react-tooltip": "^5.21.4",
"shortid": "^2.2.16",
"swiper": "10.0.0",
"tailwind-merge": "^1.14.0",
"tonal": "^5.0.0",
"use-sound": "^4.0.1",
"vercel": "^32.3.0",
"zustand": "^4.4.1"
},
"devDependencies": {
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"sass": "^1.57.1",
"tailwindcss": "^3.2.4",
"typescript": "^5.2.2",
"vite": "^4.4.9"
}
}