-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 904 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 904 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
{
"name": "@once-ui-system/docs",
"version": "2.1.0",
"scripts": {
"dev": "next dev",
"build": "rimraf .next/cache && next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@mdx-js/loader": "^3.1.0",
"@next/mdx": "^16.0.10",
"@once-ui-system/core": "latest",
"classnames": "^2.5.1",
"eslint": "^9.21.0",
"eslint-config-next": "15.3.1",
"gray-matter": "^4.0.3",
"next": "16.0.10",
"next-mdx-remote": "^6.0.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-icons": "^5.2.1",
"sass": "^1.77.6",
"sharp": "^0.33.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "19.2.3",
"@types/react-dom": "19.2.3",
"rimraf": "^6.0.1",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.2.3",
"@types/react-dom": "19.2.3"
}
}