forked from once-ui-system/magic-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 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
{
"name": "@once-ui-system/magic-portfolio",
"version": "2.3.0",
"scripts": {
"dev": "next dev",
"export": "next export",
"build": "next build",
"biome-write": "npx @biomejs/biome format --write .",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.1.0",
"@next/mdx": "^16.0.10",
"@once-ui-system/core": "latest",
"classnames": "^2.5.1",
"cookie": "^1.0.2",
"gray-matter": "^4.0.3",
"katex": "^0.16.35",
"lint-staged": "^16.1.5",
"next": "^16.0.10",
"next-mdx-remote": "^6.0.0",
"react": "^19.2.4",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0",
"react-katex": "^3.1.0",
"sass": "^1.86.3",
"transliteration": "^2.3.5"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/cookie": "^0.6.0",
"@types/node": "^20.17.30",
"@types/react": "^19.2.4",
"@types/react-dom": "^19.2.3",
"@types/react-katex": "^3.0.4",
"eslint": "^9.25.0",
"typescript": "^5.8.3",
"tzdata": "^1.0.44"
}
}