forked from microreact/server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.37 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
73
74
75
76
77
78
{
"name": "microreact",
"version": "266.0.0",
"private": true,
"scripts": {
"dev": "NEXTAUTH_URL=http://localhost:8082 next dev --port=8082",
"build": "next build",
"lint": "next lint",
"local": "NEXTAUTH_URL=http://localhost:8082 next start -- -p 8082",
"start": "next start",
"mm": "migrate-mongo",
"release": "npm version major && git push && git push --tags",
"init": "git submodule update --init && npm install",
"version": "cat package.json | jq -r .version | cut -d'.' -f 1"
},
"dependencies": {
"@emotion/cache": "^11.10.1",
"@emotion/react": "^11.10.0",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@fontsource/open-sans": "^5.0.22",
"@fontsource/space-grotesk": "^5.0.16",
"@mdi/js": "^7.0.96",
"@mdi/react": "^1.6.1",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.10.0",
"@next-auth/mongodb-adapter": "^1.0.1",
"axios": "^0.21.1",
"boolean": "^3.1.4",
"bytes": "^3.1.2",
"cgps-application-server": "github:cgps-dev/application-server#v24.0.0",
"cgps-stdlib": "file:cgps-stdlib",
"change-case": "^5.4.0",
"clsx": "^1.1.1",
"ejs": "^3.1.6",
"email-templates": "^8.0.3",
"feedback-screenshot-tool": "^1.0.5",
"ftp-get": "^0.3.1",
"googleapis": "^89.0.0",
"gravatar": "^1.8.1",
"jsftp": "^2.1.3",
"jsonschema": "^1.4.0",
"lodash.debounce": "^4.0.8",
"merge-options": "^3.0.4",
"microreact-viewer": "file:microreact-viewer",
"microreact.js": "github:data-flo/microreact.js",
"migrate-mongo": "^8.1.4",
"mkdirp": "^1.0.4",
"mongodb": "^4.7.0",
"mongoose": "^5.11.16",
"next": "12.2.5",
"next-auth": "^4.12.0",
"node-uuid": "^1.4.8",
"nodemailer": "^6.6.5",
"notistack": "^2.0.5",
"papaparse": "^5.3.0",
"path-exists": "^4.0.0",
"pino": "^8.17.2",
"react": "17.0.2",
"react-beforeunload": "^2.5.2",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "17.0.2",
"react-redux": "^8.0.2",
"request": "^2.88.2",
"short-uuid": "^4.1.0",
"slugify": "^1.4.6",
"swr": "^2.2.0",
"tmp-promise": "^3.0.2",
"valid-url": "^1.0.9",
"writers-digest": "^1.1.0"
},
"devDependencies": {
"eslint": "8.24.0",
"eslint-config-cgps": "github:cgps-group/eslint-config",
"eslint-config-next": "12.2.5"
},
"peerOptionalDependencies": {}
}