This repository has been archived by the owner on Feb 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
68 lines (68 loc) · 2.08 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": "chandigarh-gatka-association-web",
"private": true,
"version": "1.2.0",
"author": "Saihajpreet Singh <[email protected]>",
"dependencies": {
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"@primer/components": "^20.0.0",
"@primer/octicons-react": "^11.0.0",
"@primer/styled-octicons": "^11.1.0",
"@react-hook/window-scroll": "^1.3.0",
"formik": "^2.1.5",
"framer-motion": "^2.4.2",
"fuse.js": "^6.4.3",
"gatsby-image": "^2.4.20",
"gatsby": "^2.24.47",
"gatsby-background-image": "^1.1.2",
"gatsby-plugin-google-analytics": "^2.3.13",
"gatsby-plugin-manifest": "^2.4.27",
"gatsby-plugin-mdx": "^1.2.52",
"gatsby-plugin-netlify-cms": "^4.3.11",
"gatsby-plugin-react-helmet": "^3.3.9",
"gatsby-plugin-sharp": "^2.6.27",
"gatsby-plugin-styled-components": "^3.3.10",
"gatsby-remark-images": "^3.3.40",
"gatsby-source-filesystem": "^2.3.24",
"gatsby-transformer-sharp": "^2.5.20",
"lodash": "^4.17.19",
"moment": "^2.27.0",
"netlify-cms-app": "^2.12.25",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-focus-on": "^3.5.1",
"react-helmet": "^6.1.0",
"react-indiana-drag-scroll": "^1.6.1",
"slugify": "^1.4.7",
"styled-components": "^5.2.1",
"title": "^3.4.2",
"yup": "^0.29.3"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"conventional-changelog-cli": "^2.1.1",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.21.2",
"eslint-plugin-react-hooks": "^2.5.1"
},
"keywords": [
"gatsby",
"gatka",
"primer.styles"
],
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --color",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
}
}