-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed claim page and converted to single repo
- Loading branch information
1 parent
aa62606
commit a6e0249
Showing
201 changed files
with
102 additions
and
25,095 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,65 @@ | ||
{ | ||
"name": "admin-dashboard", | ||
"name": "@admindashboard/payload", | ||
"description": "Admin dashboard project", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"keywords": [], | ||
"author": "Taylor Beeston", | ||
"license": "ISC", | ||
"main": "dist/server.js", | ||
"license": "MIT", | ||
"scripts": { | ||
"dev": "cross-env PAYLOAD_CONFIG_PATH=src/payload.config.ts nodemon", | ||
"build:payload": "cross-env PAYLOAD_CONFIG_PATH=src/payload.config.ts payload build", | ||
"typecheck": "tsc", | ||
"build": "pnpm copyfiles && pnpm build:payload", | ||
"serve": "cross-env PAYLOAD_CONFIG_PATH=dist/payload.config.js NODE_ENV=production node dist/server.js", | ||
"copyfiles": "copyfiles -u 1 \"src/**/*.{html,css,scss,ttf,woff,woff2,eot,svg,jpg,png}\" dist/", | ||
"generate:types": "cross-env PAYLOAD_CONFIG_PATH=src/payload.config.ts payload generate:types", | ||
"generate:graphQLSchema": "cross-env PAYLOAD_CONFIG_PATH=src/payload.config.ts payload generate:graphQLSchema" | ||
}, | ||
"dependencies": { | ||
"@faceless-ui/modal": "^2.0.1", | ||
"@faceless-ui/window-info": "^2.1.1", | ||
"@radix-ui/react-accordion": "^1.1.2", | ||
"better-error-message-for-json-parse": "^0.1.6", | ||
"bullmq": "^4.9.0", | ||
"class-variance-authority": "^0.7.0", | ||
"clsx": "^2.0.0", | ||
"cross-env": "^7.0.3", | ||
"date-fns": "^2.30.0", | ||
"deep-equal": "^2.2.2", | ||
"dotenv": "^8.2.0", | ||
"express": "^4.17.1", | ||
"handlebars": "^4.7.8", | ||
"immer": "^10.0.3", | ||
"jsonwebtoken": "^9.0.2", | ||
"lucide-react": "^0.279.0", | ||
"md5": "^2.3.0", | ||
"object-to-formdata": "^4.5.1", | ||
"papaparse": "^5.4.1", | ||
"payload": "1.13.4", | ||
"qs": "^6.11.2", | ||
"react": "^18.2.0", | ||
"react-flip-toolkit": "^7.1.0", | ||
"react-i18next": "^13.2.2", | ||
"react-router-dom": "^5.3.4", | ||
"react-toastify": "^9.1.3", | ||
"tailwind-merge": "^1.14.0", | ||
"tailwindcss-animate": "^1.0.7", | ||
"uuid": "^9.0.1", | ||
"webpack-hot-middleware": "^2.25.4" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^6.6.0", | ||
"@typescript-eslint/parser": "^6.6.0", | ||
"eslint": "^8.48.0", | ||
"eslint-config-airbnb-typescript": "^17.1.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-import-resolver-typescript": "^3.6.0", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-react": "^7.33.2", | ||
"prettier": "^3.0.3", | ||
"prettier-plugin-astro": "^0.12.0", | ||
"@learncard/types": "^5.3.2", | ||
"@types/express": "^4.17.9", | ||
"@types/jsonwebtoken": "^9.0.2", | ||
"@types/papaparse": "^5.3.9", | ||
"@types/qs": "^6.9.8", | ||
"@types/react": "^18.2.21", | ||
"@types/react-router-dom": "^5.3.3", | ||
"@types/uuid": "^9.0.4", | ||
"copyfiles": "^2.4.1", | ||
"nodemon": "^2.0.6", | ||
"postcss": "^8.4.30", | ||
"tailwindcss": "^3.0.24", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^5.2.2" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.