-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.2 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
{
"name": "confession-manager",
"version": "1.0.0",
"description": "The web application interacts with Google Sheet API V4 to manage confessions for applications that use Google Form to collect confessions.",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"deploy": "npm run build&&sh deploy.sh"
},
"type": "module",
"license": "MIT",
"devDependencies": {
"@types/facebook-js-sdk": "^3.3.6",
"@types/gapi": "^0.0.44",
"@types/gapi.auth2": "^0.0.57",
"@types/gapi.client.forms-v1": "^0.0.1",
"@types/gapi.client.sheets-v4": "^0.0.1",
"@types/gapi.people": "^1.0.9",
"@types/google.accounts": "^0.0.7",
"@types/google.picker": "^0.0.39",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"postcss-import": "^15.1.0",
"tailwindcss": "^3.3.1",
"ts-node": "^10.9.1",
"vite": "^4.1.1",
"vite-plugin-pwa": "^0.15.0",
"vite-plugin-solid": "^2.5.0"
},
"dependencies": {
"@solidjs/router": "^0.8.2",
"axios": "^1.4.0",
"firebase": "^9.22.0",
"localforage": "^1.10.0",
"solid-js": "^1.6.10",
"tailwind-merge": "^1.12.0"
}
}