Files
DefectingCat.github.io/package.json
Defectink 332cc905df Add prism
* add atom code theme
* change nextjs config to mjs
* add remark and rehype plugins
2022-03-23 16:02:39 +08:00

41 lines
1000 B
JSON

{
"name": "blog-v3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"test-ci": "jest --ci --coverage"
},
"dependencies": {
"@mapbox/rehype-prism": "^0.8.0",
"@mdx-js/loader": "^2.1.0",
"@next/mdx": "^12.1.0",
"classnames": "^2.3.1",
"next": "12.1.0",
"next-themes": "^0.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"remark-frontmatter": "^4.0.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@types/jest": "^27.4.1",
"@types/node": "17.0.21",
"@types/react": "17.0.41",
"autoprefixer": "^10.4.4",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"gray-matter": "^4.0.3",
"jest": "^27.5.1",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23",
"typescript": "4.6.2"
}
}