-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.73 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
{
"name": "betterlox-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"debug": "NODE_OPTIONS='--inspect' next dev",
"next": "next",
"build": "next build",
"start": "next start -p $PORT",
"lint": "next lint"
},
"dependencies": {
"@elastic/apm-rum": "^5.12.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@fontsource/inter": "^4.5.5",
"@fontsource/rubik": "^4.5.10",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.91",
"@mui/material": "^5.9.1",
"@mui/x-data-grid": "^5.6.1",
"@rhodesjason/loxdb": "^4.2.0",
"@sendgrid/mail": "^7.6.2",
"@types/lodash.merge": "^4.6.7",
"@types/node-fetch": "^2.6.1",
"axios": "^0.27.2",
"body-parser": "^1.19.2",
"clsx": "^1.1.1",
"express": "^4.17.3",
"fast-csv": "^4.3.6",
"formik": "^2.2.9",
"formik-mui": "^5.0.0-alpha.0",
"http-proxy-middleware": "^2.0.4",
"just-debounce": "^1.1.0",
"lodash.merge": "^4.6.2",
"moviedb-promise": "^3.1.13",
"next": "^13.1.6",
"node-fetch": "^3.2.10",
"nodemon": "^2.0.15",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-data-grid": "^7.0.0-beta.14",
"react-dom": "^18.2.0",
"sharp": "^0.31.0",
"yup": "^1.0.0-beta.3"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "17.0.21",
"@types/react": "17.0.40",
"eslint": "8.11.0",
"eslint-config-next": "^12.3.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.6.0",
"ts-node": "^10.7.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "4.6.2"
},
"cacheDirectories": [
".next/cache"
],
"engines": {
"node": "16.x"
}
}