-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.9 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
{
"name": "ubdc-web-starter-kit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node scripts/cache.js && next dev",
"build": "node scripts/cache.js && npm install @playwright/test && npx playwright install --with-deps chromium && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.7.12",
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.6",
"@jsdevtools/rehype-toc": "^3.0.2",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.12.2",
"@nhost/nextjs": "^1.13.21",
"@nhost/react-apollo": "^5.0.19",
"@playwright/test": "^1.37.1",
"@types/node": "18.16.1",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@types/remark-prism": "^1.3.4",
"directory-tree": "^3.5.1",
"eslint": "8.39.0",
"eslint-config-next": "13.3.1",
"fs": "^0.0.1-security",
"graphql": "^16.6.0",
"gray-matter": "^4.0.3",
"next": "13.3.1",
"next-mdx-remote": "^4.4.1",
"raw-loader": "^4.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"rehype-add-classes": "^1.0.0",
"rehype-format": "^4.0.1",
"rehype-mermaidjs": "^1.0.1",
"rehype-raw": "^6.1.1",
"rehype-stringify": "^9.0.3",
"remark-callouts": "^2.0.0",
"remark-directive": "^2.0.1",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.1",
"remark-prism": "^1.3.6",
"remark-rehype": "^10.1.0",
"remark-toc": "^8.0.1",
"remove-markdown": "^0.5.0",
"typescript": "5.0.4",
"vitest": "^0.30.1",
"yarn": "^1.22.19"
},
"description": "Starter kit - combining Next.js with web technologies such as MaterialUI - Nhost (Hasura, GraphQL) - Apollo Client - to make beginning a new frontend project, more simple.",
"author": "andymithamclarke <[email protected]>",
"license": "MIT"
}