helix/package.json

28 lines
645 B
JSON
Raw Permalink Normal View History

2025-08-01 08:00:35 +05:30
{
"name": "helix-admin",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint:js": "wp-scripts lint-js",
"lint:js:fix": "wp-scripts lint-js --fix",
"format": "wp-scripts format",
"lint": "npm run lint:js",
"prebuild": "npm run lint && npm run format"
},
"dependencies": {
2025-08-11 02:18:22 +05:30
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.1",
"@mui/material": "^7.3.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.0.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.7.0",
"@wordpress/scripts": "^30.21.0",
"vite": "^5.0.0"
}
2025-08-01 08:00:35 +05:30
}