From a7278e3aeba3c8ae698dc4747673a74b333e16fe Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Thu, 4 Jan 2018 22:32:10 +0100 Subject: [PATCH] [docs] Add a reference to create-react-app-with-flow --- docs/src/pages/getting-started/example-projects.md | 1 + examples/create-react-app/package.json | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/src/pages/getting-started/example-projects.md b/docs/src/pages/getting-started/example-projects.md index bccbac73e87aee..4af2a4e9bb6401 100644 --- a/docs/src/pages/getting-started/example-projects.md +++ b/docs/src/pages/getting-started/example-projects.md @@ -5,6 +5,7 @@ Are you looking for an example project to get started? We host some example projects which you can find in the [GitHub repository](https://github.com/mui-org/material-ui) under the [`/examples`](https://github.com/mui-org/material-ui/tree/v1-beta/examples) folder: - [Create React App](https://github.com/mui-org/material-ui/tree/v1-beta/examples/create-react-app) - [Next.js](https://github.com/mui-org/material-ui/tree/v1-beta/examples/nextjs) +- [Create React App with JSS](https://github.com/mui-org/material-ui/tree/v1-beta/examples/create-react-app-with-jss) - [Create React App with Flow](https://github.com/mui-org/material-ui/tree/v1-beta/examples/create-react-app-with-flow) - [Create React App with TypeScript](https://github.com/mui-org/material-ui/tree/v1-beta/examples/create-react-app-with-typescript) diff --git a/examples/create-react-app/package.json b/examples/create-react-app/package.json index 8ad9bc4dfaef70..eafe67b16db534 100644 --- a/examples/create-react-app/package.json +++ b/examples/create-react-app/package.json @@ -3,13 +3,10 @@ "version": "1.0.0", "private": true, "dependencies": { - "jss": "latest", - "jss-preset-default": "latest", "material-ui": "next", "prop-types": "latest", "react": "latest", "react-dom": "latest", - "react-jss": "latest", "react-scripts": "latest" }, "scripts": {