-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
128 lines (128 loc) · 4.17 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "learn-islam",
"description": "A platform to learn Islam",
"version": "0.0.1",
"author": "abumalick",
"license": "Unlicense",
"scripts": {
"build": "gatsby build",
"clean": "rimraf public .cache node_modules/.cache",
"g:clean": "gatsby clean",
"serve": "http-server ./public -p 8000 -P http://localhost:8000",
"start": "gatsby develop",
"test": "jest",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"@babel/core": "^7.9.0",
"@material-ui/core": "^4.9.12",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.52",
"@material-ui/styles": "^4.9.10",
"@material/react-checkbox": "^0.15.0",
"@material/react-drawer": "^0.15.0",
"@material/react-list": "^0.15.0",
"@material/react-radio": "^0.15.0",
"@material/react-top-app-bar": "^0.15.0",
"@material/theme": "^4.0.0",
"@svgr/webpack": "^5.4.0",
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link": "^1.2.14",
"apollo-link-context": "^1.0.20",
"apollo-link-error": "^1.1.13",
"apollo-link-http": "^1.5.17",
"axios": "^0.19.2",
"babel-eslint": "^10.1.0",
"caniuse-lite": "^1.0.30001040",
"classnames": "^2.2.6",
"core-js": "^2.6.9",
"dotenv": "^8.2.0",
"firebase": "^7.14.1",
"formik": "^2.1.4",
"gatsby": "^2.20.15",
"gatsby-image": "^2.3.2",
"gatsby-plugin-accessibilityjs": "^1.0.3",
"gatsby-plugin-canonical-urls": "^2.2.1",
"gatsby-plugin-catch-links": "^2.2.1",
"gatsby-plugin-favicon": "^3.1.5",
"gatsby-plugin-graphql-codegen": "^2.7.1",
"gatsby-plugin-i18n": "^1.0.1",
"gatsby-plugin-load-script": "^1.1.0",
"gatsby-plugin-mailchimp": "^5.1.2",
"gatsby-plugin-manifest": "^2.3.3",
"gatsby-plugin-material-ui": "^2.1.8",
"gatsby-plugin-nprogress": "^2.2.1",
"gatsby-plugin-offline": "^3.1.2",
"gatsby-plugin-react-helmet": "^3.2.1",
"gatsby-plugin-sass": "^3.0.0",
"gatsby-plugin-sitemap": "^2.3.1",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-theme-ui": "^0.3.0",
"gatsby-plugin-typescript": "^2.3.1",
"gatsby-plugin-webpack-bundle-analyzer": "^1.0.4",
"gatsby-plugin-zeit-now": "^0.3.0",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-source-graphql": "^2.5.0",
"gatsby-transformer-json": "^2.3.1",
"i18next": "^19.4.2",
"i18next-browser-languagedetector": "^4.1.1",
"i18next-http-backend": "^1.0.3",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.15",
"make-plural": "^6.2.1",
"memoize-one": "^5.1.1",
"node-sass": "4.14.1",
"powered-by-vercel": "^1.0.0",
"prop-types": "^15.6.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.0",
"react-i18next": "^11.3.4",
"react-icons": "^2.2.7",
"react-select": "^3.1.0",
"react-teleporter": "^2.1.1",
"recompose": "^0.30.0",
"rimraf": "^3.0.2",
"scroll-into-view-if-needed": "^2.2.24",
"slash": "^3.0.0",
"source-map-support": "^0.5.16",
"tachyons": "^4.11.1",
"theme-ui": "^0.3.1",
"ts-node": "^8.8.2",
"typeface-open-sans": "^0.0.75",
"yup": "^0.29.1"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/isomorphic-fetch": "^0.0.35",
"@types/jest": "^25.2.1",
"@types/lodash": "^4.14.152",
"@types/node": "^13.11.1",
"@types/react": "^16.9.33",
"@types/react-dom": "^16.9.6",
"@types/react-helmet": "^5.0.15",
"@types/react-icons": "^3.0.0",
"@types/react-redux": "^7.1.7",
"@types/react-select": "^3.0.11",
"@types/recompose": "^0.30.7",
"@types/theme-ui": "^0.3.1",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.11.0",
"babel-jest": "^25.3.0",
"babel-preset-gatsby": "^0.3.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.3.0",
"prettier": "^2.0.4",
"react-test-renderer": "^16.13.1",
"ts-jest": "^25.3.1",
"typescript": "^3.8.3"
}
}