Skip to content

Commit

Permalink
Normalize example package.json files (vercel#2350)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaNdTriX authored and timneutkens committed Jun 23, 2017
1 parent 1abfe10 commit f14297d
Show file tree
Hide file tree
Showing 49 changed files with 50 additions and 50 deletions.
1 change: 0 additions & 1 deletion examples/basic-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"
}
2 changes: 2 additions & 0 deletions examples/custom-server-express/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "custom-server-express",
"version": "1.0.0",
"scripts": {
"dev": "node server.js",
"build": "next build",
Expand Down
2 changes: 2 additions & 0 deletions examples/custom-server-hapi/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "custom-server-hapi",
"version": "1.0.0",
"scripts": {
"dev": "node server.js",
"build": "next build",
Expand Down
1 change: 1 addition & 0 deletions examples/custom-server-koa/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "custom-server-koa",
"version": "1.0.0",
"scripts": {
"dev": "node server.js",
"build": "next build",
Expand Down
2 changes: 2 additions & 0 deletions examples/custom-server/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "custom-server",
"version": "1.0.0",
"scripts": {
"dev": "node server.js",
"build": "next build",
Expand Down
1 change: 0 additions & 1 deletion examples/data-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"
}
3 changes: 1 addition & 2 deletions examples/head-elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
"start": "next start"
},
"dependencies": {
"next": "*",
"next": "latest",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"
}
3 changes: 1 addition & 2 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
"start": "next start"
},
"dependencies": {
"next": "*",
"next": "latest",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"
}
5 changes: 2 additions & 3 deletions examples/layout-component/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"name": "hello-world",
"name": "layout-component",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "*",
"next": "latest",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"
}
3 changes: 1 addition & 2 deletions examples/nested-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
"start": "next start"
},
"dependencies": {
"next": "*",
"next": "latest",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"
}
2 changes: 2 additions & 0 deletions examples/parameterized-routing/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "parameterized-routing",
"version": "1.0.0",
"scripts": {
"dev": "node server.js",
"build": "next build",
Expand Down
1 change: 1 addition & 0 deletions examples/progressive-render/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "progressive-render",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
Expand Down
2 changes: 2 additions & 0 deletions examples/root-static-files/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "root-static-files",
"version": "1.0.0",
"scripts": {
"dev": "node server.js",
"build": "next build",
Expand Down
5 changes: 1 addition & 4 deletions examples/shared-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
{
"name": "shared-modules",
"version": "1.0.0",
"description": "This example features:",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "*",
"next": "latest",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"
}
2 changes: 2 additions & 0 deletions examples/ssr-caching/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "ssr-caching",
"version": "1.0.0",
"scripts": {
"dev": "node server.js",
"build": "next build",
Expand Down
1 change: 0 additions & 1 deletion examples/using-inferno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
"module-alias": "^2.0.0",
"next": "latest"
},
"author": "",
"license": "MIT"
}
1 change: 0 additions & 1 deletion examples/using-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
"preact": "^7.2.0",
"preact-compat": "^3.14.0"
},
"author": "",
"license": "ISC"
}
5 changes: 1 addition & 4 deletions examples/using-router/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"name": "shared-modules",
"name": "using-router",
"version": "1.0.0",
"description": "This example features:",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
Expand All @@ -13,6 +11,5 @@
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"
}
3 changes: 1 addition & 2 deletions examples/with-amp/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "amp",
"name": "with-amp",
"version": "1.0.0",
"scripts": {
"dev": "next",
Expand All @@ -11,6 +11,5 @@
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"
}
1 change: 0 additions & 1 deletion examples/with-ant-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"author": "",
"license": "ISC"
}
2 changes: 2 additions & 0 deletions examples/with-antd-mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "with-antd-mobile",
"version": "1.0.0",
"dependencies": {
"antd-mobile": "^1.1.2",
"babel-plugin-import": "^1.1.1",
Expand Down
2 changes: 2 additions & 0 deletions examples/with-firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "with-firebase",
"version": "1.0.0",
"scripts": {
"dev": "node server.js",
"build": "next build",
Expand Down
1 change: 0 additions & 1 deletion examples/with-glamor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"
}
1 change: 0 additions & 1 deletion examples/with-glamorous/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"
}
3 changes: 1 addition & 2 deletions examples/with-global-stylesheet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "next.js-css-global-style-test",
"name": "with-global-stylesheet",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
1 change: 0 additions & 1 deletion examples/with-higher-order-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"
}
3 changes: 1 addition & 2 deletions examples/with-i18next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@
"dependencies": {
"i18next": "^7.1.3",
"isomorphic-fetch": "^2.2.1",
"next": "*",
"next": "latest",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-i18next": "^2.2.1"
},
"author": "",
"license": "ISC"
}
1 change: 1 addition & 0 deletions examples/with-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "with-jest",
"version": "1.0.0",
"dependencies": {
"next": "latest",
"react": "^15.5.4",
Expand Down
1 change: 0 additions & 1 deletion examples/with-loading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"
}
2 changes: 2 additions & 0 deletions examples/with-material-ui-next/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "with-material-ui-next",
"version": "1.0.0",
"dependencies": {
"material-ui": "next",
"next": "latest",
Expand Down
2 changes: 2 additions & 0 deletions examples/with-material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "with-material-ui",
"version": "1.0.0",
"dependencies": {
"material-ui": "^0.18.0",
"next": "latest",
Expand Down
1 change: 0 additions & 1 deletion examples/with-mobx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4"
Expand Down
2 changes: 2 additions & 0 deletions examples/with-next-routes/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "with-next-routes",
"version": "1.0.0",
"scripts": {
"dev": "node server.js",
"build": "next build",
Expand Down
2 changes: 2 additions & 0 deletions examples/with-pretty-url-routing/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "with-pretty-url-routing",
"version": "1.0.0",
"scripts": {
"dev": "node server.js",
"build": "next build",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-react-ga/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "hello-world",
"name": "with-react-ga",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "*",
"next": "latest",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-ga": "2.2.0"
Expand Down
1 change: 0 additions & 1 deletion examples/with-react-intl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
"react-dom": "^15.4.2",
"react-intl": "^2.2.3"
},
"author": "",
"license": "ISC"
}
1 change: 0 additions & 1 deletion examples/with-react-md/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@
"react-dom": "^15.4.2",
"react-md": "^1.0.1"
},
"author": "",
"license": "ISC"
}
1 change: 0 additions & 1 deletion examples/with-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
"redux": "^3.6.0",
"redux-thunk": "^2.1.0"
},
"author": "",
"license": "ISC"
}
5 changes: 1 addition & 4 deletions examples/with-refnux/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
"name": "next.js-example-with-refnux",
"name": "with-refnux",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"next": "next"
},
"author": "",
"license": "ISC",
"dependencies": {
"next": "latest",
Expand Down
3 changes: 1 addition & 2 deletions examples/with-scoped-stylesheets-and-postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "next.js-with-scoped-stylesheets-and-postcss",
"name": "with-scoped-stylesheets-and-postcss",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
1 change: 0 additions & 1 deletion examples/with-semantic-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
"react-dom": "^15.4.2",
"semantic-ui-react": "^0.68.0"
},
"author": "",
"license": "ISC"
}
1 change: 0 additions & 1 deletion examples/with-shallow-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"author": "",
"license": "ISC"
}
2 changes: 2 additions & 0 deletions examples/with-socket.io/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "with-socket.io",
"version": "1.0.0",
"dependencies": {
"express": "^4.15.2",
"isomorphic-fetch": "^2.2.1",
Expand Down
1 change: 0 additions & 1 deletion examples/with-styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
"react-dom": "^15.4.2",
"styled-components": "^2.0.0-17"
},
"author": "",
"license": "ISC"
}
2 changes: 2 additions & 0 deletions examples/with-sw-precache/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "with-sw-precache",
"version": "1.0.0",
"scripts": {
"build": "next build",
"start": "NODE_ENV=production node server.js"
Expand Down
Loading

0 comments on commit f14297d

Please sign in to comment.