-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update/integrate new react-globe, update dev files
- Loading branch information
1 parent
c8159f3
commit d4fcff1
Showing
17 changed files
with
133 additions
and
11,226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2019 Chris Zhou <[email protected]> | ||
Copyright (c) 2020 Chris Zhou <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,51 @@ | ||
{ | ||
"private": true, | ||
"name": "google-globe-trends", | ||
"version": "1.0.0", | ||
"description": "Create beautiful and interactive Google Trends globe visualizations with ease.", | ||
"version": "0.1.0", | ||
"license": "MIT", | ||
"homepage": "https://google-globe-trends.netlify.com/", | ||
"repository": "chrisrzhou/google-globe-trends", | ||
"bugs": "https://github.com/chrisrzhou/google-globe-trends/issues", | ||
"author": "Chris Zhou <[email protected]> (https://chrisrzhou.io)", | ||
"keywords": [ | ||
"google", | ||
"globe", | ||
"trends", | ||
"react-globe", | ||
"react", | ||
"three", | ||
"threejs", | ||
"three.js", | ||
"webgl", | ||
"visualization", | ||
"interactive", | ||
"globe", | ||
"earth", | ||
"netlify" | ||
"netlify", | ||
"jamstack" | ||
], | ||
"author": "Chris Zhou <[email protected]>", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/chrisrzhou/google-globe-trends.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/chrisrzhou/google-globe-trends/issues" | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build:data": "npm run untrack:data && node ./scripts/build_data.js", | ||
"build": "npm run clean && npm run build:data && react-scripts build", | ||
"lint": "eslint --ext .js,.jsx,.ts,.tsx, --fix src", | ||
"clean": "rm -rf build", | ||
"size": "bundlesize", | ||
"untrack:data": "git update-index --assume-unchanged ./src/_data.json" | ||
}, | ||
"homepage": "https://google-globe-trends.netlify.com/", | ||
"private": true, | ||
"dependencies": { | ||
"@types/react": "16.8.14", | ||
"@types/react-dom": "16.8.4", | ||
"es6-tween": "^5.4.3", | ||
"moment": "^2.24.0", | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6", | ||
"react-globe": "^3.0.0", | ||
"react-globe": "^5.0.0", | ||
"react-scripts": "2.1.8", | ||
"react-spring": "^8.0.19", | ||
"three": "^0.103.0" | ||
"three": "^0.119.1" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^16.9.45", | ||
"@types/react-dom": "^16.9.8", | ||
"@typescript-eslint/eslint-plugin": "^1.6.0", | ||
"@typescript-eslint/parser": "^1.6.0", | ||
"bundlesize": "^0.17.1", | ||
"country-reverse-geocoding": "^0.2.2", | ||
"eslint-config-prettier": "^4.1.0", | ||
"eslint-plugin-prettier": "^3.0.1", | ||
|
@@ -54,15 +57,6 @@ | |
"prop-types": "^15.7.2", | ||
"typescript": "^3.4.4" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build:data": "yarn untrack:data && node ./scripts/build_data.js", | ||
"build": "yarn clean && yarn build:data && react-scripts build", | ||
"lint": "eslint --ext .js,.jsx,.ts,.tsx, --fix src", | ||
"clean": "rm -rf build", | ||
"size": "bundlesize", | ||
"untrack:data": "git update-index --assume-unchanged ./src/_data.json" | ||
}, | ||
"eslintConfig": { | ||
"extends": "react-app" | ||
}, | ||
|
@@ -71,11 +65,5 @@ | |
"not dead", | ||
"not ie <= 11", | ||
"not op_mini all" | ||
], | ||
"bundlesize": [ | ||
{ | ||
"path": "./build/*.js", | ||
"maxSize": "1 MB" | ||
} | ||
] | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.