-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.57 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
{
"name": "nicode-portfolio",
"description": "Nicode portfolio",
"version": "1.0.0",
"author": "Nicolas Pierre-Charles <[email protected]>",
"scripts": {
"clean": "gatsby clean",
"prebuild": "npm run clean",
"build": "gatsby build",
"prestart": "npm run clean",
"start": "gatsby develop",
"format": "prettier --write \"src/**/*.{js,ts,tsx}\""
},
"dependencies": {
"clsx": "1.1.1",
"dotenv": "^8.2.0",
"gatsby": "^2.27.4",
"gatsby-image": "^2.6.0",
"gatsby-plugin-anchor-links": "1.2.0",
"gatsby-plugin-html-attributes": "1.0.5",
"gatsby-plugin-manifest": "2.7.0",
"gatsby-plugin-netlify": "2.6.0",
"gatsby-plugin-offline": "3.5.0",
"gatsby-plugin-portal": "1.0.7",
"gatsby-plugin-react-helmet": "^3.5.0",
"gatsby-plugin-react-svg": "3.0.0",
"gatsby-plugin-robots-txt": "1.5.5",
"gatsby-plugin-sass": "^2.1.24",
"gatsby-plugin-sitemap": "2.10.0",
"gatsby-plugin-typescript": "2.7.0",
"gatsby-source-datocms": "^2.5.7",
"gatsby-source-filesystem": "^2.6.1",
"gatsby-transformer-remark": "^2.11.1",
"gsap": "3.5.1",
"node-sass": "^4.13.0",
"react": "^17.0.1",
"react-calendly": "1.3.0",
"react-case-when": "0.0.2",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"smoothscroll-polyfill": "0.4.4",
"swiper": "6.4.5"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"devDependencies": {
"@chipp972/eslint-config": "1.3.2",
"eslint": "7.16.0",
"prettier": "^2.2.1",
"react-redux": "7.2.2",
"redux": "4.0.5"
}
}