mirror of
https://github.com/JHUAPL/STIXMODELER_UI.git
synced 2026-01-08 21:08:02 -05:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "stix-modeler-app",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
"lint:fix": "npm run lint -- --fix",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "^2.5.1",
|
|
"deepmerge": "^4.3.1",
|
|
"lodash": "^4.17.21",
|
|
"mobx": "^6.12.0",
|
|
"mobx-react": "^9.1.0",
|
|
"moment": "^2.30.1",
|
|
"prop-types": "^15.8.1",
|
|
"rc-slider": "^10.5.0",
|
|
"react": "^18.2.0",
|
|
"react-datepicker": "^6.1.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-tooltip": "^5.26.3",
|
|
"reactflow": "^11.10.4",
|
|
"sass": "^1.71.0",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.55",
|
|
"@types/react-dom": "^18.2.19",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
"eslint-plugin-react": "^7.34.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
"vite": "^5.2.6"
|
|
}
|
|
}
|