-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 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
{
"name": "fyrton",
"version": "0.1.0",
"private": true,
"description": "Anna Cederberg-Orreteg official website",
"homepage": "",
"engines": {
"node": "8.12.0",
"npm": "6.4.1"
},
"main": "node_modules/docpad/bin/docpad-server",
"scripts": {
"start": "docpad run",
"generate": "docpad generate --silent --env static",
"info": "docpad info --silent",
"update": "docpad update"
},
"devDependencies": {
"bal-util": "^2.8.0",
"compression": "^1.7.3",
"docpad": "^6.79.0",
"docpad-plugin-assets": "^2.1.2",
"docpad-plugin-autoprefix": "^2.2.0",
"docpad-plugin-cleancss": "^2.1.0",
"docpad-plugin-eco": "^2.2.1",
"docpad-plugin-less": "^2.5.1",
"docpad-plugin-marked": "^2.4.0",
"docpad-plugin-partials": "^2.12.0",
"docpad-plugin-sitemap": "^2.4.0",
"docpad-plugin-text": "^2.5.0",
"docpad-plugin-thumbnails": "^2.1.2",
"docpad-plugin-uglify": "^2.5.0",
"ftp-deploy": "^2.3.0",
"less": "^2.7.3",
"normalize.css": "^8.0.0",
"serve-static": "^1.13.2",
"taskgroup": "^5.3.0"
}
}