File tree Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ REACT_APP_ANALYTICS = VALUE
Original file line number Diff line number Diff line change 13
13
14
14
# misc
15
15
.DS_Store
16
+ .env
16
17
.env.local
17
18
.env.development.local
18
19
.env.test.local
Original file line number Diff line number Diff line change 9
9
"@testing-library/user-event" : " ^7.1.2" ,
10
10
"bootstrap" : " ^4.4.1" ,
11
11
"classnames" : " ^2.2.6" ,
12
+ "dotenv" : " ^8.2.0" ,
12
13
"enzyme" : " ^3.11.0" ,
13
14
"enzyme-adapter-react-16" : " ^1.15.2" ,
14
15
"gh-pages" : " ^2.2.0" ,
15
16
"node-sass" : " ^4.13.0" ,
16
17
"react" : " ^16.12.0" ,
17
18
"react-dom" : " ^16.12.0" ,
19
+ "react-ga" : " ^2.7.0" ,
18
20
"react-icons" : " ^3.8.0" ,
19
21
"react-markdown" : " ^4.3.1" ,
20
22
"react-scripts" : " 3.3.0" ,
Original file line number Diff line number Diff line change @@ -3745,7 +3745,7 @@ dotenv-expand@5.1.0:
3745
3745
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0"
3746
3746
integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==
3747
3747
3748
- dotenv@8.2.0:
3748
+ dotenv@8.2.0, dotenv@^8.2.0 :
3749
3749
version "8.2.0"
3750
3750
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
3751
3751
integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==
@@ -9420,6 +9420,11 @@ react-error-overlay@^6.0.4:
9420
9420
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.4.tgz#0d165d6d27488e660bc08e57bdabaad741366f7a"
9421
9421
integrity sha512-ueZzLmHltszTshDMwyfELDq8zOA803wQ1ZuzCccXa1m57k1PxSHfflPD5W9YIiTXLs0JTLzoj6o1LuM5N6zzNA==
9422
9422
9423
+ react-ga@^2.7.0:
9424
+ version "2.7.0"
9425
+ resolved "https://registry.yarnpkg.com/react-ga/-/react-ga-2.7.0.tgz#24328f157f31e8cffbf4de74a3396536679d8d7c"
9426
+ integrity sha512-AjC7UOZMvygrWTc2hKxTDvlMXEtbmA0IgJjmkhgmQQ3RkXrWR11xEagLGFGaNyaPnmg24oaIiaNPnEoftUhfXA==
9427
+
9423
9428
react-icons@^3.8.0:
9424
9429
version "3.8.0"
9425
9430
resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-3.8.0.tgz#229de5904809696c9f46932bd9b6126b2522866e"
You can’t perform that action at this time.
0 commit comments