-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.75 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": "khoyle-portfolio",
"version": "1.0.0",
"private": true,
"description": "khoyle-portfolio",
"author": "kelsimhoyle",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest react-scripts test --env=jsdom"
},
"dependencies": {
"@fontsource/biorhyme": "^4.5.0",
"@fontsource/montserrat": "^4.5.1",
"@testing-library/react": "^12.0.0",
"@types/react-helmet": "^6.1.2",
"@types/styled-components": "^5.1.14",
"babel-plugin-styled-components": "^1.13.2",
"dotenv": "^10.0.0",
"gatsby": "^3.13.0",
"gatsby-plugin-image": "^1.13.0",
"gatsby-plugin-layout": "^2.13.0",
"gatsby-plugin-manifest": "^3.13.0",
"gatsby-plugin-sharp": "^3.13.0",
"gatsby-plugin-styled-components": "^4.13.0",
"gatsby-plugin-typescript": "^3.13.0",
"gatsby-source-airtable": "^2.2.1",
"gatsby-source-filesystem": "^3.13.0",
"gatsby-transformer-remark": "^4.10.0",
"gatsby-transformer-sharp": "^3.13.0",
"path": "^0.12.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"styled-components": "^5.3.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.9.1",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@types/react-test-renderer": "^17.0.1",
"babel-jest": "^27.1.1",
"babel-preset-gatsby": "^1.13.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.1.1",
"react-test-renderer": "^17.0.2",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "^4.4.2"
}
}