Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

package.json 1.0 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
  1. {
  2. "name": "fast-ai-video-viewer",
  3. "version": "0.1.0",
  4. "private": true,
  5. "license": "BSD-3-Clause",
  6. "dependencies": {
  7. "crypto-js": "^3.1.9-1",
  8. "history": "^4.7.2",
  9. "normalize.css": "^8.0.1",
  10. "prop-types": "^15.6.2",
  11. "query-string": "^6.2.0",
  12. "react": "^16.6.0",
  13. "react-dom": "^16.6.0",
  14. "react-fontawesome": "^1.6.1",
  15. "react-grid-system": "^4.3.1",
  16. "react-markdown": "^4.0.6",
  17. "react-player": "^1.8.0",
  18. "react-router-dom": "^4.3.1",
  19. "react-scripts": "^2.1.3",
  20. "react-syntax-highlighter": "^10.1.2",
  21. "styled-components": "^4.0.3"
  22. },
  23. "scripts": {
  24. "start": "react-scripts start",
  25. "build": "react-scripts build",
  26. "test": "react-scripts test",
  27. "eject": "react-scripts eject"
  28. },
  29. "browserslist": [
  30. ">0.2%",
  31. "not dead",
  32. "not ie <= 11",
  33. "not op_mini all"
  34. ],
  35. "devDependencies": {
  36. "eslint": "^5.6.0",
  37. "eslint-plugin-import": "^2.14.0",
  38. "eslint-plugin-jsx-a11y": "^6.1.2",
  39. "eslint-plugin-react": "^7.11.1"
  40. }
  41. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...