Files
2026-04-29 19:04:20 +08:00

52 lines
1.7 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "cyywordpress",
"version": "2.0.0",
"description": "CyyWordpress a modern WordPress theme built on Bulma 1.x and Underscores.",
"author": "Chuyaoyuan",
"license": "GPL-2.0-or-later",
"keywords": [
"WordPress",
"Theme",
"Bulma"
],
"homepage": "https://github.com/Automattic/_s#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Automattic/_s.git"
},
"bugs": {
"url": "https://github.com/Automattic/_s/issues"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@wordpress/eslint-plugin": "^21.0.0",
"@wordpress/scripts": "^30.0.0",
"autoprefixer": "^10.4.19",
"bulma": "^1.0.2",
"cssnano": "^7.0.0",
"dir-archiver": "^1.1.1",
"eslint": "^8.57.0",
"postcss": "^8.4.38",
"rtlcss": "^4.3.0",
"sass": "^1.77.0",
"stylelint": "^16.6.0",
"stylelint-config-standard-scss": "^14.0.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-sass-glob-import": "^1.0.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"build:rtl": "rtlcss assets/css/main.css assets/css/main-rtl.css",
"lint": "eslint 'src/**/*.{ts,js}' && stylelint 'scss/**/*.scss'",
"lint:js": "wp-scripts lint-js 'src/**/*.ts'",
"lint:scss": "stylelint 'scss/**/*.scss'",
"type-check": "tsc --noEmit",
"bundle": "dir-archiver --src . --dest ../cyywordpress.zip --exclude .DS_Store .stylelintrc.json .eslintrc.json .git .gitattributes .github .gitignore composer.json composer.lock node_modules vendor package-lock.json package.json phpcs.xml.dist scss src tsconfig.json vite.config.ts postcss.config.js"
}
}