-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
100 lines (100 loc) · 2.95 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "dfda-monorepo",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"start-api": "cd apps/api-gateway && npm run start",
"cypress:open": "cd apps/dfda-1 && npm run cy:open",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"api-spec": "nx generate @trumbitta/nx-plugin-openapi:api-spec",
"api-lib": "nx generate @trumbitta/nx-plugin-openapi:api-lib",
"router": "node router.js"
},
"private": true,
"dependencies": {
"@bugsnag/js": "^7.10.0",
"@nrwl/nx-plugin": "^15.9.7",
"@octokit/rest": "^19.0.5",
"app-root-path": "^3.1.0",
"axios": "^1.6.0",
"clsx": "^1.2.1",
"core-js": "^3.6.5",
"dotenv": "^16.0.3",
"mathjs": "^11.3.0",
"next": "13",
"prism-react-renderer": "^1.3.5",
"q": "^1.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-query": "^3.39.2",
"regenerator-runtime": "0.13.7",
"rimraf": "^3.0.2",
"tslib": "^2.3.0",
"typechat": "^0.0.10",
"underscore.string": "^3.3.6"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.521.0",
"@aws-sdk/lib-storage": "^3.521.0",
"@babel/preset-react": "^7.14.5",
"@nrwl/cli": "15.9.2",
"@nrwl/cypress": "15.9.7",
"@nrwl/devkit": "15.9.2",
"@nrwl/eslint-plugin-nx": "^15.9.7",
"@nrwl/express": "^15.9.7",
"@nrwl/jest": "15.9.2",
"@nrwl/js": "15.9.7",
"@nrwl/next": "^15.9.7",
"@nrwl/node": "^15.9.7",
"@nrwl/nx-cloud": "^18.0.0",
"@nrwl/react": "^15.9.7",
"@nrwl/web": "^15.9.7",
"@nrwl/webpack": "15.9.2",
"@nrwl/workspace": "18.1.3",
"@openapitools/openapi-generator-cli": "^2.13.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^6.1.2",
"@testing-library/react": "14.0.0",
"@trumbitta/nx-plugin-openapi": "^1.12.1",
"@types/jest": "29.4.4",
"@types/node": "^18.15.11",
"@types/q": "^1.5.5",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/rimraf": "^3.0.2",
"@types/underscore.string": "^0.0.38",
"@typescript-eslint/eslint-plugin": "5.3.1",
"aws-sdk": "^2.1264.0",
"babel-jest": "29.4.3",
"chai": "^5.1.0",
"cypress": "^13.7.0",
"eslint-config-next": "13.1.1",
"eslint-plugin-cypress": "^2.10.3",
"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",
"fast-glob": "^3.2.12",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-environment-node": "^29.4.1",
"json2csv": "^6.0.0-alpha.2",
"jsonc-eslint-parser": "^2.1.0",
"markdown-it": "^14.0.0",
"mime-types": "^2.1.35",
"mocha": "^10.3.0",
"nx": "15.9.2",
"openai": "^4.29.2",
"prettier": "^2.6.2",
"react-refresh": "^0.10.0",
"react-test-renderer": "18.2.0",
"slugify": "^1.6.6",
"sqlite3": "^5.1.6",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typescript": "5.3.3",
"url-loader": "^4.1.1"
}
}