-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 3.51 KB
/
Copy pathpackage.json
File metadata and controls
107 lines (107 loc) · 3.51 KB
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
{
"name": "lwc-react-interop",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "webpack serve --mode development",
"build": "webpack --mode production",
"generate-lwc": "node scripts/cli.js",
"generate": "node scripts/generate-single.js",
"generate:app": "node scripts/generate-app.js",
"generate-react": "node scripts/cli.js --react",
"generate-reactdom": "node scripts/cli.js --reactdom",
"generate-all": "node scripts/cli.js --all",
"deploy": "node scripts/deploy-cli.js",
"deploy-validate": "node scripts/deploy-cli.js --validate",
"deploy-verbose": "node scripts/deploy-cli.js --verbose",
"test": "echo \"Error: no test specified\" && exit 1",
"ready": "yarn clean && yarn generate --componentName landingPage && yarn generate-react && yarn generate-reactdom && yarn deploy --org myorg",
"clean": "rm -rf dist"
},
"dependencies": {
"@ant-design/icons": "^6.1.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@emotion/cache": "^11.14.0",
"@fullcalendar/daygrid": "^6.1.20",
"@fullcalendar/react": "^6.1.20",
"@hookform/resolvers": "^5.2.2",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@material-ui/pickers": "^3.3.11",
"@radix-ui/react-slot": "^1.2.3",
"@tanstack/react-query": "^5.90.16",
"@tanstack/react-table": "^8.21.3",
"antd": "^6.1.4",
"autoprefixer": "^10.4.21",
"axios": "^1.13.2",
"chart.js": "^4.5.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"draft-js": "^0.11.7",
"formik": "^2.4.9",
"framer-motion": "^12.24.12",
"i18next": "^25.7.4",
"lodash": "^4.17.21",
"lucide-react": "^0.544.0",
"moment": "^2.30.1",
"postcss": "^8.5.6",
"postcss-loader": "^8.2.0",
"quill": "^2.0.3",
"react": "^18.2.0",
"react-chartjs-2": "^5.3.1",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-hook-form": "^7.70.0",
"react-i18next": "^16.5.1",
"react-quill": "^2.0.0",
"recharts": "^3.2.1",
"slate": "^0.120.0",
"slate-react": "^0.120.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.14",
"tailwindcss-animate": "^1.0.7",
"yup": "^1.7.1"
},
"devDependencies": {
"@babel/core": "^7.22.0",
"@babel/preset-env": "^7.22.0",
"@babel/preset-react": "^7.22.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@langchain/core": "^0.3.77",
"@langchain/langgraph": "^0.4.9",
"@langchain/openai": "^0.6.13",
"@lwc/eslint-plugin-lwc": "^3.2.0",
"@mui/icons-material": "^7.3.7",
"@mui/material": "^7.3.7",
"@prettier/plugin-xml": "^3.4.2",
"@salesforce/eslint-config-lwc": "^4.0.0",
"@salesforce/eslint-plugin-aura": "^3.0.0",
"@salesforce/eslint-plugin-lightning": "^2.0.0",
"@salesforce/sfdx-lwc-jest": "^7.1.0",
"babel-loader": "^9.1.0",
"css-loader": "^6.8.0",
"d3": "^7.9.0",
"eslint": "^9.34.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.0.1",
"html-webpack-plugin": "^5.5.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.5",
"mini-css-extract-plugin": "^2.9.4",
"prettier": "^3.6.2",
"prettier-plugin-apex": "^2.2.6",
"react-router-dom": "^6.20.0",
"style-loader": "^3.3.0",
"webpack": "^5.88.0",
"webpack-cli": "^5.1.0",
"webpack-dev-server": "^4.15.0",
"zod": "^4.3.5"
},
"author": "",
"license": "ISC",
"description": ""
}