Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoqueen97 authored May 9, 2024
1 parent e92df0f commit 1dd683b
Showing 1 changed file with 21 additions and 52 deletions.
73 changes: 21 additions & 52 deletions coffetea/package.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,26 @@
{
  "name": "lvstea",
  "version": "2.0.1",
  "description": "lvsteatesnet",
  "main": "index.js",
  "dependencies": {
    "astro": "^4.7.1",
    "busboy": "^1.6.0",
    "caniuse-lite": "^1.0.30001616",
    "client-only": "^0.0.1",
    "codetea": "^1.2.0",
    "gem": "^2.4.3",
    "graceful-fs": "^4.2.11",
    "js-tokens": "^4.0.0",
    "loose-envify": "^1.4.0",
    "mikamoon": "^1.2.4",
    "nanoid": "^3.3.7",
    "next": "^14.1.3",
    "originaltea": "^1.0.0",
    "picocolors": "^1.0.0",
    "pnpm": "^9.1.0",
    "postcss": "^8.4.31",
    "py3": "^1.0.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "scheduler": "^0.23.2",
    "solidity": "^0.0.1",
    "source-map-js": "^1.2.0",
    "streamsearch": "^1.1.0",
    "styled-jsx": "^5.1.1",
    "testnetforce": "^1.1.5",
    "thirdweb": "^5.16.1",
    "tslib": "^2.6.2",
    "unity": "^1.0.0"
  },
  "name": "kay-testnet",
  "version": "1.2.2",
  "scripts": {
    "test": "test"
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cryptoqueen97/kay-testnet"
  },
  "keywords": [
    "lvstea"
  ],
  "author": "cryptoqueen97",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/cryptoqueen97/kay-testnet/issues"
  "dependencies": {
    "react": "^18",
    "react-dom": "^18",
    "next": "14.1.1"
  },
  "homepage": "https://github.com/cryptoqueen97/kay-testnet#readme",
  "packageManager": "[email protected]+sha512.67f5879916a9293e5cf059c23853d571beaf4f753c707f40cb22bed5fb1578c6aad3b6c4107ccb3ba0b35be003eb621a16471ac836c87beb53f9d54bb4612724",
  "devDependencies": {}
  "devDependencies": {
    "typescript": "^5",
    "@types/node": "^20",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "autoprefixer": "^10.0.1",
    "postcss": "^8",
    "tailwindcss": "^3.3.0",
    "eslint": "^8",
    "eslint-config-next": "14.1.1"
  }
}



0 comments on commit 1dd683b

Please sign in to comment.