-
Notifications
You must be signed in to change notification settings - Fork 221
/
package.json
54 lines (54 loc) · 1.48 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
{
"name": "snx-sips",
"version": "1.0.0",
"private": true,
"description": "snx-sips",
"author": "SynthetixIo",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "node ./ci/checkFrontmatters"
},
"dependencies": {
"autoprefixer": "10.3.1",
"date-fns": "2.22.1",
"front-matter": "4.0.2",
"gatsby": "3.9.0",
"gatsby-plugin-graphql-codegen": "3.0.0",
"gatsby-plugin-postcss": "4.9.0",
"gatsby-plugin-react-helmet": "4.9.0",
"gatsby-plugin-sitemap": "4.5.0",
"gatsby-plugin-typescript": "3.9.0",
"gatsby-remark-autolink-headers": "4.6.0",
"gatsby-remark-copy-linked-files": "4.6.0",
"gatsby-remark-emoji": "0.0.3",
"gatsby-remark-static-images": "1.2.1",
"gatsby-source-filesystem": "3.9.0",
"gatsby-transformer-remark": "4.6.0",
"glob": "7.1.7",
"graphql-request": "^3.5.0",
"lodash": "4.17.21",
"postcss": "8.2.13",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-helmet": "6.1.0",
"swr": "^1.0.1",
"tailwindcss": "2.2.4",
"yup": "0.32.9"
},
"devDependencies": {
"@types/react-helmet": "6.1.2",
"@typescript-eslint/eslint-plugin": "4.28.3",
"@typescript-eslint/parser": "4.28.3",
"eslint": "7.30.0",
"eslint-plugin-react": "7.24.0",
"frontmatter-file-batcher": "^0.0.1-beta.0",
"typescript": "4.3.5"
}
}