forked from graphql/graphql.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.86 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
60
61
62
63
{
"repository": "graphql/graphql.github.io",
"private": true,
"version": "0.0.0",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint --ignore-path .gitignore .",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"resolutions": {
"graphql": "16.6.0"
},
"dependencies": {
"@graphql-tools/schema": "9.0.17",
"@radix-ui/react-aspect-ratio": "1.0.2",
"@radix-ui/react-icons": "1.3.0",
"@reach/router": "1.3.4",
"@weknow/gatsby-remark-twitter": "0.2.3",
"assert": "2.0.0",
"clsx": "1.2.1",
"codemirror": "5.65.1",
"codemirror-graphql": "1.2.11",
"gatsby": "5.8.1",
"gatsby-plugin-anchor-links": "1.2.1",
"gatsby-plugin-feed": "5.8.0",
"gatsby-plugin-google-analytics": "5.8.0",
"gatsby-plugin-less": "7.8.0",
"gatsby-plugin-webfonts": "2.3.2",
"gatsby-source-filesystem": "5.8.0",
"gatsby-transformer-remark": "6.8.0",
"glob": "9.3.4",
"graphql": "16.6.0",
"marked": "4.3.0",
"numbro": "2.3.6",
"parser-front-matter": "1.6.4",
"prism-react-renderer": "1.3.5",
"prismjs": "1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"timeago.js": "4.0.2"
},
"devDependencies": {
"@svgr/webpack": "^7.0.0",
"@tailwindcss/typography": "^0.5.9",
"@types/codemirror": "5.60.7",
"@types/prismjs": "1.26.0",
"@typescript-eslint/parser": "^5.57.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-plugin-tailwindcss": "^3.11.0",
"gatsby-plugin-postcss": "^6.8.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"postcss": "^8.4.21",
"prettier": "2.8.7",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.4"
}
}