mirror of
https://github.com/BillyOutlast/Gazelle-Porn.git
synced 2026-02-04 02:51:19 +01:00
84 lines
2.7 KiB
JSON
84 lines
2.7 KiB
JSON
{
|
|
"name": "gazelle",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "concurrently yarn:build:vite yarn:build:themes yarn:build:publicstyle",
|
|
"build:vite": "vite build",
|
|
"build:themes": "vite build -c vite.themes.config.js; vite build -c vite.themes-github.config.js",
|
|
"build:publicstyle": "vite build -c vite.publicstyle.config.js",
|
|
"test": "jest",
|
|
"lint": "eslint . --ignore-path .gitignore",
|
|
"lint:css": "stylelint \"sass/**/*.scss\" || exit 0",
|
|
"lint:css-checkstyle": "stylelint \"sass/**/*.scss\" --custom-formatter ./node_modules/stylelint-checkstyle-formatter/index.js || exit 0",
|
|
"lint:php:internal": "find . -path './vendor' -prune -o -path ./node_modules -prune -o -path './.docker' -prune -o -type f -name '*.php' -print0 | xargs -0 -n1 -P4 php -l -n | (! grep -v \"No syntax errors detected\" )",
|
|
"lint:php:phpcs": "vendor/bin/phpcs -p",
|
|
"lint:php": "yarn lint:php:internal && yarn lint:php:phpcs",
|
|
"lint:php:fix": "./.bin/phpcbf",
|
|
"pre-commit": "yarn lint:php:fix"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.24.0",
|
|
"@babel/preset-env": "^7.24.0",
|
|
"classnames": "^2.3.1",
|
|
"debug": "^4.3.1",
|
|
"delay": "^5.0.0",
|
|
"highcharts": "^10.1.0",
|
|
"highcharts-react-official": "^3.1.0",
|
|
"jquery": "^3.6.0",
|
|
"lodash-es": "^4.17.21",
|
|
"mdast-util-gfm-table": "^1.0.1",
|
|
"micromark": "^3.0.5",
|
|
"micromark-extension-gfm-table": "^1.0.3",
|
|
"pixelmatch": "^5.2.1",
|
|
"postcss": "^8.4.32",
|
|
"preact": "^10.6.4",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-resize-detector": "^7.1.2",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-parse": "^10.0.0",
|
|
"rollup": "^2.0.0",
|
|
"typescript": "^5.4.0",
|
|
"unified": "^10.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@mdx-js/react": "^2.1.2",
|
|
"@mdx-js/rollup": "^2.0.0",
|
|
"@preact/preset-vite": "^2.1.7",
|
|
"@rollup/plugin-yaml": "^3.1.0",
|
|
"@vitejs/plugin-react": "^1.1.4",
|
|
"alias-hq": "^5.4.0",
|
|
"concurrently": "^7.0.0",
|
|
"eslint": "^7.12.1",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-config-standard": "16.0.2",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jest": "^24.3.6",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-react": "^7.28.0",
|
|
"husky": "^9.1.7",
|
|
"husky-run": "^0.0.0",
|
|
"jest": "^26.6.3",
|
|
"lint-staged": "^10.5.0",
|
|
"postcss-dark-theme-class": "^0.7.3",
|
|
"prettier": "^2.3.0",
|
|
"puppeteer": "^2.1.1",
|
|
"remark-extended-table": "^1.0.0",
|
|
"vite": "^2.7.13"
|
|
},
|
|
"lint-staged": {
|
|
"**/*": [
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"browserslist": [
|
|
"last 2 years and > 0.1%"
|
|
]
|
|
}
|