generated from hoangvvo/nextjs-mongodb-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.92 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
{
"name": "ruru-herbarium",
"version": "1.0.0",
"description": "The Ruru House Herbarium. Garden Manager",
"main": "index.js",
"scripts": {
"dev": "next dev -p 3141",
"build": "next build",
"start": "next start -p 3141",
"lint": "standard",
"fix": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/avowkind/ruru-herbarium.git"
},
"author": "Andrew Watkins",
"license": "MIT",
"bugs": {
"url": "https://github.com/avowkind/ruru-herbarium/issues"
},
"homepage": "https://github.com/avowkind/ruru-herbarium#readme",
"dependencies": {
"@apollo/react-hooks": "^4.0.0",
"@apollo/react-ssr": "^4.0.0",
"@mdx-js/loader": "^1.6.16",
"@next/mdx": "^9.5.2",
"@sendgrid/mail": "^7.0.0",
"@tailwindcss/typography": "^0.2.0",
"@yaireo/tagify": "^3.17.7",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"apollo-link-schema": "^1.2.5",
"apollo-server-micro": "^2.17.0",
"autoprefixer": "^9.8.6",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.20.0",
"connect-mongo": "^3.2.0",
"dotenv": "^8.2.0",
"express-session": "^1.17.1",
"graphql": "^15.3.0",
"graphql-iso-date": "^3.6.1",
"graphql-tools": "^6.2.0",
"limax": "^2.1.0",
"match-sorter": "^4.2.0",
"mongodb": "^3.6.0",
"multer": "^1.4.2",
"nanoid": "^3.1.5",
"next": "^9.3.1",
"next-connect": "^0.8.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"postcss-import": "^12.0.1",
"react": "^16.13.1",
"react-contenteditable": "^3.3.5",
"react-dom": "^16.13.1",
"react-dropzone-uploader": "^2.11.0",
"react-hook-form": "^6.4.0",
"react-markdown": "^4.3.1",
"react-table": "^7.5.0",
"react-tabs": "^3.1.1",
"swr": "^0.3.0",
"tailwindcss": "^1.6.2",
"validator": "^13.0.0"
},
"devDependencies": {
"standard": "^14.3.4"
}
}