mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-20 10:02:23 -06:00
70 lines
2.1 KiB
JSON
70 lines
2.1 KiB
JSON
{
|
|
"name": "just-the-docs",
|
|
"version": "0.5.0",
|
|
"description": "A modern Jekyll theme for documentation",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/just-the-docs/just-the-docs.git"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/just-the-docs/just-the-docs/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.21.4",
|
|
"@babel/preset-typescript": "^7.21.4",
|
|
"@storybook/addon-essentials": "^7.0.7",
|
|
"@storybook/addon-interactions": "^7.0.7",
|
|
"@storybook/addon-links": "^7.0.7",
|
|
"@storybook/blocks": "^7.0.7",
|
|
"@storybook/html": "^7.0.7",
|
|
"@storybook/html-webpack5": "^7.0.7",
|
|
"@storybook/testing-library": "^0.0.14-next.2",
|
|
"chromatic": "^6.17.3",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.8.8",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"storybook": "^7.0.7",
|
|
"stylelint": "^15.6.0",
|
|
"stylelint-config-standard-scss": "^8.0.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "npm-run-all --parallel --continue-on-error lint:*",
|
|
"lint:css": "stylelint '**/*.scss'",
|
|
"lint:formatting": "prettier --check '**/*.{scss,js,json}'",
|
|
"format": "prettier --write '**/*.{scss,js,json}'",
|
|
"test": "npm run lint",
|
|
"storybook": "bundle exec jekyll build && storybook dev -p 6006",
|
|
"build-storybook": "bundle exec jekyll build && storybook build",
|
|
"chromatic": "npx chromatic --project-token=9355f489c51b -d storybook-static"
|
|
},
|
|
"stylelint": {
|
|
"ignoreFiles": [
|
|
"assets/css/just-the-docs-default.scss",
|
|
"assets/css/just-the-docs-light.scss",
|
|
"assets/css/just-the-docs-dark.scss",
|
|
"_sass/vendor/**/*.scss"
|
|
],
|
|
"extends": [
|
|
"stylelint-config-standard-scss"
|
|
],
|
|
"rules": {
|
|
"alpha-value-notation": null,
|
|
"at-rule-empty-line-before": null,
|
|
"color-function-notation": null,
|
|
"no-descending-specificity": null,
|
|
"scss/no-global-function-names": null
|
|
}
|
|
},
|
|
"prettier": {
|
|
"endOfLine": "lf",
|
|
"semi": false,
|
|
"singleQuote": false,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5"
|
|
},
|
|
"homepage": "https://just-the-docs.com",
|
|
"_id": "just-the-docs@0.5.0"
|
|
}
|