-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
58 lines (58 loc) · 1.67 KB
/
package.json
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
57
58
{
"name": "cfde-knowledge-exchange",
"version": "1.1.58",
"private": true,
"scripts": {
"dev": "NODE_ENV=development next dev",
"build": "NODE_ENV=production next build",
"start": "next start",
"lint": "next lint",
"version:major": "npm version --no-git-tag-version major",
"version:minor": "npm version --no-git-tag-version minor",
"version:patch": "npm version --no-git-tag-version patch"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mdi/font": "^7.1.96",
"@mdi/js": "^7.1.96",
"@mdi/react": "^1.6.1",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.4",
"@mui/x-data-grid": "^5.10.0",
"color": "^4.2.3",
"cytoscape": "^3.21.0",
"cytoscape-avsdf": "^1.0.0",
"cytoscape-fcose": "^2.1.0",
"cytoscape-popper": "^2.0.0",
"cytoscape-svg": "^0.4.0",
"downloadjs": "^1.4.7",
"file-saver": "^2.0.5",
"html-react-parser": "^3.0.4",
"html-to-image": "^1.11.11",
"isomorphic-unfetch": "^3.1.0",
"js-cookie": "^3.0.1",
"js-file-download": "^0.4.12",
"jszip": "^3.10.1",
"memory-cache": "^0.2.0",
"neo4j-driver": "^4.4.5",
"next": "^12.1.0",
"nextjs-google-analytics": "^2.2.2",
"node-fetch": "^3.2.10",
"number-to-words": "^1.2.4",
"react": "17.0.2",
"react-cytoscapejs": "^1.2.1",
"react-dom": "17.0.2",
"react-markdown": "^8.0.3",
"recharts": "^2.1.9",
"recharts-to-png": "^2.2.1",
"remark-gfm": "^3.0.1",
"use-async-effect": "^2.2.5"
},
"devDependencies": {
"@types/node": "^17.0.31",
"eslint": "8.14.0",
"eslint-config-next": "12.1.6",
"typescript": "^4.6.4"
}
}