-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
47 lines (47 loc) · 1.18 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
{
"name": "newsprism",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"prisma:init": "prisma init",
"prisma:migrate": "prisma migrate dev --preview-feature",
"prisma:generate": "prisma generate"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@apollo/client": "^3.3.6",
"@auth0/nextjs-auth0": "^1.4.0",
"@prisma/client": "^2.24.1",
"apollo-server-micro": "^2.19.0",
"autoprefixer": "^10.1.0",
"dotenv": "^8.2.0",
"graphql": "^15.4.0",
"graphql-middleware": "^6.0.0",
"graphql-shield": "^7.4.4",
"graphql-tools": "^7.0.2",
"lodash": "^4.17.20",
"micro-cors": "^0.1.1",
"next": "^10.0.3",
"next-http-proxy-middleware": "^1.0.9",
"postcss": "^8.1.7",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-js-pagination": "^3.0.3",
"rss-parser": "^3.10.0",
"string-strip-html": "^7.0.3",
"tailwindcss": "^2.0.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^14.14.14",
"@types/react": "^17.0.0",
"prisma": "^2.24.1",
"typescript": "^4.1.3"
}
}