-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 980 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 980 Bytes
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": "codestar-website-next",
"version": "1.0.0",
"private": true,
"scripts": {
"devTurbo": "next dev --turbopack",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "3.1.0",
"@mdx-js/react": "3.1.0",
"@next/mdx": "15.1.7",
"fast-xml-parser": "5.0.1",
"graphql-request": "7.2.0",
"html-to-text": "9.0.5",
"next": "15.1.7",
"react": "19.0.0",
"react-dom": "19.0.0",
"remark-frontmatter": "5.0.0",
"remark-mdx-frontmatter": "5.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "3.2.0",
"@types/html-to-text": "9.0.4",
"@types/mdx": "2.0.13",
"@types/node": "20.17.19",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"ajv": "^8.18.0",
"eslint": "9.20.1",
"eslint-config-next": "15.1.7",
"json-schema-traverse": "^1.0.0",
"sass": "1.85.0",
"typescript": "5.7.3"
}
}