-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 952 Bytes
/
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
{
"name": "pride-flag-color-api",
"version": "1.0.0",
"author": "Joe Hart <joehart42@outlook.com>",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "jest"
},
"dependencies": {
"@apollo/server": "^4.7.5",
"@as-integrations/next": "^2.0.1",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.7",
"@types/mdx": "^2.0.5",
"Base64": "^1.1.0",
"graphql": "^16.3.0",
"graphql-tag": "^2.12.6",
"next": "^13.4.5",
"next-plausible": "^3.1.4",
"next-urql": "5.0.2",
"raw-loader": "^4.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"styled-components": "^6.0.0-rc.3",
"svg-inline-loader": "^0.8.2",
"urql": "^4.0.4"
},
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"babel-plugin-styled-components": "^2.0.2",
"jest": "^29.5.0"
}
}