-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.86 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.86 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
{
"name": "@favish/staffbase-example-render-widget",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "ts-node --transpile-only node_modules/webpack-dev-server/bin/webpack-dev-server.js --open --config webpack.dev.ts",
"build": "cross-env ENV_FILE='.env' ts-node --transpile-only node_modules/webpack/bin/webpack.js --config webpack.prod.ts",
"build:watch": "webpack --config webpack.prod.ts --watch",
"test": "jest",
"test:watch": "jest --watch",
"type-check": "tsc --pretty --noEmit",
"type-check:watch": "tsc --pretty --noEmit --watch",
"lint": "eslint",
"lint:fix": "eslint --fix"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@staffbase/widget-sdk": "3.14.9",
"cross-env": "^7.0.3",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"postcss": "^8.5.3",
"postcss-loader": "^8.1.1",
"process": "^0.11.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"regenerator-runtime": "0.14.1",
"replace-in-file-webpack-plugin": "^1.0.6"
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/plugin-transform-object-rest-spread": "^7.25.9",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@eslint/js": "^9.21.0",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.15.11",
"@rjsf/core": "5.24.3",
"@rjsf/mui": "5.24.3",
"@rjsf/utils": "5.24.3",
"@rjsf/validator-ajv8": "5.24.3",
"@svgr/webpack": "8.1.0",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.14",
"@types/json-schema": "^7.0.15",
"@types/node": "22.13.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/testing-library__jest-dom": "^5.14.9",
"@types/webpack": "5.28.5",
"@ungap/custom-elements": "1.3.0",
"babel-loader": "^9.1.3",
"core-js": "3.41.0",
"css-loader": "^7.1.2",
"dotenv": "^16.4.7",
"dotenv-webpack": "^8.1.0",
"eslint": "^9.21.0",
"eslint-config-prettier": "9.1.0",
"jest": "29.7.0",
"jest-environment-jsdom": "^29.7.0",
"js-base64": "3.7.7",
"minimal-polyfills": "2.2.3",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.2",
"ts-node": "10.9.2",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.0",
"url-loader": "^4.1.1",
"webpack": "^5.98",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0",
"webpack-merge": "^6.0.1"
},
"browserslist": [
">0.2%",
"not ie < 11"
],
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}