-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.46 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
{
"name": "ajlende.github.io",
"description": "Personal site for Alex Lende",
"version": "2.1.0",
"author": "Alex Lende <ajlende@gmail.com> (https://ajlende.com)",
"license": "MIT",
"keywords": [
"personal-site",
"portfolio",
"blog",
"developer",
"designer",
"front-end",
"react",
"javascript",
"bulma",
"bloomer",
"gatsby"
],
"repository": {
"type": "git",
"url": "https://github.com/ajlende/ajlende.github.io.git"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-brands-svg-icons": "^5.12.0",
"@fortawesome/free-regular-svg-icons": "^5.12.0",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"autoprefixer": "^9.7.3",
"bloomer": "^0.6.5",
"bulma": "^0.7.5",
"classnames": "^2.2.6",
"dateformat": "^3.0.3",
"gatsby": "^2.18.21",
"gatsby-image": "^2.2.38",
"gatsby-plugin-catch-links": "^2.1.24",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-sass": "^2.1.27",
"gatsby-plugin-sharp": "^2.3.13",
"gatsby-plugin-sitemap": "^2.2.25",
"gatsby-remark-copy-linked-files": "^2.1.36",
"gatsby-remark-images": "^3.1.42",
"gatsby-remark-prismjs": "^3.3.30",
"gatsby-remark-responsive-iframe": "^2.2.31",
"gatsby-remark-smartypants": "^2.1.20",
"gatsby-source-filesystem": "^2.1.46",
"gatsby-transformer-remark": "^2.6.48",
"gatsby-transformer-sharp": "^2.3.12",
"graphql": "^14.5.8",
"graphql-request": "^1.8.2",
"node-sass": "^4.13.0",
"prismjs": "^1.18.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.0.0-beta",
"typescript": "^3.7.4",
"webpack": "^4.41.5"
},
"devDependencies": {
"dotenv": "^8.2.0",
"gh-pages": "^2.2.0",
"prettier": "^1.19.1"
},
"main": "public/index.html",
"scripts": {
"start": "gatsby develop",
"postinstall": "find node_modules/bulma -name '*.sass' | xargs sed -Ei '' 's/^(\\.number|\\.tag)(:[^.]+)?$/\\1:not(.token)\\2/g'",
"build": "gatsby build",
"develop": "gatsby develop",
"deploy": "gatsby build && gh-pages --dist public --branch master",
"format": "prettier --print-width 100 --trailing-comma all --no-semi --write src/**/*.{js,jsx}",
"test": "echo \"Error: no test specified\" && exit 1"
}
}