You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
2.5 KiB
85 lines
2.5 KiB
{
|
|
"name": "c-university",
|
|
"version": "4.1.0",
|
|
"description": "An Electron application with React",
|
|
"main": "./out/main/index.js",
|
|
"author": "CPAY COMPANY FOR MADACASCAR",
|
|
"homepage": "https://electron-vite.org",
|
|
"scripts": {
|
|
"format": "prettier --write .",
|
|
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
|
|
"start": "electron-vite preview",
|
|
"dev": "electron-vite dev",
|
|
"build": "electron-vite build",
|
|
"postinstall": "electron-builder install-app-deps",
|
|
"build:unpack": "npm run build && electron-builder --dir",
|
|
"build:win": "npm run build && electron-builder --win",
|
|
"build:mac": "npm run build && electron-builder --mac",
|
|
"build:linux": "npm run build && electron-builder --linux"
|
|
},
|
|
"build": {
|
|
"appId": "com.myapp",
|
|
"win": {
|
|
"target": "nsis",
|
|
"publish": [
|
|
{
|
|
"provider": "generic",
|
|
"url": "https://api.polytechnique.c4m.mg/latest"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@electron-toolkit/preload": "^3.0.1",
|
|
"@electron-toolkit/utils": "^3.0.0",
|
|
"@emotion/react": "^11.13.3",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@mui/material": "^6.1.1",
|
|
"@mui/x-data-grid": "^7.18.0",
|
|
"ag-psd": "^22.0.2",
|
|
"axios": "^1.9.0",
|
|
"bcryptjs": "^2.4.3",
|
|
"better-sqlite3": "^11.3.0",
|
|
"bootstrap": "^5.3.3",
|
|
"chart.js": "^4.4.4",
|
|
"cors": "^2.8.5",
|
|
"csv-parse": "^5.5.6",
|
|
"dayjs": "^1.11.13",
|
|
"electron-log": "^5.2.0",
|
|
"electron-updater": "^6.3.9",
|
|
"express": "^4.21.2",
|
|
"file-saver": "^2.0.5",
|
|
"html2canvas": "^1.4.1",
|
|
"jspdf": "^2.5.2",
|
|
"jspdf-autotable": "^5.0.2",
|
|
"papaparse": "^5.4.1",
|
|
"pdf-lib": "^1.17.1",
|
|
"qrcode": "^1.5.4",
|
|
"react-bootstrap": "^2.10.4",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"react-icons": "^5.3.0",
|
|
"react-pdf": "^6.2.2",
|
|
"react-router-dom": "^6.26.2",
|
|
"react-spinners": "^0.14.1",
|
|
"react-tooltip": "^5.28.0",
|
|
"reselect": "^5.1.1",
|
|
"update-electron-app": "^3.0.0",
|
|
"xlsx": "^0.18.5",
|
|
"xlsx-populate": "^1.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"@electron-toolkit/eslint-config": "^1.0.2",
|
|
"@electron-toolkit/eslint-config-prettier": "^2.0.0",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"electron": "^31.0.2",
|
|
"electron-builder": "^24.13.3",
|
|
"electron-vite": "^2.3.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react": "^7.34.3",
|
|
"npm": "^10.9.2",
|
|
"prettier": "^3.3.2",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"vite": "^5.3.1"
|
|
}
|
|
}
|
|
|