Initial commit
This commit is contained in:
43
package.json
Normal file
43
package.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "btpxpress-client",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"format": "prettier --write \"{app,demo,layout,types}/**/*.{js,ts,tsx,d.ts}\"",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fullcalendar/core": "6.1.4",
|
||||
"@fullcalendar/daygrid": "^6.1.4",
|
||||
"@fullcalendar/interaction": "^6.1.4",
|
||||
"@fullcalendar/react": "^6.1.4",
|
||||
"@fullcalendar/timegrid": "^6.1.4",
|
||||
"@types/node": "18.15.11",
|
||||
"@types/react": "18.0.34",
|
||||
"@types/react-dom": "18.0.11",
|
||||
"@types/react-transition-group": "^4.4.1",
|
||||
"axios": "^1.3.4",
|
||||
"chart.js": "4.3.2",
|
||||
"critters": "^0.0.23",
|
||||
"date-fns": "^4.1.0",
|
||||
"keycloak-js": "^23.0.7",
|
||||
"next": "^15.2.4",
|
||||
"next-auth": "^4.24.0",
|
||||
"primeflex": "3.3.0",
|
||||
"primeicons": "^6.0.1",
|
||||
"primereact": "10.2.1",
|
||||
"quill": "^2.0.3",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"typescript": "5.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "8.35.0",
|
||||
"eslint-config-next": "13.4.9",
|
||||
"prettier": "2.8.4",
|
||||
"sass": "^1.58.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user