forked from phonlab-tcd/bat-mirialta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.5 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "bat-mirialta",
"version": "1.0.1",
"description": "Starter kit for modern web applications",
"homepage": "https://github.com/JohnSloan8/bat-mirialta",
"repository": {
"type": "git",
"url": "https://github.com/JohnSloan8/bat-mirialta"
},
"bugs": {
"url": "https://github.com/JohnSloan8/bat-mirialta/issues",
"email": "[email protected]"
},
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build --base=/applications/bat-mirialta/",
"preview": "vite preview",
"https-preview": "serve dist",
"prepare": "husky install",
"update-types": "npx supabase gen types typescript --project-id \"pdntukcptgktuzpynlsv\" > types/supabase.ts"
},
"dependencies": {
"@chatscope/chat-ui-kit-react": "^1.9.7",
"@chatscope/chat-ui-kit-styles": "^1.4.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.8.0",
"@mui/lab": "^5.0.0-alpha.83",
"@mui/material": "^5.8.1",
"@mui/system": "^5.8.1",
"@mui/utils": "^5.8.0",
"@supabase/supabase-js": "^2.0.0-rc.8",
"abair-components": "^0.1.61",
"axios": "^1.3.3",
"chart.js": "^4.2.1",
"dayjs": "^1.11.7",
"express": "^4.18.2",
"i18next": "^22.4.14",
"is-mobile": "^3.1.1",
"react": "^18.1.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.1.0",
"react-error-boundary": "^3.1.4",
"react-helmet-async": "^1.3.0",
"react-i18next": "^12.2.0",
"react-router-dom": "^6.3.0",
"react-simple-keyboard": "^3.5.45",
"recoil": "^0.7.2"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/node": "^17.0.36",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@vitejs/plugin-react": "^1.3.2",
"eslint": "^8.16.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"https-localhost": "^4.7.1",
"husky": "^8.0.1",
"lint-staged": "^12.4.2",
"prettier": "2.6.2",
"typescript": "^4.7.2",
"vite": "^3.0.0",
"vite-plugin-pwa": "^0.12.0"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
"prettier --write"
],
"src/**/*.{js,jsx,ts,tsx,json}": [
"eslint --max-warnings=0"
]
},
"author": {
"name": "John Sloan",
"email": "[email protected]",
"url": "https://www.abair.ie"
},
"keywords": [
"react",
"starter-kit",
"vite"
]
}