-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 890 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 890 Bytes
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
{
"name": "annotator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "sh -c 'next start -H ${0} -p ${1}'"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"blurhash": "^1.1.3",
"highlight.js": "^10.6.0",
"lodash": "4.17.15",
"markdown-to-jsx": "^7.1.2",
"material-ui-color": "^1.1.0",
"mongoose": "^5.11.17",
"next": "10.0.7",
"next-auth": "^3.4.2",
"rbac": "^5.0.3",
"react": "17.0.1",
"react-blurhash": "^0.1.3",
"react-dom": "17.0.1",
"react-image": "^4.0.3",
"role-acl": "^4.5.4",
"styled-components": "^5.2.1",
"unsplash-js": "^7.0.4"
},
"devDependencies": {
"@types/next-auth": "^3.1.24",
"eslint": "^7.20.0",
"prettier": "^2.2.1"
}
}