-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.54 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
{
"name": "ClockCourse",
"private": true,
"description": "Be More Learn Everything is Free!!",
"version": "0.2.0",
"author": "Aman Tiwari <[email protected]>",
"dependencies": {
"@makotot/paginated": "^0.1.3",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@types/styled-components": "^5.1.7",
"babel-plugin-styled-components": "^1.12.0",
"bootstrap": "^4.5.3",
"framer-motion": "^3.1.1",
"gatsby": "^2.31.0",
"gatsby-image": "^2.8.0",
"gatsby-plugin-layout": "^1.8.0",
"gatsby-plugin-local-search": "^2.0.0",
"gatsby-plugin-manifest": "^2.10.0",
"gatsby-plugin-mdx": "^1.8.0",
"gatsby-plugin-nprogress": "^2.8.0",
"gatsby-plugin-offline": "^3.9.0",
"gatsby-plugin-page-progress": "^2.1.1",
"gatsby-plugin-preload-fonts": "^1.8.0",
"gatsby-plugin-react-helmet": "^3.8.0",
"gatsby-plugin-remote-images": "^2.2.0",
"gatsby-plugin-robots-txt": "^1.5.5",
"gatsby-plugin-sharp": "^2.12.0",
"gatsby-plugin-styled-components": "^3.7.0",
"gatsby-plugin-typescript": "^2.11.0",
"gatsby-remark-autolink-headers": "^2.9.0",
"gatsby-remark-images": "^3.9.0",
"gatsby-source-filesystem": "^2.8.1",
"gatsby-transformer-csv": "^2.7.0",
"gatsby-transformer-sharp": "^2.9.0",
"html-react-parser": "^1.1.1",
"install": "^0.13.0",
"mdx-utils": "^0.2.0",
"prism-react-renderer": "^1.1.1",
"react": "^17.0.1",
"react-bootstrap": "^1.4.0",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-html-parser": "^2.0.2",
"react-live": "^2.2.3",
"react-paginate": "^7.0.0",
"react-reading-progress": "^0.3.0",
"react-syntax-highlighter": "^15.4.3",
"read-progressbar": "^1.0.0",
"sharp": "^0.27.0",
"styled-breakpoints": "^9.0.8",
"styled-components": "^5.2.1",
"victormono": "^1.4.2"
},
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"serve": "gatsby serve -o",
"deploy": "gatsby build && firebase deploy --only hosting ",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"preload-fonts": "gatsby-preload-fonts",
"ggl-types": "graphql-codegen --config codegen.yml",
"ggl-types:watch": "graphql-codegen --config codegen.yml -w"
},
"devDependencies": {
"@types/node": "^14.14.22",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-helmet": "^6.1.0",
"gatsby-plugin-ts-config": "^1.1.5"
}
}