-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.69 KB
/
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
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
{
"name": "mp3martin-website",
"version": "1.0.0",
"license": "MIT",
"private": true,
"scripts": {
"dev": "yarn lint && NODE_OPTIONS='--inspect' next dev --turbopack",
"build": "next build && next-sitemap",
"start": "next start",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx -c .eslintrc.json --fix --ignore-pattern 'out/'"
},
"dependencies": {
"@heroui/react": "^2.6.14",
"@next/third-parties": "^15.1.4",
"@react-aria/visually-hidden": "^3.8.17",
"@tabler/icons-react": "^3.21.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.8.0",
"@uidotdev/usehooks": "^2.4.1",
"clsx": "^2.1.1",
"detect-it": "^4.0.1",
"framer-motion": "^11.11.11",
"humps": "^2.0.1",
"immer": "^10.1.1",
"intl-messageformat": "^10.7.4",
"javascript-color-gradient": "^2.5.0",
"js-base64": "^3.7.7",
"lodash.kebabcase": "^4.1.1",
"lodash.merge": "^4.6.2",
"next": "15.1.3",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.4",
"react": "^18.3.1",
"react-custom-events": "^1.1.1",
"react-dom": "^18.3.1",
"react-use-websocket": "^4.10.1",
"styled-components": "^6.1.13",
"type-fest": "^4.26.1",
"use-immer": "^0.10.0",
"uuid": "^11.0.2",
"zustand": "^5.0.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "15.1.3",
"@types/humps": "^2",
"@types/javascript-color-gradient": "^2",
"@types/lodash.kebabcase": "^4",
"@types/lodash.merge": "^4",
"@types/node": "^20.17.6",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-semistandard": "^17.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^4.1.4",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"sass": "^1.80.6",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16.9.0"
}
}