-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 1.89 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
{
"name": "loris-portfolio",
"private": true,
"description": "My personal portfolio website showcasing my projects",
"version": "1.0.9",
"author": "Loris Bettazza <[email protected]>",
"dependencies": {
"babel-plugin-styled-components": "1.12.0",
"dotenv": "8.2.0",
"gatsby": "2.32.3",
"gatsby-image": "2.11.0",
"gatsby-plugin-manifest": "2.12.0",
"gatsby-plugin-netlify": "2.11.0",
"gatsby-plugin-offline": "3.10.0",
"gatsby-plugin-react-helmet": "3.10.0",
"gatsby-plugin-sharp": "2.14.1",
"gatsby-plugin-sitemap": "2.12.0",
"gatsby-plugin-styled-components": "3.10.0",
"gatsby-source-contentful": "4.6.1",
"gatsby-source-filesystem": "2.11.0",
"gatsby-transformer-sharp": "2.12.0",
"intersection-observer": "0.12.0",
"marked": "4.2.12",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "6.1.0",
"react-intersection-observer": "8.31.0",
"react-scrollchor": "6.0.0",
"styled-components": "5.2.1"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"postinstall": "husky install",
"format": "prettier --write \"src/**/*.js\"",
"lint": "eslint \"src/**/*.js\"",
"test": "npm run format && npm run lint"
},
"devDependencies": {
"eslint": "7.19.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "7.2.0",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.22.0",
"husky": "5.0.9",
"prettier": "2.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Pustur/loris-portfolio"
},
"bugs": {
"url": "https://github.com/Pustur/loris-portfolio/issues"
},
"browserslist": [
"> 2%",
"last 2 versions",
"not dead",
"not ie > 0"
]
}