-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 2.01 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 2.01 KB
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
{
"name": "@personal-stack/website",
"description": "Personal Stack - web portal for self presentation and information sharing",
"license": "MIT",
"version": "1.0.0",
"scripts": {
"clean": "gatsby clean",
"build:configs": "tsc -p ./tsconfig.gatsby.json",
"prestart": "yarn build:configs",
"start": "gatsby develop",
"predevelop": "yarn build:configs",
"develop": "gatsby develop",
"prebuild": "yarn build:configs",
"build": "gatsby build",
"preserve": "yarn build:configs",
"serve": "gatsby serve",
"config:debug": "node --nolazy --inspect-brk node_modules/.bin/gatsby build"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-regular-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"@types/node": "^14.0.24",
"@types/react-helmet": "^5.0.15",
"@types/react-modal": "^3.10.5",
"@types/react-syntax-highlighter": "^11.0.4",
"@types/theme-ui": "^0.3.1",
"gatsby": "^2.13.28",
"gatsby-plugin-disqus": "^1.1.6",
"gatsby-plugin-google-analytics": "^2.3.3",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-sass": "^2.1.3",
"gatsby-plugin-theme-ui": "^0.3.0",
"gatsby-plugin-tsconfig-paths": "^1.0.2",
"gatsby-plugin-tslint": "^0.0.2",
"gatsby-plugin-typescript": "^2.1.2",
"gatsby-source-graphql": "^2.5.2",
"gatsby-source-sanity": "^6.0.3",
"node-sass": "^4.12.0",
"prismjs": "^1.20.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^6.0.0",
"react-markdown": "^4.3.1",
"react-modal": "^3.11.2",
"react-syntax-highlighter": "^12.2.1",
"theme-ui": "^0.3.1",
"ts-node": "^8.10.1",
"tslint": "^5.18.0",
"tslint-loader": "^3.5.4",
"tslint-react": "^4.0.0",
"typescript": "^3.5.3",
"webpack": "^4.36.1"
},
"devDependencies": {
"sharp": "^0.25.3"
}
}