Skip to content

Commit 494a60b

Browse files
authored
Merge pull request #197 from codeisscience/gsoc-int
Merge GSoC branch to development(main) branch
2 parents 6db047d + a9ee324 commit 494a60b

File tree

103 files changed

+17798
-45906
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+17798
-45906
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"Atomics": "readonly",
1313
"SharedBufferArray": "readonly"
1414
},
15-
"parser": "babel-eslint",
15+
"parser": "@babel/eslint-parser",
1616
"parserOptions": {
1717
"ecmaVersion": 2020,
1818
"sourceType": "module",
File renamed without changes.
-64.4 KB
Binary file not shown.

assets/Contact.webp

-349 KB
Binary file not shown.

assets/Journals.webp

-169 KB
Binary file not shown.

assets/Landing page.webp

-1.78 MB
Binary file not shown.

assets/Manifesto.webp

-675 KB
Binary file not shown.

assets/News articles.webp

-1.23 MB
Binary file not shown.

package-lock.json

Lines changed: 0 additions & 44856 deletions
This file was deleted.

package.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,35 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6+
"@apollo/client": "^3.6.9",
67
"@babel/plugin-proposal-decorators": "^7.16.7",
8+
"@fortawesome/fontawesome-svg-core": "^6.1.1",
9+
"@fortawesome/free-brands-svg-icons": "^6.1.2",
10+
"@fortawesome/free-solid-svg-icons": "^6.1.1",
11+
"@fortawesome/react-fontawesome": "^0.1.18",
712
"@mdx-js/loader": "^1.6.22",
813
"@testing-library/jest-dom": "^5.11.4",
914
"@testing-library/user-event": "^12.1.10",
15+
"apollo-link-error": "^1.1.13",
16+
"axios": "^0.27.2",
1017
"bootstrap": "^5.0.1",
18+
"date-fns": "^2.29.1",
1119
"eslint-plugin-import": "^2.26.0",
1220
"eslint-plugin-markdown": "^2.2.1",
1321
"eslint-plugin-react-hooks": "^4.3.0",
22+
"graphql": "^16.6.0",
1423
"react": "^17.0.2",
1524
"react-bootstrap": "^1.6.1",
1625
"react-dom": "^17.0.2",
1726
"react-icons": "^4.2.0",
1827
"react-router": "^5.2.0",
1928
"react-router-bootstrap": "^0.25.0",
20-
"react-router-dom": "^5.2.0",
29+
"react-router-dom": "^5.3.3",
2130
"react-scripts": "4.0.3",
31+
"react-switch": "^7.0.0",
32+
"react-user-profile": "^1.0.3",
33+
"smooth-scroll": "^16.1.3",
34+
"styled-components": "^5.3.5",
2235
"web-vitals": "^1.0.1"
2336
},
2437
"scripts": {
@@ -57,7 +70,9 @@
5770
"eslint-plugin-prettier": "^4.0.0",
5871
"eslint-plugin-react": "^7.28.0",
5972
"jest-dom": "^4.0.0",
60-
"postcss": "^7.0.36",
73+
"postcss": "^7.0.39",
74+
"postcss-flexbugs-fixes": "^5.0.2",
75+
"postcss-preset-env": "^7.7.2",
6176
"prettier": "^2.5.1",
6277
"react-test-renderer": "^17.0.2"
6378
}

0 commit comments

Comments
 (0)