-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.12 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"private": true,
"scripts": {
"lint": "eslint --fix . && echo 'Lint complete.'",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.5.0",
"@headlessui/react": "^1.4.1",
"@reduxjs/toolkit": "^1.7.2",
"@sentry/nextjs": "^6.15.0",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@tinymce/tinymce-react": "^4.0.0",
"@tippyjs/react": "^4.2.5",
"@types/react-redux": "^7.1.22",
"cytoscape": "^3.21.0",
"cytoscape-dagre": "^2.3.2",
"cytoscape-edgehandles": "^4.0.1",
"cytoscape-popper": "^2.0.0",
"cytoscape-undo-redo": "^1.3.3",
"dagre": "^0.8.5",
"dotenv": "^10.0.0",
"fuse.js": "^6.5.3",
"html-react-parser": "^1.4.10",
"jose": "^3.20.1",
"jquery": "^3.6.0",
"lodash.isequal": "^4.5.0",
"marked-react": "^1.0.3",
"mixpanel-browser": "^2.42.0",
"next": "latest",
"next-csrf": "^0.1.2",
"node-html-parser": "^5.2.0",
"popper": "^1.0.1",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-async": "^10.0.1",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0",
"react-katex": "^2.0.2",
"react-redux": "^7.2.6",
"react-scripts": "^5.0.0",
"redux": "^4.1.2",
"styled-components": "^4.4.1",
"tippy.js": "^6.3.2"
},
"devDependencies": {
"@heroicons/react": "^1.0.4",
"@next/eslint-plugin-next": "^12.1.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@types/cytoscape": "^3.19.2",
"@types/cytoscape-edgehandles": "^4.0.0",
"@types/react": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.9.0",
"eslint-config-next": "^12.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss": "^8.4.6",
"postcss-nested": "^5.0.6",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.7",
"tailwindcss": "^3.0.23",
"typescript": "^4.5.5"
}
}