-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.24 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
{
"name": "membersvirtualcoffeeio",
"version": "2.0.0",
"private": true,
"description": "Virtual Coffee Members Home Base",
"repository": "https://github.com/Virtual-Coffee/members.virtualcoffee.io.git",
"bugs": {
"url": "https://github.com/Virtual-Coffee/members.virtualcoffee.io/issues"
},
"homepage": "https://github.com/Virtual-Coffee/members.virtualcoffee.io",
"main": "",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "prettier --check --ignore-path .gitignore \"**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"lint:fix": "prettier --write --ignore-path .gitignore \"**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
},
"author": "Dan Ott",
"contributors": [],
"license": "CC-BY-3.0",
"dependencies": {
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.4",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/typography": "^0.4.1",
"airtable": "^0.11.1",
"formidable": "^2.0.0-canary.20200504.1",
"next": "^11.0.0",
"next-auth": "beta",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.15.1",
"react-query": "^3.23.1",
"sqlite3": "^5.0.2"
},
"devDependencies": {
"autoprefixer": "^10.3.3",
"postcss": "^8.3.6",
"prettier": "2.3.2",
"tailwindcss": "^2.2.9"
}
}