-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·81 lines (81 loc) · 2.44 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
{
"name": "ittaboba",
"description": "Lorenzo Bernaschina's Website",
"version": "1.0.0",
"author": "ittaboba.com <[email protected]> (https://ittaboba.com)",
"dependencies": {
"@callstack/react-theme-provider": "^2.1.0",
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.3.0",
"@hot-loader/react-dom": "^17.0.1",
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/react": "^1.5.1",
"convertkit-react": "^1.5.5",
"core-js": "^3.10.1",
"dotenv-parse-variables": "^2.0.0",
"emotion": "^11.0.0",
"emotion-server": "^11.0.0",
"formik": "^2.2.6",
"gatsby": "^3.3.0",
"gatsby-cli": "^3.3.0",
"gatsby-image": "^3.3.0",
"gatsby-link": "^3.3.0",
"gatsby-plugin-catch-links": "^3.3.0",
"gatsby-plugin-emotion": "^6.3.0",
"gatsby-plugin-feed": "^3.3.0",
"gatsby-plugin-google-analytics": "^3.3.0",
"gatsby-plugin-image": "^1.3.0",
"gatsby-plugin-manifest": "^3.3.0",
"gatsby-plugin-mdx": "^2.3.0",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^4.3.0",
"gatsby-plugin-react-helmet": "^4.3.0",
"gatsby-plugin-sharp": "^3.3.0",
"gatsby-plugin-typography": "^3.3.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-copy-linked-files": "^4.0.0",
"gatsby-remark-images": "^5.0.0",
"gatsby-remark-prismjs": "^5.0.0",
"gatsby-remark-responsive-iframe": "^4.0.0",
"gatsby-source-filesystem": "^3.3.0",
"gatsby-transformer-remark": "^4.0.0",
"gatsby-transformer-sharp": "^3.3.0",
"polished": "^4.1.1",
"prism-react-renderer": "^1.0.2",
"prism-themes": "^1.3.0",
"prismjs": "^1.26.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-live": "^2.2.1",
"react-markdown": "^5.0.3",
"react-share": "^4.4.0",
"react-slick": "^0.28.1",
"react-typist": "^2.0.5",
"react-typist-loop": "0.0.5",
"react-typography": "^0.16.19",
"remark-unwrap-images": "^2.0.0",
"serve": "^11.2.0",
"slick-carousel": "^1.8.1",
"typescript": "^4.2.4",
"typography": "^0.16.19",
"yup": "^0.32.9"
},
"devDependencies": {
"babel-preset-gatsby": "^1.3.0",
"prettier": "^2.2.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "serve public/",
"now-build": "npm run build"
}
}