-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.32 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
79
80
81
{
"name": "@teloal/source",
"version": "0.0.0",
"license": "MIT",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/server": "11.11.0",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@loopback/boot": "^6.1.2",
"@loopback/core": "^5.1.2",
"@loopback/cron": "^0.11.3",
"@loopback/health": "^0.13.2",
"@loopback/metrics": "^0.13.2",
"@loopback/repository": "^6.1.3",
"@loopback/rest": "^13.1.2",
"@loopback/rest-explorer": "^6.1.2",
"@loopback/service-proxy": "^6.1.2",
"@mui/icons-material": "^5.14.19",
"@mui/lab": "^5.0.0-alpha.154",
"@mui/material": "^5.14.19",
"@telokys/ts-meta-types": "^2.1.3",
"bcrypt": "^5.1.1",
"cheerio": "^1.0.0-rc.12",
"config": "^3.3.9",
"debug": "^4.3.4",
"dotenv": "^16.3.1",
"got": "^11.8.6",
"lodash": "^4.17.21",
"loopback-connector-mongodb": "^5.6.0",
"loopback-connector-rest": "^3.7.0",
"ms": "^2.1.3",
"next": "13.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tslib": "^2.3.0",
"yargs": "14.2.2"
},
"devDependencies": {
"@loopback/build": "^10.1.2",
"@loopback/cli": "^5.2.2",
"@loopback/eslint-config": "^14.0.3",
"@loopback/testlab": "^6.1.2",
"@nx/jest": "16.8.1",
"@nx/js": "16.8.1",
"@nx/next": "^16.8.1",
"@nx/node": "16.8.1",
"@nx/react": "16.8.1",
"@nx/workspace": "16.8.1",
"@swc/plugin-emotion": "^2.5.67",
"@testing-library/react": "14.0.0",
"@types/bcrypt": "^5.0.2",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.198",
"@types/node": "18.14.2",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"ajv": "^8.12.0",
"babel-jest": "^29.4.1",
"eslint": "^8.47.0",
"eslint-config-next": "13.4.1",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jmake": "^2.4.1",
"nx": "16.8.1",
"nx-loopback4": "^0.1.0",
"prettier": "^2.6.2",
"source-map-support": "^0.5.21",
"ts-jest": "^29.1.0",
"ts-json-schema-generator": "^1.5.0",
"ts-node": "10.9.1",
"tsc-watch": "6.0.0",
"typed-adventureland": "^0.0.41",
"typescript": "~5.1.6"
}
}