-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 907 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": "oddbooks.app",
"title": "OddBooks",
"version": "1.0.0",
"description": "Worry-Free Writing & No-Mess Collaboration",
"homepage": "https://oddbooks.app",
"main": "index.html",
"repository": "[email protected]:oddbird/oddbooks.app.git",
"author": {
"name": "OddBird",
"email": "[email protected]"
},
"scripts": {
"serve": "yarn eleventy --serve"
},
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^0.6.0",
"accoutrement": "^2.1.0",
"beeper": "^1.1.1",
"chalk": "^2.4.1",
"fancy-log": "^1.3.3",
"fibers": "^3.1.1",
"gulp": "4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-stylelint": "^8.0.0",
"markdown-it": "^8.4.2",
"sass": "^1.15.1",
"stylelint": "^9.9.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-scss": "^3.4.0"
}
}