-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.58 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
{
"name": "next-tailwind-graphql-express-repo",
"version": "0.1.0",
"private": true,
"scripts": {
"d": "concurrently \"next dev\" \"nodemon pages/api/graphql/index.js\"",
"s": "nodemon pages/api/graphql/index.js",
"c": "next dev",
"start": "next start",
"build": "next build",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.6.2",
"apollo-server-express": "^3.7.0",
"apollo-upload-client": "^17.0.0",
"axios": "^0.27.2",
"babel-eslint": "^10.1.0",
"bcrypt": "^5.0.1",
"cloudinary": "^1.29.1",
"concurrently": "^7.6.0",
"cookie-parser": "^1.4.6",
"cookies-next": "^2.1.1",
"cors": "^2.8.5",
"daisyui": "^2.31.0",
"date-fns": "^2.28.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"graphql": "^16.4.0",
"graphql-upload": "^13.0.0",
"html-react-parser": "^1.4.12",
"install": "^0.13.0",
"jsonwebtoken": "^8.5.1",
"loadash": "^1.0.0",
"lodash": "^4.17.21",
"micro": "^9.3.4",
"mongoose": "^6.3.2",
"next": "^12.1.6",
"nextjs-progressbar": "^0.0.16",
"node-fetch": "2.6.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-infinite-scroll-component": "^6.1.0",
"react-markdown": "^8.0.4",
"remark-gfm": "^3.0.1",
"slugify": "^1.6.5",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"autoprefixer": "^10.4.13",
"eslint": "^8.26.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.2"
}
}