forked from Code-4-Community/scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
129 lines (129 loc) · 4.15 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "everything",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"format:check": "prettier --check apps/{frontend,backend}/src/**/*.{js,ts,tsx}",
"format": "prettier --write apps/{frontend,backend}/src/**/*.{js,ts,tsx}",
"lint:check": "eslint apps/frontend --ext .ts,.tsx && eslint apps/backend --ext .ts,.tsx",
"lint": "eslint apps/frontend --ext .ts,.tsx --fix && eslint apps/backend --ext .ts,.tsx --fix",
"prepush": "yarn run format:check && yarn run lint:check",
"prepush:fix": "yarn run format && yarn run lint"
},
"private": true,
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.319.0",
"@aws-sdk/util-dynamodb": "^3.319.0",
"@blueprintjs/core": "^4.18.0",
"@blueprintjs/table": "^4.10.1",
"@chakra-ui/icons": "^2.0.18",
"@chakra-ui/react": "^2.5.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@faker-js/faker": "^7.6.0",
"@googlemaps/js-api-loader": "^1.16.2",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.1",
"@mui/styles": "^5.12.0",
"@nestjs/common": "^10.0.2",
"@nestjs/core": "^10.0.2",
"@nestjs/platform-express": "^10.0.2",
"@nestjs/swagger": "^7.1.12",
"@nestjs/testing": "^10.4.4",
"@nestjs/typeorm": "^10.0.0",
"@react-google-maps/api": "^2.19.0",
"@swc/helpers": "~0.5.0",
"@types/googlemaps": "^3.43.3",
"@types/mongodb": "^4.0.7",
"@vendia/serverless-express": "^4.10.1",
"@zodios/core": "^10.9.0",
"@zodios/express": "^10.6.1",
"antd": "^5.8.5",
"axios": "^1.5.0",
"bootstrap": "^5.3.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"framer-motion": "^10.12.4",
"fuse.js": "^6.6.2",
"google-maps": "^4.3.3",
"mongodb": "5.9.0",
"nestjs": "^0.0.1",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-geolocated": "^4.0.3",
"react-helmet": "^6.1.0",
"react-infinite-scroll-component": "^6.1.0",
"react-lazy-load-image-component": "^1.5.6",
"react-query": "^3.39.3",
"react-reveal": "^1.2.2",
"react-router-dom": "6.11.2",
"react-scripts": "^5.0.1",
"react-typical": "^0.1.3",
"reflect-metadata": "^0.1.13",
"styled-components": "^6.0.5",
"tslib": "^2.3.0",
"typed.js": "^2.0.15",
"typeorm": "^0.3.17",
"vite-plugin-svgr": "^2.4.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@babel/preset-react": "^7.14.5",
"@nx/cypress": "16.3.2",
"@nx/eslint-plugin": "16.3.2",
"@nx/express": "16.3.2",
"@nx/jest": "16.3.2",
"@nx/js": "16.3.2",
"@nx/linter": "16.3.2",
"@nx/react": "16.3.2",
"@nx/vite": "16.3.2",
"@nx/webpack": "16.3.2",
"@nx/workspace": "16.3.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "8.0.1",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.51",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "14.0.0",
"@types/jest": "^29.4.0",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react-helmet": "^6.1.6",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.58.0",
"@vitejs/plugin-react": "^3.0.0",
"@vitest/coverage-c8": "0.31.0",
"@vitest/ui": "0.31.0",
"babel-jest": "^29.4.1",
"cypress": "12.11.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"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",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jsdom": "~20.0.3",
"nx": "16.3.2",
"nx-cloud": "16.0.5",
"prettier": "^2.6.2",
"react-error-overlay": "6.0.9",
"react-refresh": "^0.10.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.0.4",
"url-loader": "^4.1.1",
"vite": "4.3.4",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.31.0"
}
}