-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
91 lines (91 loc) · 2.53 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": "@dhruv-techapps/source",
"version": "3.4.37",
"license": "MIT",
"scripts": {
"start": ""
},
"private": true,
"dependencies": {
"@nx/devkit": "17.2.8",
"@reactour/tour": "^3.6.1",
"@reduxjs/toolkit": "^2.0.1",
"@sentry/browser": "^7.93.0",
"@sentry/react": "^7.93.0",
"@swc/helpers": "0.5.3",
"@tanstack/react-table": "^8.9.3",
"@webcomponents/webcomponentsjs": "^2.8.0",
"axios": "^1.6.0",
"bootstrap-icons": "^1.11.3",
"discord.js": "^14.12.1",
"express": "^4.18.1",
"i18next": "^23.7.16",
"i18next-http-backend": "^2.2.1",
"randexp": "^0.5.3",
"react": "18.2.0",
"react-bootstrap": "^2.9.2",
"react-dom": "18.2.0",
"react-i18next": "^14.0.0",
"react-redux": "^9.0.0",
"react-reorder": "^3.0.0-alpha.7",
"sitemap": "^7.1.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@nx/cypress": "17.2.8",
"@nx/esbuild": "17.2.8",
"@nx/eslint": "17.2.8",
"@nx/eslint-plugin": "17.2.8",
"@nx/express": "17.2.8",
"@nx/jest": "17.2.8",
"@nx/js": "17.2.8",
"@nx/node": "17.2.8",
"@nx/plugin": "17.2.8",
"@nx/react": "17.2.8",
"@nx/rollup": "17.2.8",
"@nx/web": "17.2.8",
"@nx/webpack": "17.2.8",
"@nx/workspace": "17.2.8",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@sentry/webpack-plugin": "^2.10.2",
"@svgr/webpack": "^8.1.0",
"@swc-node/register": "1.6.8",
"@swc/cli": "~0.1.62",
"@swc/core": "1.3.90",
"@testing-library/react": "14.1.2",
"@types/chrome": "^0.0.242",
"@types/express": "4.17.21",
"@types/jest": "^29.5.11",
"@types/node": "20.11.1",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"babel-jest": "^29.4.1",
"cypress": "^13.0.0",
"dotenv-webpack": "^8.0.1",
"esbuild": "0.19.2",
"eslint": "8.48.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.6.1",
"jest-environment-node": "^29.4.1",
"nx": "17.2.8",
"prettier": "^2.6.2",
"puppeteer": "^21.1.0",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"web-ext": "^7.9.0"
},
"nx": {
"includedScripts": []
}
}