mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
dccbc1ea35
* Update examples/with-antd-mobile - Reduced noise - Simplify setup * Create more more complex example
18 lines
341 B
JSON
18 lines
341 B
JSON
{
|
|
"name": "with-antd-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",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
}
|
|
}
|