Advertisement
Guest User

alek mafija

a guest
Apr 7th, 2020
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.84 KB | None | 0 0
  1. {
  2.   "name": "oubli",
  3.   "version": "0.1.0",
  4.   "private": true,
  5.   "dependencies": {
  6.     "lodash": "^4.17.15",
  7.     "node-sass": "^4.13.1",
  8.     "prismic-javascript": "^2.1.1",
  9.     "prismic-reactjs": "^1.1.1",
  10.     "react": "^16.8.6",
  11.     "react-dom": "^16.8.6",
  12.     "react-router-dom": "^5.0.1",
  13.     "react-scripts": "3.0.1",
  14.     "react-transition-group": "^4.3.0",
  15.     "styled-components": "^4.3.2",
  16.     "styled-tools": "^1.7.1"
  17.   },
  18.   "scripts": {
  19.     "start": "react-scripts start",
  20.     "build": "react-scripts build",
  21.     "test": "react-scripts test",
  22.     "eject": "react-scripts eject"
  23.   },
  24.   "browserslist": {
  25.     "production": [
  26.       ">0.2%",
  27.       "not dead",
  28.       "not op_mini all"
  29.     ],
  30.     "development": [
  31.       "last 1 chrome version",
  32.       "last 1 firefox version",
  33.       "last 1 safari version"
  34.     ]
  35.   }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement