-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
83 lines (83 loc) · 2.52 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
{
"name": "kaiofelipejs.dev",
"private": true,
"description": "A simple blog with Windows95 experience.",
"version": "0.1.0",
"author": "Kaio Felipe Silva <kaiofelipejs@gmail.com>",
"dependencies": {
"@react95/core": "^5.1.0",
"algoliasearch": "^4.9.3",
"babel-polyfill": "^6.26.0",
"dotenv": "^10.0.0",
"gatsby": "^3.7.2",
"gatsby-image": "^3.7.1",
"gatsby-plugin-algolia-search": "0.5.7",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-image": "^1.7.1",
"gatsby-plugin-manifest": "^3.7.1",
"gatsby-plugin-netlify-cms": "^5.7.1",
"gatsby-plugin-react-helmet": "^4.7.1",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^3.7.1",
"gatsby-plugin-sitemap": "^4.3.1",
"gatsby-plugin-styled-components": "^4.7.1",
"gatsby-plugin-transition-link": "^1.20.5",
"gatsby-remark-images": "^5.4.1",
"gatsby-remark-lazy-load": "^1.0.2",
"gatsby-remark-prismjs": "^5.4.1",
"gatsby-remark-relative-images-v2": "^0.1.5",
"gatsby-source-filesystem": "^3.7.1",
"gatsby-transformer-remark": "^4.4.1",
"gatsby-transformer-sharp": "^3.7.1",
"gsap": "^3.7.0",
"lazysizes": "^5.3.2",
"netlify-cms-app": "^2.15.19",
"prismjs": "^1.22.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-disqus-comments": "^1.4.0",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-instantsearch-dom": "^6.11.1",
"sharp": "^0.33.5",
"styled-components": "5.3.0",
"styled-icons": "^10.34.0",
"styled-media-query": "^2.1.2",
"vercel": "^37.5.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"babel-jest": "^27.0.2",
"babel-preset-gatsby": "^1.7.1",
"gatsby-plugin-root-import": "^2.0.6",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.4",
"jest-styled-components": "^7.0.4",
"prettier": "2.3.1",
"react-test-renderer": "^17.0.2"
},
"keywords": [
"Kaio Felipe Silva",
"gatsby",
"React95"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "yarn dev",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest --collectCoverage=true",
"test:watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/kaiofelipejs/kaiofelipejs.dev"
},
"bugs": {
"url": "https://github.com/kaiofelipejs/kaiofelipejs.dev/issues"
}
}