refactor: rename website to docs
This commit is contained in:
62
docs/package.json
Normal file
62
docs/package.json
Normal file
@ -0,0 +1,62 @@
|
||||
{
|
||||
"name": "website",
|
||||
"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.5",
|
||||
"@emotion/styled": "11.10.5",
|
||||
"@mui/icons-material": "5.10.16",
|
||||
"@mui/material": "5.10.17",
|
||||
"date-fns": "2.29.3",
|
||||
"gray-matter": "4.0.3",
|
||||
"js-yaml": "4.1.0",
|
||||
"next": "13.0.6",
|
||||
"next-mdx-remote": "4.2.0",
|
||||
"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.0",
|
||||
"yaml": "2.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.20.5",
|
||||
"@emotion/eslint-plugin": "11.10.0",
|
||||
"@next/bundle-analyzer": "13.0.6",
|
||||
"@next/eslint-plugin-next": "13.0.6",
|
||||
"@types/js-yaml": "4.0.5",
|
||||
"@types/node": "16.18.6",
|
||||
"@types/prettier": "2.7.1",
|
||||
"@types/prismjs": "1.26.0",
|
||||
"@types/react": "18.0.26",
|
||||
"@types/react-dom": "18.0.9",
|
||||
"@typescript-eslint/eslint-plugin": "5.45.1",
|
||||
"@typescript-eslint/parser": "5.45.1",
|
||||
"babel-eslint": "10.1.0",
|
||||
"eslint": "8.29.0",
|
||||
"eslint-config-next": "13.0.6",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-plugin-babel": "5.3.1",
|
||||
"eslint-plugin-unicorn": "45.0.1",
|
||||
"npm-run-all": "4.1.5",
|
||||
"prettier": "2.8.0",
|
||||
"typescript": "4.9.3",
|
||||
"webpack": "5.75.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.[jt]sx?": "prettier --write"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user