-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.8 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
{
"name": "anzo.me",
"version": "0.1.0",
"private": true,
"description": "Kick me if I know what is going on here",
"author": "Aleksandr Zonov <[email protected]>",
"dependencies": {
"@babel/core": "7.15.5",
"@types/jest": "27.0.1",
"@types/node": "16.7.10",
"@types/react": "17.0.20",
"@types/react-dom": "17.0.9",
"eslint-plugin-react": "7.25.1",
"gatsby": "3.13.0",
"gatsby-image": "3.11.0",
"gatsby-plugin-manifest": "3.13.0",
"gatsby-plugin-offline": "4.13.0",
"gatsby-plugin-postcss": "4.13.0",
"gatsby-plugin-react-helmet": "4.13.0",
"gatsby-plugin-sharp": "3.13.0",
"gatsby-plugin-typescript": "3.13.0",
"gatsby-remark-prismjs": "5.10.0",
"gatsby-source-filesystem": "3.13.0",
"gatsby-transformer-remark": "4.10.0",
"gatsby-transformer-sharp": "3.13.0",
"graphql": "15.5.3",
"prismjs": "1.24.1",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"typescript": "4.4.2",
"vercel": "23.1.2"
},
"keywords": [
"gatsby",
"static site"
],
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.31.0",
"@typescript-eslint/parser": "4.31.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"lint-staged": "11.1.2",
"prettier": "2.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/anzome/anzo.me"
},
"bugs": {
"url": "https://github.com/anzome/anzo.me/issues"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"type-check": "tsc --noEmit"
}
}