{ "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" } }