-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.25 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
{
"name": "pypowsybl_jupyter",
"version": "0.1.0",
"description": "Widgets for pypowsybl in Jupyter notebooks",
"keywords": [
"jupyter",
"jupyterlab",
"jupyterlab-extension",
"widgets"
],
"homepage": "https://github.com/powsybl/pypowsybl-jupyter",
"bugs": {
"url": "https://github.com/powsybl/pypowsybl-jupyter/issues"
},
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/powsybl/pypowsybl-jupyter"
},
"scripts": {
"dev": "npm run build -- --sourcemap=inline --watch",
"build": "node ./esbuild.mjs",
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext js,ts,jsx --max-warnings 0"
},
"dependencies": {
"@powsybl/network-viewer": "1.0.0"
},
"devDependencies": {
"@anywidget/types": "^0.1.6",
"typescript": "^5.3.3",
"esbuild": "^0.20.0",
"prettier": "^2.8.8",
"eslint": "^7.32.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^4.2.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@anywidget/react": "^0.0.7",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@mui/system": "^5.15.14",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^6.6.4"
}
}