2022-09-30 08:59:03 -06:00
|
|
|
{
|
2023-01-27 10:48:41 -05:00
|
|
|
"name": "@staticcms/docs",
|
2022-12-05 10:08:42 -05:00
|
|
|
"version": "1.0.0",
|
2022-10-25 09:18:18 -04:00
|
|
|
"private": true,
|
2022-09-30 08:59:03 -06:00
|
|
|
"scripts": {
|
2022-10-25 09:18:18 -04:00
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
2022-12-05 10:08:42 -05:00
|
|
|
"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:*\""
|
2022-09-30 08:59:03 -06:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-01-03 15:14:09 -05:00
|
|
|
"@emotion/react": "11.11.1",
|
|
|
|
"@emotion/styled": "11.11.0",
|
|
|
|
"@mui/icons-material": "5.14.12",
|
|
|
|
"@mui/material": "5.14.12",
|
|
|
|
"date-fns": "2.30.0",
|
2022-10-25 09:18:18 -04:00
|
|
|
"gray-matter": "4.0.3",
|
|
|
|
"js-yaml": "4.1.0",
|
2024-01-03 15:14:09 -05:00
|
|
|
"next": "14.0.1",
|
2023-03-01 16:19:13 -05:00
|
|
|
"next-mdx-remote": "4.4.1",
|
2022-10-25 09:18:18 -04:00
|
|
|
"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",
|
2023-02-24 14:34:19 -05:00
|
|
|
"schema-dts": "1.1.2",
|
2024-01-03 15:14:09 -05:00
|
|
|
"yaml": "2.3.2"
|
2022-09-30 08:59:03 -06:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-01-03 15:14:09 -05:00
|
|
|
"@babel/core": "7.23.0",
|
|
|
|
"@babel/eslint-parser": "7.22.15",
|
|
|
|
"@emotion/eslint-plugin": "11.11.0",
|
|
|
|
"@next/bundle-analyzer": "13.5.4",
|
|
|
|
"@next/eslint-plugin-next": "13.5.4",
|
|
|
|
"@types/js-yaml": "4.0.6",
|
|
|
|
"@types/node": "18.17.19",
|
|
|
|
"@types/prismjs": "1.26.1",
|
|
|
|
"@types/react": "18.2.25",
|
|
|
|
"@types/react-dom": "18.2.10",
|
|
|
|
"@typescript-eslint/eslint-plugin": "6.7.4",
|
|
|
|
"@typescript-eslint/parser": "6.7.4",
|
|
|
|
"eslint": "8.50.0",
|
|
|
|
"eslint-config-next": "14.0.1",
|
|
|
|
"eslint-config-prettier": "9.0.0",
|
2022-10-25 09:18:18 -04:00
|
|
|
"eslint-plugin-babel": "5.3.1",
|
2024-01-03 15:14:09 -05:00
|
|
|
"eslint-plugin-unicorn": "48.0.1",
|
2022-12-05 10:08:42 -05:00
|
|
|
"npm-run-all": "4.1.5",
|
2024-01-03 15:14:09 -05:00
|
|
|
"prettier": "3.0.3",
|
|
|
|
"typescript": "5.2.2",
|
|
|
|
"webpack": "5.88.2"
|
2022-12-06 09:41:54 -05:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
2022-12-06 09:51:40 -05:00
|
|
|
"*.ts": "prettier --write",
|
|
|
|
"*.tsx": "prettier --write"
|
2022-10-25 09:18:18 -04:00
|
|
|
}
|
2022-09-30 08:59:03 -06:00
|
|
|
}
|