chore: adding package.json

This commit is contained in:
Aditya
2026-01-22 20:33:22 +05:30
parent 5c674cfc89
commit c4f5e7d2d5
+6 -12
View File
@@ -24,7 +24,6 @@
"class-transformer": "^0.5.1", "class-transformer": "^0.5.1",
"codemirror": "^6.0.1", "codemirror": "^6.0.1",
"cpx": "^1.5.0", "cpx": "^1.5.0",
"create-react-app": "^5.0.1",
"cytoscape": "^3.29.2", "cytoscape": "^3.29.2",
"cytoscape-bubblesets": "^4.1.0", "cytoscape-bubblesets": "^4.1.0",
"cytoscape-clipboard": "^2.2.1", "cytoscape-clipboard": "^2.2.1",
@@ -76,7 +75,6 @@
"react-powerhooks": "^0.0.7", "react-powerhooks": "^0.0.7",
"react-router": "^6.14.1", "react-router": "^6.14.1",
"react-router-dom": "^6.14.1", "react-router-dom": "^6.14.1",
"react-scripts": "^5.0.1",
"react-social-icons": "^5.15.0", "react-social-icons": "^5.15.0",
"react-toastify": "^9.1.3", "react-toastify": "^9.1.3",
"reaviz": "^14.9.7", "reaviz": "^14.9.7",
@@ -90,22 +88,18 @@
"shellwords": "^1.0.1", "shellwords": "^1.0.1",
"simplebar": "^4.2.3", "simplebar": "^4.2.3",
"styled-components": "^4.4.1", "styled-components": "^4.4.1",
"terser-webpack-plugin": "^4.2.3", "uuid": "^13.0.0",
"yaml": "^1.10.0", "yaml": "^1.10.0",
"yamljs": "^0.3.0", "yamljs": "^0.3.0",
"zone.js": "^0.15.1" "zone.js": "^0.15.1"
}, },
"scripts": { "scripts": {
"start": "HTTPS=false&&PORT=3000 GENERATE_SOURCEMAP=false react-scripts --openssl-legacy-provider start", "start": "vite",
"build": "react-scripts build", "build": "vite build",
"test": "react-scripts test", "preview": "vite preview",
"eject": "react-scripts eject",
"lint": "eslint 'src/**/*.{tsx,ts,js,jsx}'", "lint": "eslint 'src/**/*.{tsx,ts,js,jsx}'",
"lint_file": "eslint 'src/views/AngularWorkflow.jsx'" "lint_file": "eslint 'src/views/AngularWorkflow.jsx'"
}, },
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [ "browserslist": [
">0.2%", ">0.2%",
"not dead", "not dead",
@@ -118,15 +112,15 @@
"@babel/plugin-proposal-export-default-from": "^7.22.5", "@babel/plugin-proposal-export-default-from": "^7.22.5",
"@babel/preset-flow": "^7.22.5", "@babel/preset-flow": "^7.22.5",
"@babel/preset-react": "^7.22.5", "@babel/preset-react": "^7.22.5",
"@vitejs/plugin-react": "^4.2.1",
"babel-loader": "^8.0.5", "babel-loader": "^8.0.5",
"babel-plugin-css-modules-transform": "^1.6.2", "babel-plugin-css-modules-transform": "^1.6.2",
"babel-plugin-react-css-modules": "^5.2.6", "babel-plugin-react-css-modules": "^5.2.6",
"babel-plugin-transform-imports": "^2.0.0", "babel-plugin-transform-imports": "^2.0.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"postcss": "^8.4.38", "postcss": "^8.4.38",
"promise-window": "^1.2.1", "promise-window": "^1.2.1",
"selenium-webdriver": "^4.29.0", "selenium-webdriver": "^4.29.0",
"vite": "^5.4.2",
"webpack-cli": "^5.1.4" "webpack-cli": "^5.1.4"
} }
} }