forked from alexgt9/pairing-matrix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.07 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
{
"name": "pairing-matrix-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://alexgt9.github.io/pairing-matrix",
"scripts": {
"dev": "vite",
"dev:firebase": "cd firebase/functions && concurrently --kill-others \"npm run build:watch\" \"firebase emulators:start\"",
"build": "tsc && vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@headlessui/react": "^1.7.12",
"@heroicons/react": "^2.0.16",
"firebase": "^9.16.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.6.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/lodash": "^4.14.189",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/uuid": "^9.0.1",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.13",
"concurrently": "^7.6.0",
"gh-pages": "^4.0.0",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.7",
"typescript": "^4.6.4",
"vite": "^4.1.4"
}
}