6b998b6576
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"name": "@staticcms/docs",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"format:prettier": "prettier \"src/**/*.{js,jsx,ts,tsx,css}\" --write",
|
|
"format:next": "next lint --fix",
|
|
"format": "run-s -c \"format:*\"",
|
|
"lint:prettier": "prettier \"src/**/*.{js,jsx,ts,tsx,css}\" --list-different",
|
|
"lint:next": "next lint",
|
|
"lint": "run-p -c --aggregate-output \"lint:*\""
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "11.10.6",
|
|
"@emotion/styled": "11.10.6",
|
|
"@mui/icons-material": "5.11.11",
|
|
"@mui/material": "5.11.12",
|
|
"date-fns": "2.29.3",
|
|
"gray-matter": "4.0.3",
|
|
"js-yaml": "4.1.0",
|
|
"next": "13.2.3",
|
|
"next-mdx-remote": "4.4.1",
|
|
"next-pwa": "5.6.0",
|
|
"prismjs": "1.29.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-schemaorg": "2.0.0",
|
|
"remark-gfm": "3.0.1",
|
|
"schema-dts": "1.1.2",
|
|
"yaml": "2.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.21.0",
|
|
"@emotion/eslint-plugin": "11.10.0",
|
|
"@next/bundle-analyzer": "13.2.3",
|
|
"@next/eslint-plugin-next": "13.2.3",
|
|
"@types/js-yaml": "4.0.5",
|
|
"@types/node": "16.18.14",
|
|
"@types/prettier": "2.7.2",
|
|
"@types/prismjs": "1.26.0",
|
|
"@types/react": "18.0.28",
|
|
"@types/react-dom": "18.0.11",
|
|
"@typescript-eslint/eslint-plugin": "5.54.1",
|
|
"@typescript-eslint/parser": "5.54.1",
|
|
"babel-eslint": "10.1.0",
|
|
"eslint": "8.36.0",
|
|
"eslint-config-next": "13.2.3",
|
|
"eslint-config-prettier": "8.7.0",
|
|
"eslint-plugin-babel": "5.3.1",
|
|
"eslint-plugin-unicorn": "46.0.0",
|
|
"npm-run-all": "4.1.5",
|
|
"prettier": "2.8.4",
|
|
"typescript": "4.9.5",
|
|
"webpack": "5.76.1"
|
|
},
|
|
"lint-staged": {
|
|
"*.ts": "prettier --write",
|
|
"*.tsx": "prettier --write"
|
|
}
|
|
}
|