-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
118 lines (118 loc) · 3.32 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "portfolio",
"private": true,
"description": "Brian Andrews Portfolio",
"version": "0.1.0",
"author": "Brian Andrews <[email protected]>",
"license": "MIT",
"scripts": {
"cm": "git-cz",
"build": "gatsby build",
"serve": "gatsby serve --port 8000",
"develop": "gatsby clean && gatsby develop",
"lint": "eslint",
"test": "jest --coverage",
"test:ci": "jest",
"test:watch": "jest --watch",
"tsc": "tsc --noEmit"
},
"keywords": [
"gatsby"
],
"release": {
"branch": "master"
},
"repository": {
"type": "git",
"url": "https://github.com/sbardian/portfolio"
},
"bugs": {
"url": "https://github.com/sbardian/portfolio/issues"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@emotion/core": "11.0.0",
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@mdx-js/react": "1.6.22",
"browser-monads": "1.0.0",
"deepmerge": "4.3.0",
"gatsby": "4.5.0",
"gatsby-image": "3.11.0",
"gatsby-plugin-emotion": "7.5.0",
"gatsby-plugin-image": "2.5.0",
"gatsby-plugin-manifest": "4.5.0",
"gatsby-plugin-offline": "5.5.0",
"gatsby-plugin-react-helmet": "5.5.0",
"gatsby-plugin-sharp": "4.5.0",
"gatsby-plugin-theme-ui": "0.14.7",
"gatsby-plugin-web-font-loader": "1.0.4",
"gatsby-source-filesystem": "4.5.0",
"gatsby-source-sanity": "7.5.1",
"gatsby-transformer-sharp": "4.5.0",
"gsap": "3.11.4",
"lodash": "4.17.21",
"normalize.css": "8.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-fullpage-accordion": "5.0.0",
"react-gravatar": "2.6.3",
"react-helmet": "6.1.0",
"react-icons": "4.8.0",
"react-pose": "4.0.10",
"react-reveal": "1.2.2",
"theme-ui": "0.14.7",
"three": "0.150.1",
"three-orbitcontrols": "2.110.2",
"three.phenomenon": "1.2.0"
},
"devDependencies": {
"@commitlint/cli": "14.1.0",
"@commitlint/config-conventional": "14.1.0",
"@emotion/eslint-plugin": "11.10.0",
"@emotion/types": "0.7.0",
"@testing-library/dom": "8.20.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@types/jest": "27.5.2",
"@types/node": "16.18.14",
"@types/react": "17.0.53",
"@types/react-dom": "17.0.19",
"@types/react-gravatar": "2.6.10",
"@types/react-helmet": "6.1.6",
"@types/theme-ui": "0.3.7",
"@typescript-eslint/eslint-plugin": "5.54.1",
"@typescript-eslint/parser": "5.54.1",
"babel-eslint": "10.1.0",
"babel-jest": "27.5.1",
"babel-preset-gatsby": "2.5.0",
"commitizen": "4.3.0",
"csstype": "3.1.1",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.36.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.7.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"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.4",
"start-server-and-test": "1.15.5",
"ts-jest": "27.1.5",
"type-coverage": "2.24.1",
"typescript": "4.9.5"
},
"resolutions": {
"**/@types/react": "17.0.53",
"**/@types/react-dom": "17.0.19"
}
}