forked from daflh/vredeburg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 935 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
{
"name": "vredeburg",
"version": "1.0.0",
"description": "",
"scripts": {
"clean": "rimraf dist",
"start": "npm run serve",
"serve": "npm run clean && cross-env NODE_ENV=development eleventy --serve",
"watch": "npm run clean && cross-env NODE_ENV=development eleventy --watch",
"build": "npm run clean && cross-env NODE_ENV=production eleventy",
"debug": "DEBUG=Eleventy* npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dafiulh/vredeburg.git"
},
"author": "Dafiul Haq",
"license": "MIT",
"bugs": {
"url": "https://github.com/dafiulh/vredeburg/issues"
},
"homepage": "https://github.com/dafiulh/vredeburg#readme",
"devDependencies": {
"@11ty/eleventy": "^0.11.1",
"@tailwindcss/typography": "^0.3.1",
"cross-env": "^7.0.3",
"eleventy-plugin-tailwindcss": "^0.3.0",
"html-minifier": "^4.0.0",
"luxon": "^1.24.1",
"rimraf": "^3.0.2",
"terser": "^4.8.0"
}
}