mirror of
https://github.com/ellmau/adf-obdd.git
synced 2025-12-20 09:39:38 +01:00
34 lines
1004 B
JSON
34 lines
1004 B
JSON
{
|
|
"name": "ADF-OBDD-Frontend",
|
|
"version": "0.1.0",
|
|
"source": "src/index.html",
|
|
"browserslist": "> 0.5%, last 2 versions, not dead",
|
|
"scripts": {
|
|
"start": "parcel",
|
|
"build": "parcel build"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.12",
|
|
"@types/react-dom": "^18.0.5",
|
|
"@typescript-eslint/eslint-plugin": "^5.28.0",
|
|
"@typescript-eslint/parser": "^5.28.0",
|
|
"eslint": "^8.17.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
"eslint-plugin-react": "^7.30.0",
|
|
"parcel": "^2.6.0",
|
|
"process": "^0.11.10",
|
|
"typescript": "^4.7.3"
|
|
},
|
|
"dependencies": {
|
|
"@antv/g6": "^4.6.4",
|
|
"@emotion/react": "^11.10.0",
|
|
"@emotion/styled": "^11.10.0",
|
|
"@fontsource/roboto": "^4.5.8",
|
|
"@mui/material": "^5.10.2",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0"
|
|
}
|
|
}
|