-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.93 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.93 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@data-driven-forms/react-renderer-demo",
"version": "4.1.2",
"description": "Documentation page for Data Driven Forms.",
"homepage": "https://data-driven-forms.org/",
"bugs": "https://github.com/data-driven-forms/react-forms/issues",
"repository": {
"type": "git",
"url": "https://github.com/data-driven-forms/react-forms",
"directory": "packages/react-renderer-demo"
},
"private": true,
"scripts": {
"dev": "next src/",
"build": "npm run generate:examples && next build src/",
"start": "next start src/",
"analyze": "ANALYZE=true next build src/",
"lint": "eslint ./src",
"generate:examples": "node ./scripts/generate-component-examples"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.20.0",
"@data-driven-forms/mui-component-mapper": "*",
"@data-driven-forms/react-form-renderer": "*",
"@date-io/date-fns": "^2.17.0",
"@docsearch/css": "^3.2.1",
"@docsearch/react": "^3.2.1",
"@emotion/cache": "^11.14.0",
"@emotion/server": "^11.11.0",
"@mdx-js/loader": "^2.2.1",
"@mdx-js/react": "^2.2.1",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.18.0",
"@mui/material-nextjs": "^7.3.7",
"@mui/system": "^5.10.4",
"@mui/x-date-pickers": "^5.0.1",
"@next/bundle-analyzer": "^15.3.1",
"clsx": "^1.1.1",
"markdown-to-jsx": "^7.1.6",
"next": "^15.3.1",
"prism-react-renderer": "^2.4.1",
"raw-loader": "^4.0.2",
"react": "^19.0.0",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^19.0.0",
"react-github-btn": "^1.2.2",
"react-sticky-box": "^1.0.2",
"webpack": "^5.66.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"glob": "^7.2.3",
"remark-gfm": "^3.0.1",
"rimraf": "^3.0.2"
}
}