next-windfonts/package.json
bo.yu 9f707f3fbe docs: 添加GPL-3.0许可证及相关文档
- 在package.json中添加GPL-3.0许可证声明
- 创建LICENSE文件包含完整GPL-3.0许可证文本
- 更新README.md中的许可证章节,详细说明GPL-3.0要点
- 在所有主要源代码文件头部添加GPL-3.0版权声明
- 新增CONTRIBUTING.md贡献指南文档
2025-09-08 15:22:56 +08:00

103 lines
3.1 KiB
JSON

{
"name": "next-windfonts",
"version": "1.0.0",
"private": true,
"license": "GPL-3.0",
"scripts": {
"dev": "next dev",
"build": "NODE_ENV=production next build",
"start": "next start",
"typecheck": "tsc --noEmit",
"lint": "next lint",
"init-db": "node scripts/init-db.js"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@mantine/core": "7.12.1",
"@mantine/hooks": "7.12.1",
"@mantine/modals": "^7.12.2",
"@mantine/notifications": "^7.12.2",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@napi-rs/woff-build-darwin-x64": "^0.2.1",
"@next/bundle-analyzer": "^14.2.4",
"@next/mdx": "^14.2.8",
"@reduxjs/toolkit": "^2.2.7",
"@tabler/icons-react": "^3.6.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/mdx": "^2.0.13",
"adm-zip": "^0.5.15",
"ali-oss": "^6.21.0",
"contentlayer2": "^0.5.0",
"csv-parse": "^6.1.0",
"csv-parser": "^3.2.0",
"drizzle-kit": "^0.31.4",
"drizzle-orm": "^0.44.4",
"js-cookie": "^3.0.5",
"jsonfile": "^6.1.0",
"lodash-es": "^4.17.21",
"modern-screenshot": "^4.4.39",
"next": "14.2.4",
"next-compose-plugins": "^2.2.1",
"next-contentlayer2": "^0.5.0",
"pg": "^8.16.3",
"pliny": "^0.3.1",
"postgres": "^3.4.7",
"prism-react-renderer": "^2.4.0",
"react": "18.3.1",
"react-dom": "^18.3.1",
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "^9.1.2",
"react-use": "^17.5.1",
"redux-persist": "^6.0.0",
"redux-persist-cookie-storage": "^1.0.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-citation": "^2.1.1",
"rehype-katex": "^7.0.1",
"rehype-preset-minify": "^7.0.0",
"rehype-pretty-code": "^0.14.0",
"rehype-prism-plus": "^2.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-github-blockquote-alert": "^1.2.1",
"remark-math": "^6.0.0",
"uuid": "^11.1.0",
"wf-cn-font-split": "5.2.6",
"winston": "^3.17.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@next/eslint-plugin-next": "^14.2.4",
"@types/adm-zip": "^0.5.7",
"@types/ali-oss": "^6.16.11",
"@types/js-cookie": "^3",
"@types/jsonfile": "^6.1.4",
"@types/lodash-es": "^4",
"@types/multer": "^1.4.11",
"@types/node": "^24.2.0",
"@types/pg": "^8.15.5",
"@types/react": "18.3.3",
"@types/react-dom": "^18.3.0",
"@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"babel-loader": "^9.1.3",
"eslint": "^8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-mantine": "3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"node-loader": "^2.1.0",
"postcss": "^8.4.38",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "^7.0.1",
"sass": "^1.77.8",
"sharp": "^0.34.3",
"tailwindcss": "^3.4.10",
"typescript": "5.5.2"
}
}