-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.09 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
{
"name": "julianareis",
"private": true,
"description": "julianareis",
"version": "0.1.0",
"author": "Jose Tavares <[email protected]>",
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"gatsby": "^2.24.58",
"gatsby-cli": "^2.12.96",
"gatsby-image": "^2.4.17",
"gatsby-plugin-emotion": "^6.5.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-manifest": "^2.4.28",
"gatsby-plugin-netlify": "^2.3.14",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-robots-txt": "^1.5.1",
"gatsby-plugin-sharp": "^2.6.35",
"gatsby-plugin-sitemap": "^2.4.12",
"gatsby-remark-containers": "^1.0.0",
"gatsby-remark-copy-linked-files": "^2.3.14",
"gatsby-remark-images": "^3.3.29",
"gatsby-remark-video": "^1.2.5",
"gatsby-source-filesystem": "^2.3.29",
"gatsby-transformer-remark": "^2.8.34",
"gatsby-transformer-sharp": "^2.5.14",
"prettier": "^2.7.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-modal": "^3.11.2",
"react-swipeable": "^5.5.1"
},
"devDependencies": {
"@emotion/eslint-plugin": "^11.2.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.27.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-emotion": "^11.0.0",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0"
},
"keywords": [],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/**/*.js",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "npm run lint",
"lint": "npm run lint:js && npm run lint:css",
"lint:js": "eslint 'src/' --color --ext .js",
"lint:css": "stylelint './src/**/**/*.js'"
},
"resolutions": {
"eslint-utils": "1.4.2",
"lodash": "4.17.21",
"set-value": "2.0.1",
"lodash.mergewith": "4.6.2"
}
}