mirror of
https://gh.wpcy.net/https://github.com/syntatis/kubrick.git
synced 2026-04-25 21:46:28 +08:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"name": "@syntatis/kubrick-dev",
|
|
"description": "Classic WordPress Admin UI (Development)",
|
|
"version": "0.2.1",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"keywords": [
|
|
"admin-dashboard",
|
|
"css-modules",
|
|
"react",
|
|
"component-library",
|
|
"wordpress",
|
|
"development"
|
|
],
|
|
"sideEffects": [
|
|
"**/*.css"
|
|
],
|
|
"module": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"clsx": "^2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@syntatis/eslint-config": "3.0.0",
|
|
"@syntatis/stylelint-config": "2.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.42.0",
|
|
"@typescript-eslint/parser": "^8.40.0",
|
|
"@vitejs/plugin-react": "^5.0.2",
|
|
"eslint": "^9.35.0",
|
|
"glob": "^11.0.2",
|
|
"prettier": "^3.6.2",
|
|
"react": "^18.0.0",
|
|
"sass-embedded": "^1.92.1",
|
|
"stylelint": "^16.23.1",
|
|
"typescript": "^5.9.2",
|
|
"vite": "^7.2.2",
|
|
"vite-plugin-dts": "^4.5.4",
|
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
"vite-tsconfig-paths": "^5.1.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"format": "npm run format:scripts && npm run format:styles",
|
|
"format:scripts": "eslint . --fix",
|
|
"format:styles": "stylelint '**/*.scss' --fix",
|
|
"lint:scripts": "eslint .",
|
|
"lint:styles": "stylelint '**/*.{css,scss,sass}'",
|
|
"lint:types": "tsc --noEmit"
|
|
}
|
|
}
|