XeNote/package.json

52 lines
1.4 KiB
JSON
Raw Normal View History

2020-11-28 15:45:01 +00:00
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
2020-12-06 19:40:20 +00:00
"start": "next start",
"deploy": "yarn build && git add . && git commit -m '...' && git push"
2020-11-28 15:45:01 +00:00
},
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "latest",
"@mui/lab": "latest",
"@mui/material": "latest",
2020-11-30 11:29:34 +00:00
"cytoscape-d3-force": "^1.1.4",
"cytoscape-node-html-label": "^1.2.1",
"d3": "^6.2.0",
2022-03-23 03:50:06 +00:00
"directory-tree": "^3.2.2",
2020-11-28 15:45:01 +00:00
"fs": "^0.0.1-security",
"gray-matter": "^4.0.2",
"jsnetworkx": "^0.3.4",
2022-03-23 04:14:40 +00:00
"next": "12",
2020-11-28 15:45:01 +00:00
"path": "^0.12.7",
2022-03-23 04:14:40 +00:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
2022-03-23 03:50:06 +00:00
"react-folder-tree": "^5.0.3",
2020-11-28 15:45:01 +00:00
"remark": "^13.0.0",
2020-12-01 20:30:06 +00:00
"remark-collapse": "^0.1.2",
2020-11-30 11:29:34 +00:00
"remark-external-links": "^8.0.0",
"remark-highlight.js": "^6.0.0",
2020-11-28 15:45:01 +00:00
"remark-html": "^13.0.1",
"remark-parse": "^9.0.0",
"remark-preset-lint-markdown-style-guide": "^4.0.0",
"remark-wiki-link": "^1.0.0",
2020-11-30 11:29:34 +00:00
"to-vfile": "^6.1.0",
2020-11-28 15:45:01 +00:00
"unified": "^9.2.0",
"vfile-reporter": "^6.0.1"
2020-11-28 15:45:01 +00:00
},
"devDependencies": {
"bimap": "^0.0.15",
2020-11-30 11:29:34 +00:00
"cytoscape": "^3.17.0",
2020-11-28 15:45:01 +00:00
"remark-frontmatter": "^3.0.0",
2020-11-30 11:29:34 +00:00
"remark-react": "^8.0.0",
2022-03-23 03:50:06 +00:00
"remark-stringify": "^9.0.0",
"uuid": "^8.3.2"
2020-11-28 15:45:01 +00:00
}
}