-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.27 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
{
"version": "1.0.0",
"name": "eyalroth-site",
"description": "Eyal Roth personal site",
"main": "n/a",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"build:local": "URL=http://localhost:8001 GOOGLE_ANALYTICS=y UTTERANCES_REPO=z npm run build",
"serve": "gatsby serve",
"serve:local": "URL=http://localhost:8001 GOOGLE_ANALYTICS=y UTTERANCES_REPO=z npm run serve -- -H localhost -p 8001",
"clean:public": "rm -rf public",
"clean": "npm run clean:public",
"lint": "eslint . --max-warnings=0",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gatsby build"
},
"repository": "git+https://github.com/eyalroth/gatsby-blog.git",
"keywords": [
"gatsby",
"blog"
],
"author": "Eyal Roth <contact@eyalroth.com>",
"license": "MIT",
"dependencies": {
"@fontsource/arimo": "^4.5.11",
"@fontsource/lora": "^4.5.13",
"@fontsource/roboto": "^4.5.8",
"bluebird": "^3.5.1",
"gatsby": "^5.8.1",
"gatsby-plugin-catch-links": "^5.8.0",
"gatsby-plugin-feed": "^5.8.0",
"gatsby-plugin-google-analytics": "^5.8.0",
"gatsby-plugin-image": "^3.8.0",
"gatsby-plugin-layout": "^4.8.0",
"gatsby-plugin-manifest": "^5.8.0",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-offline": "^6.8.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "^6.8.0",
"gatsby-plugin-sharp": "^5.8.1",
"gatsby-plugin-sitemap": "^6.8.0",
"gatsby-remark-copy-linked-files": "^6.8.0",
"gatsby-remark-images": "^7.8.0",
"gatsby-remark-prismjs": "^7.8.0",
"gatsby-remark-responsive-iframe": "^6.8.0",
"gatsby-remark-smartypants": "^6.8.0",
"gatsby-source-filesystem": "^5.8.0",
"gatsby-transformer-remark": "^6.8.0",
"gatsby-transformer-sharp": "^5.8.0",
"js-cookie": "^3.0.1",
"littlefoot": "^4.0.0-9",
"lodash": "^4.17.15",
"node-sass": "^8.0.0",
"prismjs": "1.29",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-share": "^4.4.1",
"reading-time": "^1.5.0",
"slash": "^5.0.0",
"stream-browserify": "^3.0.0",
"util": "^0.12.5"
},
"devDependencies": {
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss-pxtorem": "^6.0.0",
"query-string": "^8.1.0"
}
}