This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-GoogleTrendsGame
mirror of
https://github.com/jrtechs/GoogleTrendsGame.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
added dependencies to package.json
master
ritfsaecdaq
6 years ago
parent
f046d03ca1
commit
02fcde1091
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
googletrendsgame/package.json
+ 4
- 1
googletrendsgame/package.json
View File
@ -3,6 +3,9 @@
"version"
:
"0.1.0"
,
"private"
:
true
,
"dependencies"
:
{
"async"
:
"^2.6.0"
,
"google-trends-api"
:
"^4.4.0"
,
"promise"
:
"^8.0.1"
,
"react"
:
"^16.2.0"
,
"react-dom"
:
"^16.2.0"
,
"react-scripts"
:
"1.1.0"
@ -13,4 +16,4 @@
"test"
:
"react-scripts test --env=jsdom"
,
"eject"
:
"react-scripts eject"
}
}
}
Write
Preview
Loading…
Cancel
Save