This website requires JavaScript.
Explore
Help
Sign In
plausible
/
analytics
Watch
1
Star
1
Fork
0
You've already forked analytics
mirror of
https://github.com/plausible/analytics.git
synced
2024-11-23 20:13:31 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
061cb6ec83
analytics
/
assets
/
.babelrc
7 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit
2019-09-02 14:29:19 +03:00
{
"presets": [
React (#17) * Load dashboard with react * Rename stast2 to dashboard * Save timeframe on the frontend * Implement current visitors * Implement comparisons * React to route changes * Add modals * Show number of visitors on hover * Show 'Today' for today * Add 30 days * Show referrer drilldown * Arrow keys to go back and forward * Improve comparisons UI * Fix dropdown when clicking on it * Verify API access in a memoized fashion * Test API access * Test stats through controller * Move map formatting from stats controller to stats * Remove unused code * Remove dead code from query * Remove dead code from stats templates * Add stats view test back in * Render modal inside the modal component * Implement google search terms * Add explanation for screen sizes * Separate dashboard JS from the app js
2019-11-19 07:30:42 +03:00
"@babel/preset-env",
"@babel/preset-react"
Initial commit
2019-09-02 14:29:19 +03:00
]
}
Reference in New Issue
Copy Permalink