-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 2.78 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
{
"name": "@dhruv-techapps/source",
"version": "3.4.37",
"license": "MIT",
"scripts": {
"start": "nx run-many -t serve -p acf-extension acf-options-page acf-i18n",
"release:publish": "nx release publish",
"build": "nx run-many -t build",
"lint": "nx run-many -t lint"
},
"private": true,
"publishConfig": {
"@dhruv-techapps:registry": "https://npm.pkg.github.com"
},
"dependencies": {
"@nx/devkit": "20.4.0",
"@reduxjs/toolkit": "2.5.1",
"@sentry/react": "^8.53.0",
"@tanstack/react-table": "8.20.6",
"@webcomponents/webcomponentsjs": "2.8.0",
"algoliasearch": "5.20.0",
"bootstrap": "5.3.3",
"bootstrap-icons": "1.11.3",
"express": "4.21.2",
"firebase": "11.2.0",
"i18next": "24.2.2",
"i18next-http-backend": "3.0.2",
"instantsearch.css": "8.5.1",
"puppeteer-core": "24.1.1",
"randexp": "0.5.3",
"react": "^19.0.0",
"react-bootstrap": "2.10.9",
"react-dom": "^19.0.0",
"react-i18next": "15.4.0",
"react-instantsearch": "7.15.3",
"react-markdown": "9.0.3",
"react-redux": "9.2.0",
"react-reorder": "3.0.0-alpha.7",
"react-router-dom": "7.1.5",
"react18-json-view": "0.2.8",
"search-insights": "2.17.3",
"tslib": "2.8.1",
"xhr-shim": "0.1.3"
},
"devDependencies": {
"@babel/core": "7.26.7",
"@babel/preset-react": "7.26.3",
"@google-cloud/translate": "8.5.0",
"@nx/esbuild": "20.4.0",
"@nx/eslint": "20.4.0",
"@nx/eslint-plugin": "20.4.0",
"@nx/express": "20.4.0",
"@nx/jest": "20.4.0",
"@nx/js": "20.4.0",
"@nx/node": "20.4.0",
"@nx/plugin": "20.4.0",
"@nx/react": "20.4.0",
"@nx/rollup": "20.4.0",
"@nx/web": "20.4.0",
"@nx/webpack": "20.4.0",
"@nx/workspace": "20.4.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"@sentry/webpack-plugin": "^3.1.1",
"@svgr/webpack": "8.1.0",
"@testing-library/react": "16.2.0",
"@types/chrome": "0.0.300",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.13.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "8.22.0",
"@typescript-eslint/parser": "8.22.0",
"babel-jest": "29.7.0",
"dotenv-webpack": "8.1.0",
"esbuild": "^0.19.12",
"eslint": "9.19.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "29.7.0",
"nx": "20.4.0",
"prettier": "3.4.2",
"react-refresh": "0.16.0",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.7.3"
},
"nx": {
"includedScripts": []
}
}