forked from Code-4-Community/everything
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.93 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
{
"name": "everything",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"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",
"@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",
"@swc/helpers": "~0.5.0",
"@vendia/serverless-express": "^4.10.1",
"@zodios/core": "^10.9.0",
"@zodios/express": "^10.6.1",
"cors": "^2.8.5",
"framer-motion": "^10.12.4",
"fuse.js": "^6.6.2",
"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-typical": "^0.1.3",
"tslib": "^2.3.0",
"typed.js": "^2.0.15",
"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-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"
}
}