-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.48 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
{
"name": "hcabel-monorepo",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"lint": "nx lint"
},
"private": true,
"dependencies": {
"@babel/core": "~7.8.7",
"@nrwl/next": "15.3.0",
"@types/js-cookie": "^3.0.3",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"core-js": "^3.32.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"glslify-loader": "^2.0.0",
"helmet": "^6.2.0",
"js-cookie": "^3.0.5",
"mongoose": "^6.11.5",
"next": "13.0.6",
"pnpm": "^7.33.5",
"raw-loader": "^4.0.2",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-router-dom": "^6.14.2",
"regenerator-runtime": "0.13.7",
"sharp": "^0.31.3",
"stats.js": "^0.17.0",
"tslib": "^2.6.1",
"webpack": "^5.88.2",
"ws": "^8.13.0"
},
"devDependencies": {
"@jest/globals": "^29.6.2",
"@jest/types": "^29.6.1",
"@nrwl/cli": "14.7.3",
"@nrwl/cypress": "14.7.3",
"@nrwl/eslint-plugin-nx": "14.7.3",
"@nrwl/express": "^14.8.8",
"@nrwl/jest": "14.7.3",
"@nrwl/js": "^15.9.4",
"@nrwl/linter": "15.6.0",
"@nrwl/node": "14.8.2",
"@nrwl/nx-cloud": "^16.2.0",
"@nrwl/react": "14.7.3",
"@nrwl/web": "14.7.3",
"@nrwl/workspace": "14.7.3",
"@svgr/webpack": "^6.5.1",
"@testing-library/react": "13.3.0",
"@types/body-parser": "^1.19.2",
"@types/cors": "^2.8.13",
"@types/express": "4.17.13",
"@types/jest": "^29.5.3",
"@types/node": "16.11.7",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@types/stats.js": "^0.17.0",
"@types/supertest": "^2.0.12",
"@types/three": "^0.144.0",
"@typescript-eslint/eslint-plugin": "~5.33.1",
"@typescript-eslint/parser": "~5.33.1",
"babel-jest": "28.1.1",
"cypress": "12.0.2",
"eslint": "~8.15.0",
"eslint-config-next": "13.0.6",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.1",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"nx": "15.3.0",
"prettier": "^2.8.8",
"react-test-renderer": "18.2.0",
"sass": "1.54.5",
"supertest": "^6.3.3",
"three": "^0.144.0",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typescript": "~4.7.4"
}
}