tron-v1
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

40 lines
955 B

{
"name": "tron-v1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/cssinjs": "^1.22.1",
"@ant-design/icons": "^5.5.2",
"@ant-design/nextjs-registry": "^1.0.2",
"@ant-design/pro-components": "^2.8.2",
"antd": "^5.22.6",
"axios": "^1.7.9",
"jotai": "^2.11.0",
"next": "15.1.2",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"css-loader": "^7.1.2",
"eslint": "^9",
"eslint-config-next": "15.1.2",
"less": "^4.2.1",
"less-loader": "^12.2.0",
"next-with-less": "^3.0.1",
"postcss": "^8",
"prettier": "^3.4.2",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}