Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
package.json 1.05 KB
Copy Edit Raw Blame History
程运涛 authored 2024-03-05 10:25 . feat: project init
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/cssinjs": "^1.17.2",
"@ant-design/icons": "^5.2.6",
"@antv/g6": "^4.8.23",
"@antv/g6-react-node": "^1.4.5",
"@tanstack/react-query": "^5.7.2",
"@tanstack/react-query-devtools": "^5.7.4",
"@tanstack/react-query-next-experimental": "^5.7.2",
"@uidotdev/usehooks": "^2.4.1",
"antd": "^5.11.0",
"container-query-polyfill": "^1.0.2",
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
"echarts-wordcloud": "^2.1.0",
"jotai": "^2.5.1",
"ky": "^1.1.3",
"next": "13.5.6",
"pm2": "^5.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.33.0"
},
"devDependencies": {
"@types/node": "20.9.1",
"@types/react": "18.2.37",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化