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.

28 lines
609 B

{
"name": "next-with-ant-design-less",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@react-hook/window-size": "^1.0.13",
"@zeit/next-less": "^1.0.1",
"antd": "4.6.5",
"babel-plugin-import": "^1.13.0",
"less": "3.11.1",
"less-vars-to-js": "1.3.0",
"next": "9.5.3",
"null-loader": "3.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"license": "ISC",
"devDependencies": {
"@types/node": "^14.11.1",
"@types/react": "^16.9.49",
"typescript": "^4.0.3"
}
}