Files
PIBD-23_Fomichev_V.S._Inter…/MasterOK/package.json
2025-05-23 10:09:03 +04:00

37 lines
994 B
JSON

{
"name": "masterok",
"version": "0.3.0",
"devDependencies": {
"@vitejs/plugin-react": "^4.4.1",
"concurrently": "^9.1.2",
"eslint": "8.56.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "10.0.2",
"eslint-plugin-html": "8.1.2",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.3",
"json-server": "^1.0.0-beta.3",
"sass-embedded": "^1.83.4",
"vite": "^6.1.0"
},
"private": true,
"scripts": {
"start": "vite",
"start:server": "json-server --watch db.json --port 3000",
"dev": "concurrently \"npm run start\" \"npm run start:server\"",
"vite": "vite",
"prod": "npm-run-all build --parallel backend serve",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"bootstrap": "5.3.3",
"bootstrap-icons": "1.11.3",
"express": "^4.21.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.6.0"
},
"type": "module"
}