-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
86 lines (86 loc) · 2.67 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
77
78
79
80
81
82
83
84
85
86
{
"name": "tedxnitrourkela-website-v2",
"private": true,
"description": "Official repository for the website of TEDxNITRourkela",
"version": "0.1.0",
"license": "SEE LICENSE IN LICENSE.md",
"main": "src/pages/index.jsx",
"keywords": [
"website",
"react",
"gatsby",
"nitrourkela",
"ted",
"webapp",
"tedx",
"nit",
"tedxnitrourkela"
],
"repository": {
"type": "git",
"url": "https://github.com/TEDxNITRourkela/website-v2.git"
},
"bugs": {
"url": "https://github.com/TEDxNITRourkela/website-v2.git"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "yarn run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"prettier:fix": "npx prettier --write ./src",
"prettier:check": "npx prettier --check ./src",
"lint:fix": "npx eslint --fix 'src/**/*.{js,jsx,ts,tsx,json,md}'",
"lint:find": "npx eslint 'src/**/*.{js,jsx,ts,tsx,json,md}'"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@loadable/component": "^5.15.2",
"@material-ui/core": "^4.12.4",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@reach/router": "^1.3.4",
"@typeform/embed-react": "^1.19.0",
"@widgetbot/react-embed": "^1.4.0",
"dotenv": "^10.0.0",
"firebase": "^9.6.1",
"gatsby": "^4.4.0",
"gatsby-plugin-google-gtag": "^4.4.0",
"gatsby-plugin-image": "^2.4.0",
"gatsby-plugin-manifest": "^4.4.0",
"gatsby-plugin-mdx": "^3.4.0",
"gatsby-plugin-offline": "^5.4.0",
"gatsby-plugin-react-helmet": "^5.4.0",
"gatsby-plugin-robots-txt": "^1.6.8",
"gatsby-plugin-sharp": "^4.4.0",
"gatsby-plugin-sitemap": "^5.4.0",
"gatsby-plugin-styled-components": "^5.4.0",
"gatsby-remark-images": "^6.4.0",
"gatsby-source-filesystem": "4.4.0",
"gatsby-transformer-sharp": "^4.4.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-transition-group": "^4.4.2",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.5",
"eslint": "^8.6.0",
"eslint-config": "^0.3.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^25.3.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1"
}
}