This repository was archived by the owner on Nov 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.85 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.85 KB
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
{
"name": "makeuc.io",
"author": "MakeUC",
"repository": "https://github.com/makeuc/makeuc.io/",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"start": "gatsby develop",
"start:prod": "gatsby build && gatsby serve",
"develop": "gatsby develop",
"build": "gatsby build"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@material-ui/core": "^4.11.0",
"@progress/kendo-react-upload": "^3.14.0",
"@syncfusion/ej2-react-schedule": "^18.2.44",
"babel-plugin-styled-components": "^2.0.7",
"gatsby": "^4.13.1",
"gatsby-image": "^3.11.0",
"gatsby-plugin-prettier-eslint": "^1.0.6",
"gatsby-plugin-provide-react": "^1.0.2",
"gatsby-plugin-react-helmet": "^5.22.0",
"gatsby-plugin-sharp": "^4.13.0",
"gatsby-plugin-styled-components": "^5.13.0",
"gatsby-source-filesystem": "^4.13.0",
"gatsby-theme-codebushi": "^1.0.0",
"gatsby-transformer-sharp": "^4.13.0",
"react": "^18.1.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "^18.1.0",
"react-dropzone": "^11.0.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^5.7.2",
"react-icons": "^3.10.0",
"react-scrolltop-button": "^0.1.6",
"styled-components": "^5.3.5",
"typescript": "^4.6.4"
},
"devDependencies": {
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^1.19.1"
}
}