68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"name": "my-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "rm -rf graph-data.json && next dev ",
|
|
"build": "rm -rf graph-data.json && next build",
|
|
"start": "next start",
|
|
"deploy": "yarn build && git add . && git commit -m '...' && git push"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/cache": "latest",
|
|
"@emotion/react": "latest",
|
|
"@emotion/server": "latest",
|
|
"@emotion/styled": "latest",
|
|
"@mui/icons-material": "latest",
|
|
"@mui/lab": "latest",
|
|
"@mui/material": "latest",
|
|
"@mui/x-tree-view": "^6.17.0",
|
|
"cytoscape-d3-force": "latest",
|
|
"cytoscape-node-html-label": "latest",
|
|
"d3": "latest",
|
|
"directory-tree": "latest",
|
|
"fs": "latest",
|
|
"gray-matter": "latest",
|
|
"jsnetworkx": "latest",
|
|
"mdast-util-to-string": "latest",
|
|
"next": "14.0.4",
|
|
"next-plausible": "latest",
|
|
"path": "latest",
|
|
"react": "^18",
|
|
"react-cytoscapejs": "latest",
|
|
"react-dom": "^18",
|
|
"react-folder-tree": "latest",
|
|
"rehype-prism-plus": "latest",
|
|
"rehype-react": "latest",
|
|
"rehype-stringify": "latest",
|
|
"remark": "latest",
|
|
"remark-collapse": "latest",
|
|
"remark-external-links": "latest",
|
|
"remark-highlight.js": "latest",
|
|
"remark-html": "latest",
|
|
"remark-parse": "latest",
|
|
"remark-preset-lint-markdown-style-guide": "latest",
|
|
"remark-rehype": "latest",
|
|
"remark-wiki-link": "latest",
|
|
"to-vfile": "latest",
|
|
"unified": "latest",
|
|
"unist-util-visit": "latest",
|
|
"vfile-reporter": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"bimap": "latest",
|
|
"cytoscape": "latest",
|
|
"eslint": "latest",
|
|
"eslint-config-next": "latest",
|
|
"remark-frontmatter": "latest",
|
|
"remark-react": "latest",
|
|
"remark-stringify": "latest",
|
|
"uuid": "latest"
|
|
},
|
|
"resolutions": {
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"next": "^14"
|
|
}
|
|
}
|