{ "name": "with-ant-design-mobile", "version": "1.1.0", "dependencies": { "@zeit/next-css": "1.0.1", "antd-mobile": "2.2.5", "babel-plugin-import": "^1.2.1", "next": "latest", "null-loader": "2.0.0", "react": "^16.7.0", "react-dom": "^16.7.0" }, "scripts": { "dev": "next", "build": "next build", "start": "next start" } }