-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.65 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": "griffen.design",
"description": "Fine, fresh, fierce. A modern portfolio.",
"private": true,
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"serve": "gatsby serve",
"develop": "gatsby develop -H 0.0.0.0 --port 3000",
"format": "prettier --config ./.prettierrc --write \"src/**/**/*.js\" && prettier --config ./.prettierrc --write \"src/**/*.js\""
},
"dependencies": {
"detect-browser-language": "0.0.2",
"dotenv": "^8.2.0",
"focus-within-polyfill": "^5.0.9",
"framer-motion": "^1.11.0",
"gatsby": "^2.22.17",
"gatsby-image": "^2.4.6",
"gatsby-plugin-canonical-urls": "^2.3.3",
"gatsby-plugin-manifest": "^2.4.10",
"gatsby-plugin-matomo": "^0.8.3",
"gatsby-plugin-offline": "^3.2.8",
"gatsby-plugin-react-helmet": "^3.3.3",
"gatsby-plugin-robots-txt": "^1.5.1",
"gatsby-plugin-sass": "^2.3.3",
"gatsby-plugin-sitemap": "^2.4.4",
"gatsby-source-datocms": "^2.2.4",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-compare-image": "^2.0.4",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-intersection-observer": "^8.26.2",
"react-markdown": "^4.3.1",
"react-pdf": "^4.1.0",
"typeface-prompt": "0.0.72",
"typeface-work-sans": "0.0.72",
"uniqid": "^5.2.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-loader": "^3.0.4",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"gatsby-plugin-eslint": "^2.0.8",
"prettier": "^1.19.1"
}
}