diff --git a/.gitignore b/.gitignore index 6c96c5c..31d7465 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ build .DS_Store .env npm-debug.log + +.now \ No newline at end of file diff --git a/package.json b/package.json index 598275c..f972eff 100644 --- a/package.json +++ b/package.json @@ -1,23 +1,35 @@ { - "name": "react-fractals", - "version": "0.0.1", - "private": true, - "devDependencies": { - "gh-pages": "^0.12.0", - "react-scripts": "0.7.0" - }, - "dependencies": { - "d3-scale": "^1.0.4", - "d3-selection": "^1.0.3", - "react": "^16.3.0-rc.0", - "react-dom": "^16.3.0-rc.0" - }, - "homepage": "https://swizec.github.io/react-fractals", - "scripts": { - "start": "react-scripts start", - "build": "react-scripts build", - "test": "react-scripts test --env=jsdom", - "eject": "react-scripts eject", - "deploy": "gh-pages -d build" - } + "name": "react-fractals", + "version": "0.0.1", + "private": true, + "devDependencies": { + "gh-pages": "^0.12.0", + "react-scripts": "^4.0.3" + }, + "dependencies": { + "d3-scale": "^1.0.4", + "d3-selection": "^1.0.3", + "react": "18.0.0-alpha-9212d994b", + "react-dom": "18.0.0-alpha-9212d994b", + "react-lag-radar": "^1.0.0" + }, + "scripts": { + "start": "react-scripts start", + "build": "react-scripts build", + "test": "react-scripts test --env=jsdom", + "eject": "react-scripts eject", + "deploy": "gh-pages -d build" + }, + "browserslist": { + "production": [ + ">0.2%", + "not dead", + "not op_mini all" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" + ] + } } diff --git a/public/index.html b/public/index.html index aab5e3b..fe011c6 100644 --- a/public/index.html +++ b/public/index.html @@ -1,10 +1,10 @@ - + -
- - - - -