-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.19 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
{
"name": "typesense-zen-cart",
"version": "1.0.2",
"description": "Typesense integration for Zen Cart (Instant Search plugin add-on)",
"scripts": {
"build-typesense_dashboard-dev": "npx webpack --config-name typesense_dashboard --mode=development",
"build-typesense_dashboard": "npx webpack --config-name typesense_dashboard --mode=production"
},
"author": "marco-pm",
"license": "GPL-2.0-or-later",
"repository": {
"url": "https://github.com/marco-pm/zencart_typesense"
},
"devDependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.8",
"@tanstack/react-query": "^4.22.4",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"eslint": "^8.33.0",
"framer-motion": "^8.5.0",
"html-dom-parser": "^3.1.3",
"html-react-parser": "^3.0.8",
"mui-chips-input": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"typesense": "^1.5.0",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.1"
}
}