-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.47 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
{
"name": "joel-beltre-portfolio",
"private": true,
"description": "My portfolio on the web",
"version": "1.0.0",
"author": "Pamel Joel Beltrè <pj1986@gmail.com>",
"dependencies": {
"@sentry/browser": "^5.7.1",
"enzyme": "^3.10.0",
"gatsby-cli": "^4.22.0",
"gatsby-plugin-preconnect": "^1.3.0",
"gatsby-plugin-robots-txt": "^1.7.1",
"graphql": "^16.6.0",
"node-sass": "^7.0.0",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-helmet": "^5.2.1",
"react-image-lightbox": "^5.1.0",
"react-minimal-pie-chart": "^7.3.1",
"react-reveal": "^1.2.2",
"react-scroll": "^1.7.11",
"react-slick": "^0.25.2",
"react-text-loop": "^2.1.1",
"react-tippy": "^1.2.2"
},
"keywords": [
"gatsby",
"react",
"javascript",
"ES6"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:update": "jest --updateSnapshot"
},
"devDependencies": {
"@types/enzyme": "^3.10.5",
"@types/jest": "^25.2.1",
"@types/react-dom": "^16.9.6",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"babel-jest": "^25.4.0",
"babel-preset-gatsby": "^2.22.0",
"enzyme-adapter-react-16": "^1.15.1",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.17.1",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.12.4",
"gatsby": "^4.22.0",
"gatsby-plugin-layout": "^3.22.0",
"gatsby-plugin-manifest": "^4.22.0",
"gatsby-plugin-offline": "^4.14.0",
"gatsby-plugin-react-helmet": "^5.22.0",
"gatsby-plugin-sass": "^5.22.0",
"gatsby-plugin-sharp": "^4.22.0",
"gatsby-plugin-typescript": "^4.22.0",
"gatsby-transformer-sharp": "^4.22.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.4.0",
"prettier": "^2.0.0",
"react-test-renderer": "^16.11.0",
"ts-jest": "^25.3.1",
"typescript": "^3.8.3"
},
"repository": {
"type": "git",
"url": "https://github.com/pameljoel/pameljoel-gatsby"
},
"bugs": {
"url": "https://github.com/pameljoel/pameljoel-gatsby/issues"
},
"engines": {
"node": ">=12.0.0",
"npm": ">6.9"
}
}