2018-06-07 11:14:27 +00:00
|
|
|
{
|
|
|
|
"name": "with-ant-design-less",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-09-20 14:04:32 +00:00
|
|
|
"@zeit/next-less": "^1.0.1",
|
2018-06-07 11:14:27 +00:00
|
|
|
"antd": "^3.5.4",
|
|
|
|
"babel-plugin-import": "^1.7.0",
|
|
|
|
"less": "3.0.4",
|
2018-11-11 17:09:30 +00:00
|
|
|
"less-vars-to-js": "1.3.0",
|
2018-06-07 11:14:27 +00:00
|
|
|
"next": "latest",
|
2019-01-05 11:19:27 +00:00
|
|
|
"react": "^16.7.0",
|
|
|
|
"react-dom": "^16.7.0"
|
2018-06-07 11:14:27 +00:00
|
|
|
},
|
2019-01-06 23:11:16 +00:00
|
|
|
"license": "ISC"
|
2018-06-07 11:14:27 +00:00
|
|
|
}
|