Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
package.json 1.41 KB
Copy Edit Raw Blame History
Evan authored 2024-05-04 16:51 . :tada:新增创建文档可上传图片.
{
"name": "wow-note",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codemirror/search": "^6.5.6",
"@nextui-org/react": "^2.3.6",
"@nextui-org/shared-icons": "^2.0.6",
"@react-stately/data": "^3.11.0",
"@types/node": "^20.11.17",
"@vercel/analytics": "^1.1.3",
"@vercel/speed-insights": "^1.0.9",
"ahooks": "^3.7.10",
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.17",
"axios": "^1.6.7",
"copy-to-clipboard": "^3.3.3",
"crypto-js": "^4.2.0",
"express": "^4.18.2",
"framer-motion": "^10.16.16",
"http-proxy-middleware": "^2.0.6",
"md-editor-rt": "^4.13.5",
"moment": "^2.30.1",
"next": "^14.0.4",
"postcss": "^8.4.35",
"prop-types": "^15.8.1",
"pubsub-js": "^1.9.4",
"react": "^18.2.0",
"react-cookies": "^0.1.1",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-router": "^6.22.0",
"react-router-dom": "^6.21.0",
"react-toastify": "^9.1.3",
"tailwindcss": "^3.3.6"
},
"devDependencies": {
"@types/crypto-js": "^4.2.1",
"@types/pubsub-js": "^1.8.6",
"@types/react": "^18",
"@types/react-cookies": "^0.1.3",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"typescript": "^5"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化