-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 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
{
"name": "ricca509.github.io",
"private": true,
"description": "My personal blog",
"version": "0.1.0",
"author": "Riccardo Coppola <[email protected]>",
"dependencies": {
"@fontsource/inconsolata": "^4.5.7",
"@fontsource/poppins": "^4.5.9",
"@fontsource/roboto": "^4.5.8",
"gatsby": "^4.10.3",
"gatsby-plugin-canonical-urls": "^4.20.0",
"gatsby-plugin-feed": "^4.10.2",
"gatsby-plugin-gatsby-cloud": "^4.10.1",
"gatsby-plugin-google-gtag": "^4.12.1",
"gatsby-plugin-image": "^2.10.1",
"gatsby-plugin-manifest": "^4.10.2",
"gatsby-plugin-offline": "^5.10.2",
"gatsby-plugin-preload-fonts": "^3.11.1",
"gatsby-plugin-react-helmet": "^5.10.0",
"gatsby-plugin-sharp": "^4.10.2",
"gatsby-plugin-sitemap": "^5.20.0",
"gatsby-remark-autolink-headers": "^5.11.1",
"gatsby-remark-copy-linked-files": "^5.10.0",
"gatsby-remark-embed-video": "^3.2.1",
"gatsby-remark-images": "^6.10.2",
"gatsby-remark-prismjs": "^6.10.0",
"gatsby-remark-responsive-iframe": "^5.10.0",
"gatsby-remark-smartypants": "^5.10.0",
"gatsby-source-filesystem": "^4.10.1",
"gatsby-transformer-remark": "^5.10.2",
"gatsby-transformer-sharp": "^4.10.0",
"prismjs": "^1.27.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-social-icons": "^5.13.0"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@types/react": "^18.0.1",
"@types/react-dom": "^18.0.0",
"@types/react-helmet": "^6.1.5",
"gatsby-plugin-graphql-codegen": "^3.1.1",
"gatsby-plugin-tsconfig-paths": "^1.0.5",
"prettier": "^2.6.0",
"puppeteer": "^13.5.2",
"typescript": "^4.6.3"
},
"homepage": "https://github.com/ricca509/ricca509.github.io",
"keywords": [
"gatsby"
],
"license": "0BSD",
"repository": {
"type": "git",
"url": "git+https://github.com:ricca509/ricca509.github.io.git"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"preload-fonts": "gatsby-preload-fonts",
"generate-resume": "npx start-server-and-test 'npm run clean && npm run build && npm run serve' http://localhost:9000/ 'cvurl=http://localhost:9000/ node ./src/services/printCv.js'"
}
}