-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.11 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
{
"name": "danieldafoe.com",
"version": "16.0.0",
"description": "The personal website of Daniel Dafoe. Created using Pug, Sass, and Parcel. Deployment brought to you by Netlify.",
"scripts": {
"build": "parcel build src/pug/index.pug --dist-dir ./dist",
"start": "parcel serve src/pug/index.pug"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danieldafoe/danieldafoe.com.git"
},
"keywords": [],
"author": "Daniel Dafoe <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/danieldafoe/danieldafoe.github.io/issues"
},
"homepage": "https://danieldafoe.com",
"browserslist": [
"defaults",
"not IE 11",
"maintained node versions"
],
"dependencies": {
"@parcel/transformer-posthtml": "2.11.0",
"@sendgrid/mail": "^7.7.0"
},
"devDependencies": {
"@parcel/config-default": "2.11.0",
"@parcel/transformer-pug": "2.11.0",
"@parcel/transformer-sass": "2.11.0",
"htmlnano": "2.0.3",
"parcel": "2.11.0",
"prettier": "2.5.0",
"pug": "3.0.1",
"sass": "1.26.8",
"typescript": "4.0.3"
}
}