-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
35 lines (35 loc) · 942 Bytes
/
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
{
"name": "coding-fonts",
"version": "1.0.0",
"description": "A visual look at coding fonts!",
"main": "main.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "ELEVENTY_ENV=production eleventy",
"dev": "ELEVENTY_ENV=development eleventy --serve & npm run sass:watch",
"sass:watch": "sass --watch src/assets/styles/sass/style.scss:src/assets/styles/style.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chriscoyier/coding-fonts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chriscoyier/coding-fonts/issues"
},
"homepage": "https://github.com/chriscoyier/coding-fonts#readme",
"dependencies": {
"fs": "0.0.1-security",
"html-minifier": "^4.0.0",
"minimist": "^1.2.5",
"prettier": "^2.1.2",
"puppeteer": "^5.3.1"
},
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"sass": "^1.27.0"
}
}