mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
c5d69f0585
* Added redux and styled components (wip) examples. * Updated examples readmes and package.json * Fixed styled-components example
15 lines
219 B
JSON
15 lines
219 B
JSON
{
|
|
"name": "hello-world",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "*"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|