mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 15:09:22 +00:00
68 lines
1.9 KiB
JSON
68 lines
1.9 KiB
JSON
{
|
|
"name": "notion-next",
|
|
"version": "1.0.0",
|
|
"homepage": "https://github.com/tangly1024/NotionNext.git",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tangly1024/NotionNext.git"
|
|
},
|
|
"author": {
|
|
"name": "tangly",
|
|
"email": "tlyong1992@hotmail.com",
|
|
"url": "http://tangly1024.com"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"dev-mac": "NODE_OPTIONS='--inspect' next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"postbuild": "next-sitemap --config next-sitemap.config.js"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
|
"@fortawesome/free-brands-svg-icons": "^5.15.4",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.4",
|
|
"@fortawesome/react-fontawesome": "^0.1.16",
|
|
"@popperjs/core": "^2.9.3",
|
|
"animate.css": "^4.1.1",
|
|
"copy-to-clipboard": "^3.3.1",
|
|
"feed": "^4.2.2",
|
|
"gitalk": "^1.7.2",
|
|
"localStorage": "^1.0.4",
|
|
"lodash.throttle": "^4.1.1",
|
|
"memory-cache": "^0.2.0",
|
|
"next": "10.2.0",
|
|
"notion-client": "4.10.0",
|
|
"notion-utils": "4.10.0",
|
|
"preact": "^10.5.13",
|
|
"qrcode.react": "^1.0.1",
|
|
"react": "17.0.2",
|
|
"react-cookies": "^0.1.1",
|
|
"react-cusdis": "^2.0.1",
|
|
"react-dom": "17.0.2",
|
|
"react-notion-x": "4.6.5",
|
|
"use-ackee": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.2.5",
|
|
"eslint": "^7.26.0",
|
|
"eslint-config-next": "^11.0.0",
|
|
"eslint-config-standard": "^16.0.2",
|
|
"eslint-plugin-import": "^2.23.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^5.1.0",
|
|
"eslint-plugin-react": "^7.23.2",
|
|
"next-sitemap": "^1.6.102",
|
|
"postcss": "^8.2.15",
|
|
"tailwindcss": "^2.1.2"
|
|
},
|
|
"resolutions": {
|
|
"axios": ">=0.21.1"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tangly/NotionNext/issues",
|
|
"email": "tlyong1992@hotmail.com"
|
|
}
|
|
}
|