Advertisement
molik

package.json + sass

Feb 1st, 2023
1,010
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.50 KB | Source Code | 0 0
  1. {
  2.     "name": "my-app",
  3.     "version": "0.1.0",
  4.     "private": true,
  5.     "dependencies": {
  6.         "node-sass": "^7.0.3",
  7.         "react": "^17.0.2",
  8.         "react-dom": "^17.0.2",
  9.         "react-scripts": "5.0.0",
  10.         "sass": "^1.58.0"
  11.     },
  12.     "scripts": {
  13.         "start": "react-scripts start",
  14.         "build": "react-scripts build",
  15.         "test": "react-scripts test",
  16.         "eject": "react-scripts eject"
  17.     },
  18.     "eslintConfig": {
  19.         "extends": "react-app"
  20.     },
  21.     "browserslist": [
  22.         ">0.2%",
  23.         "not dead",
  24.         "not ie <= 11",
  25.         "not op_mini all"
  26.     ]
  27. }
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement