-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 882 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 882 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
{
"name": "@tiny-design/docs",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite serve",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@mdx-js/react": "^3.1.1",
"@stackblitz/sdk": "^1.11.0",
"@tiny-design/charts": "workspace:*",
"@tiny-design/icons": "workspace:*",
"@tiny-design/react": "workspace:*",
"@tiny-design/tokens": "workspace:*",
"codesandbox": "^2.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.0.0",
"react-runner": "^1.0.5",
"recharts": "^2.15.0"
},
"devDependencies": {
"@mdx-js/rollup": "^3.1.1",
"@vitejs/plugin-react": "^5.1.4",
"autoprefixer": "^10.4.4",
"prism-react-renderer": "^2.3.0",
"rehype-mdx-code-props": "^3.0.1",
"remark-gfm": "^4.0.1",
"sass": "^1.49.9",
"vite": "^7.3.2"
}
}