Advertisement
Irvannandika

Untitled

Jun 22nd, 2025 (edited)
428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.21 KB | None | 0 0
  1. {
  2.   "name": "hafi-portrait-web",
  3.   "version": "0.1.0",
  4.   "private": true,
  5.   "homepage": "https://khzmh.github.io/pic/",
  6.   "dependencies": {
  7.     "@testing-library/jest-dom": "^5.17.0",
  8.     "@testing-library/react": "^13.4.0",
  9.     "@testing-library/user-event": "^13.5.0",
  10.     "react": "^18.3.1",
  11.     "react-dom": "^18.3.1",
  12.     "react-scripts": "5.0.1",
  13.     "web-vitals": "^2.1.4"
  14.   },
  15.   "devDependencies": {
  16.     "autoprefixer": "^10.4.19",
  17.     "gh-pages": "^6.1.1",
  18.     "postcss": "^8.4.38",
  19.     "tailwindcss": "^3.4.4"
  20.   },
  21.   "scripts": {
  22.     "start": "react-scripts start",
  23.     "build": "react-scripts build",
  24.     "test": "react-scripts test",
  25.     "eject": "react-scripts eject",
  26.     "predeploy": "npm run build",
  27.     "deploy": "gh-pages -d build"
  28.   },
  29.   "eslintConfig": {
  30.     "extends": [
  31.       "react-app",
  32.       "react-app/jest"
  33.     ]
  34.   },
  35.   "browserslist": {
  36.     "production": [
  37.       ">0.2%",
  38.       "not dead",
  39.       "not op_mini all"
  40.     ],
  41.     "development": [
  42.       "last 1 chrome version",
  43.       "last 1 firefox version",
  44.       "last 1 safari version"
  45.     ]
  46.   },
  47.   "author": "Hafi Portrait",
  48.   "repository": {
  49.     "type": "git",
  50.     "url": "https://github.com/khzmh/pic.git"
  51.   }
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement