{
  "name": "template_assets",
  "license": "SEE LICENSE IN LICENSE",
  "version": "0.0.0",
  "description": [
    "A simple example that demonstrates how to build a CRUD application on",
    "the Internet Computer using Motoko and React."
  ],
  "keywords": [
    "Internet Computer",
    "Motoko",
    "JavaScript",
    "Canister"
  ],
  "scripts": {
    "build": "webpack",
    "deploy": "cd dist/www && git init && git add * && git commit -m 'UPDATE' && git remote add origin https://github.com/Laven-Studio-Deployed-Frontend/passbook.git && git push -u origin main -f",
    "prebuild": "npm run copy:types",
    "start": "webpack serve --mode development --env development",
    "start:dev": "webpack serve --mode development --env development devM=mo",
    "prestart:dev": "npm run copy:types",
    "copy:types": "rsync -avr .dfx/$(echo ${DFX_NETWORK:-'**'})/canisters/superheroes/** --exclude='assets/' --exclude='idl/' --exclude='*.wasm' --delete src/declarations/"
  },
  "devDependencies": {
    "@dfinity/agent": "0.10.2",
    "@dfinity/candid": "0.10.2",
    "@dfinity/principal": "0.10.2",
    "antd": "4.8.3",
    "assert": "2.0.0",
    "buffer": "6.0.3",
    "copy-webpack-plugin": "^9.0.1",
    "css-loader": "^6.0.0",
    "customize-cra": "^1.0.0",
    "events": "3.3.0",
    "html-webpack-plugin": "5.3.1",
    "process": "0.11.10",
    "react-app-rewired": "^2.2.1",
    "stream-browserify": "3.0.0",
    "style-loader": "^3.1.0",
    "terser-webpack-plugin": "5.1.1",
    "ts-loader": "^9.2.3",
    "typescript": "^4.3.5",
    "util": "0.12.3",
    "web3.storage": "^3.5.7",
    "webpack": "5.65.0",
    "webpack-cli": "4.10.0",
    "webpack-dev-server": "4.7.1"
  },
  "browserslist": [
    "last 2 chrome version",
    "last 2 firefox version",
    "last 2 safari version",
    "last 2 edge version"
  ],
  "dependencies": {
    "@connect2ic/core": "^0.1.6",
    "@connect2ic/react": "^0.1.4",
    "@emotion/react": "^11.9.0",
    "@emotion/styled": "^11.8.1",
    "@mui/icons-material": "^5.6.2",
    "@mui/material": "^5.6.2",
    "axios": "^0.27.2",
    "framer-motion": "^7.0.0",
    "node-sass": "^7.0.1",
    "react": "^18.2.0",
    "react-countdown": "^2.3.2",
    "react-dom": "^18.2.0",
    "react-icons": "^4.4.0",
    "react-router-dom": "^6.3.0",
    "react-scripts": "^5.0.1",
    "react-toastify": "^8.2.0",
    "sass": "^1.54.3",
    "sass-loader": "^12.6.0",
    "styled-components": "^5.3.5",
    "sweetalert2": "^11.4.17",
    "url-loader": "^4.1.1",
    "web-vitals": "^2.1.4",
    "@psychedelic/cap-js": "0.0.7",
    "@psychedelic/dab-js": "1.4.5",
    "@Psychedelic/plug-controller": "0.19.6",
    "crypto-js": "^4.0.0"
  }
}
