-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "melodymania-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "3.0.1",
"@mdx-js/react": "3.0.1",
"@next/font": "14.2.4",
"@next/mdx": "14.2.4",
"@types/bootstrap": "5.2.10",
"@types/platform": "1.3.6",
"@types/react-bootstrap": "0.32.36",
"@types/uuid": "10.0.0",
"bootstrap": "5.3.3",
"bootstrap-icons": "1.11.3",
"he": "1.2.0",
"next": "14.2.4",
"next-i18next": "15.3.0",
"next-language-detector": "1.1.0",
"platform": "1.3.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"rehype-slug": "6.0.0",
"typewriter-effect": "2.21.0",
"uuid": "10.0.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "20.14.8",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"eslint": "8.21.0",
"eslint-config-next": "13.1.1",
"http-server": "14.1.1",
"tsx": "^4.19.2",
"typescript": "5.5.2"
}
}