PHP Classes

File: client/package.json

Recommend this page to a friend!
  Classes of mohammad anzawi   PHP Wallet API and Application   client/package.json   Download  
File: client/package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Wallet API and Application
Application to manage a wallet by calling an API
Author: By
Last change:
Date: 2 years ago
Size: 1,425 bytes
 

Contents

Class file image Download
{ "name": "client", "version": "0.1.0", "private": true, "dependencies": { "@craco/craco": "^6.4.2", "@headlessui/react": "^1.4.2", "@heroicons/react": "^1.0.5", "@testing-library/jest-dom": "^5.15.1", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", "@types/jest": "^26.0.24", "@types/node": "^12.20.37", "@types/react": "^17.0.37", "@types/react-dom": "^17.0.11", "axios": "^0.24.0", "formik": "^2.2.9", "history": "^5.1.0", "mobx": "^6.3.8", "mobx-react-lite": "^3.2.2", "react": "^17.0.2", "react-chartjs-2": "^4.0.0", "react-dom": "^17.0.2", "react-router-dom": "^6.0.2", "react-scripts": "4.0.3", "typescript": "^4.5.2", "web-vitals": "^1.1.2" }, "scripts": { "start": "craco start", "build": "craco build", "test": "craco test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@types/react-router-dom": "^5.3.2", "autoprefixer": "^9.8.8", "postcss": "^7.0.39", "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17" } }