-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.61 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.61 KB
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
{
"name": "nextjs-community",
"version": "0.3.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"analyze": "cross-env ANALYZE=true next build && next start",
"start": "next start",
"lint": "next lint",
"jest": "jest --watch",
"cypress": "cypress open"
},
"dependencies": {
"@types/marked": "^3.0.2",
"apollo-server": "^3.3.0",
"apollo-server-micro": "^2.3.3",
"firebase": "^8.9.1",
"firebase-admin": "^9.11.1",
"graphql": "^15.6.1",
"graphql-middleware": "^6.1.7",
"graphql-shield": "^7.5.0",
"graphql-tools": "^8.2.0",
"husky": "^7.0.4",
"joi": "^17.4.2",
"lint": "^0.7.0",
"marked": "^3.0.7",
"micro": "^9.3.4",
"nanoid": "^3.1.28",
"next": "11.1.2",
"next-mdx-remote": "^3.0.6",
"nextjs-progressbar": "0.0.11",
"nookies": "^2.5.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.16.0",
"react-markdown": "^7.0.1",
"rich-markdown-editor": "^11.18.9",
"sass": "^1.42.1",
"slug": "^5.1.0",
"styled-components": "^5.3.1",
"swr": "^1.0.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2",
"@types/react": "17.0.20",
"autoprefixer": "^10.3.4",
"babel-jest": "^27.3.1",
"cypress": "^9.0.0",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "^8.3.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.3.1",
"postcss": "^8.3.6",
"react-test-renderer": "^17.0.2",
"tailwindcss": "^2.2.15",
"typescript": "4.4.2"
}
}