-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.87 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
{
"name": "external-widget-template",
"version": "1.0.0",
"scripts": {
"prod": "yarn && webpack --config ./webpack.config.js --progress --mode=production",
"dev": "yarn && webpack --config ./webpack.config.js --progress --mode=development",
"dev:watch": "yarn dev --watch",
"create:widget": "./node_modules/.bin/external-widget create",
"archive": "./node_modules/.bin/external-widget archive",
"eslint": "yarn run --binaries-only eslint src ",
"prepare": "husky"
},
"browserslist": [
"Chrome >= 73",
"Firefox >= 69",
"Edge >= 79",
"Safari >= 14"
],
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"tslib": "2.6.3",
"typescript": "5.5.4"
},
"devDependencies": {
"@eslint/js": "9.10.0",
"@stylistic/eslint-plugin": "2.8.0",
"@types/node": "22.0.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"@typescript-eslint/utils": "8.6.0",
"circular-dependency-plugin": "5.2.2",
"copy-webpack-plugin": "12.0.2",
"css-loader": "7.1.2",
"eslint": "9.10.0",
"eslint-plugin-compat": "6.0.1",
"eslint-plugin-import-x": "4.2.1",
"eslint-plugin-jsdoc": "50.2.3",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react-hooks": "5.1.0-rc.0",
"external-widget-cli": "megaputer/external-widget-cli",
"fork-ts-checker-webpack-plugin": "9.0.2",
"globals": "15.9.0",
"husky": "9.1.6",
"pa-typings": "megaputer/pa-typings#main",
"style-loader": "4.0.0",
"terser-webpack-plugin": "5.3.10",
"ts-loader": "9.5.1",
"typescript-eslint": "8.6.0",
"webpack": "5.93.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
},
"engines": {
"node": ">=18.17.1"
},
"packageManager": "[email protected]"
}