-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "portfolio",
"version": "1.0.0",
"private": true,
"description": "Portfolio",
"author": "Chris Fulgencio",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build && gh-pages -d public -b main"
},
"dependencies": {
"framer-motion": "^6.3.16",
"gatsby": "^3.11.0",
"gatsby-plugin-image": "^1.11.0",
"gatsby-plugin-manifest": "^3.14.0",
"gatsby-plugin-sass": "^4.11.0",
"gatsby-plugin-sharp": "^3.14.3",
"gatsby-source-filesystem": "^3.14.0",
"gh-pages": "^4.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^4.4.0",
"sass": "^1.53.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-webpack-plugin": "^2.5.4",
"gatsby-plugin-eslint": "^4.0.2"
}
}