-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 2.31 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
69
70
71
72
73
74
75
76
{
"name": "1app4pt",
"description": "Landing page for 1app4pt project",
"version": "1.0.0",
"author": "Tech4covid19",
"license": "MIT",
"homepage": "https://github.com/Tech4covid19/1app4pt-landing-page",
"repository": {
"type": "git",
"url": "https://github.com/Tech4covid19/1app4pt-landing-page"
},
"bugs": {
"url": "https://github.com/Tech4covid19/1app4pt-landing-page/issues"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint --ext .js --ext .jsx src",
"lint-styles": "stylelint \"src/**/*.css\" \"src/**/*.scss\""
},
"dependencies": {
"@babel/polyfill": "7.8.7",
"@reach/router": "1.3.3",
"axios": "0.19.2",
"babel-polyfill": "6.26.0",
"body-scroll-lock": "3.0.2",
"classnames": "2.2.6",
"gatsby": "^2.21.19",
"gatsby-image": "2.4.3",
"gatsby-link": "2.4.1",
"gatsby-plugin-google-tagmanager": "2.3.1",
"gatsby-plugin-postcss": "2.3.1",
"gatsby-plugin-react-helmet": "3.3.1",
"gatsby-plugin-sharp": "2.6.2",
"gatsby-plugin-sitemap": "2.4.2",
"gatsby-source-filesystem": "2.3.1",
"gatsby-transformer-sharp": "2.5.2",
"intersection-observer": "0.10.0",
"postcss-import": "12.0.1",
"precss": "4.0.0",
"prop-types": "15.7.2",
"raf": "3.4.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "6.0.0",
"react-hook-form": "5.6.3",
"react-modal": "3.11.2",
"remove": "0.1.5"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.1.0",
"eslint-config-prettier": "6.11.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "2.5.0",
"gatsby-plugin-alias-imports": "1.0.5",
"husky": "4.2.5",
"lint-staged": "10.2.2",
"prettier": "2.0.5",
"prettier-eslint": "9.0.1",
"stylelint": "13.3.3",
"stylelint-config-css-modules": "2.2.0",
"stylelint-config-prettier": "8.0.1",
"stylelint-config-recess-order": "2.0.4",
"stylelint-config-standard": "20.0.0",
"stylelint-scss": "3.17.2"
}
}