-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
77 lines (77 loc) · 2.15 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "books",
"description": "List your recommended books",
"version": "1.0.0",
"author": "Brian Andrews <sbardian@gmail.com>",
"scripts": {
"cm": "git-cz",
"build": "gatsby build",
"lint": "eslint",
"develop": "gatsby clean && gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "jest"
},
"dependencies": {
"@emotion/core": "11.0.0",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"gatsby": "4.6.2",
"gatsby-image": "3.11.0",
"gatsby-plugin-breadcrumb": "12.3.2",
"gatsby-plugin-emotion": "7.25.0",
"gatsby-plugin-image": "2.25.0",
"gatsby-plugin-manifest": "4.25.0",
"gatsby-plugin-offline": "5.25.0",
"gatsby-plugin-react-helmet": "5.25.0",
"gatsby-plugin-sharp": "4.25.1",
"gatsby-source-sanity": "7.5.1",
"gatsby-transformer-sharp": "4.25.0",
"he": "1.2.0",
"normalize.css": "8.0.1",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"recoil": "0.7.7"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sbardian/books"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"@babel/eslint-parser": "7.24.6",
"@commitlint/cli": "14.1.0",
"@commitlint/config-conventional": "14.1.0",
"@emotion/eslint-plugin": "11.11.0",
"@testing-library/dom": "8.20.1",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "12.1.5",
"babel-jest": "27.5.1",
"babel-preset-gatsby": "2.25.0",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.10.0",
"eslint-import-resolver-node": "0.3.9",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.34.1",
"husky": "7.0.4",
"identity-obj-proxy": "3.0.0",
"jest": "27.5.1",
"jest-axe": "5.0.1",
"lint-staged": "11.2.6",
"prettier": "2.8.8"
}
}