diff options
| author | Factiven <[email protected]> | 2023-04-11 23:23:29 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-04-11 23:23:29 +0700 |
| commit | 1fcdd9f7d859b925bf92265f441655d5522e351c (patch) | |
| tree | 86391522f6fcc70d105f7e796a9f91d132ee4a29 /package.json | |
| parent | Initial commit (diff) | |
| download | moopa-1fcdd9f7d859b925bf92265f441655d5522e351c.tar.xz moopa-1fcdd9f7d859b925bf92265f441655d5522e351c.zip | |
initial commit
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..5ba87ef --- /dev/null +++ b/package.json @@ -0,0 +1,50 @@ +{ + "name": "moopa", + "version": "3.1.6", + "private": true, + "scripts": { + "dev": "next dev", + "build": "next build", + "export": "next build && next export", + "start": "next start", + "lint": "next lint" + }, + "dependencies": { + "@apollo/client": "^3.7.3", + "@consumet/extensions": "github:consumet/consumet.ts", + "@next-auth/mongodb-adapter": "^1.1.1", + "@next/font": "13.0.7", + "@vidstack/react": "^0.4.3", + "artplayer": "^4.6.2", + "axios": "^1.2.2", + "closest-match": "^1.3.3", + "crypto": "^1.0.1", + "disqus-react": "^1.1.5", + "framer-motion": "^8.5.0", + "gql": "^1.1.2", + "graphql": "^15.8.0", + "hls.js": "^1.3.2", + "kt-react-html-parser": "^2.1.3", + "mongodb": "^4.15.0", + "next": "13.0.7", + "next-auth": "^4.22.0", + "next-pwa": "^5.6.0", + "next-themes": "^0.2.1", + "nextjs-progressbar": "^0.0.16", + "react": "18.2.0", + "react-dom": "^18.2.0", + "react-icons": "^4.7.1", + "react-loading-skeleton": "^3.2.0", + "request": "^2.88.2", + "tailwind-scrollbar-hide": "^1.1.7", + "typewriter-effect": "^2.19.0", + "vidstack": "^0.4.3" + }, + "devDependencies": { + "autoprefixer": "^10.4.13", + "postcss": "^8.4.20", + "prettier": "^2.8.3", + "tailwind-scrollbar": "^2.1.0", + "tailwindcss": "^3.3.1" + } +} |