-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 766 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 766 Bytes
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
{
"name": "ehgoodenough.github.io",
"version": "0.1.0",
"description": "A website for... my portfolio, I guess?",
"author": "Andrew McPherson <@ehgoodenough>",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/ehgoodenough/ehgoodenough.github.io"
},
"scripts": {
"build": "codeglue --stage=production",
"start": "codeglue --stage=development --mode=server",
"deploy": "gh-pages --dist builds/web --branch master"
},
"dependencies": {
"preact": "^8.2.7",
"statgrab": "^1.2.0",
"@fortawesome/fontawesome-free": "^5.6.3"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.3.1",
"codeglue": "^1.6.5",
"gh-pages": "^2.0.1"
}
}