-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 991 Bytes
/
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
{
"name": "moonlit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mantine/colors-generator": "^7.1.0",
"@mantine/core": "6.0.20",
"@mantine/dropzone": "6.0.20",
"@mantine/form": "6.0.20",
"@mantine/hooks": "6.0.20",
"@mantine/notifications": "6.0.20",
"@tabler/icons-react": "^2.34.0",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"chroma-js": "^2.4.2",
"color-thief-ts": "^1.1.1",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"id3-parser": "^3.0.0",
"jotai": "^2.8.0",
"localforage": "^1.10.0",
"next": "14.2.5",
"nosleep.js": "^0.12.0",
"nuqs": "^1.17.1",
"posthog-js": "^1.130.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tone": "^14.7.77",
"typescript": "5.2.2",
"worker-timers": "^7.1.7"
}
}