-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 849 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
{
"name": "tidvl-club",
"version": "0.0.69",
"description": "tidvl.club static website",
"scripts": {
"start": "npm run dev",
"dev": "npx @11ty/eleventy --serve --watch",
"build": "NODE_ENV=production npx @11ty/eleventy",
"serve": "npx @11ty/eleventy --serve",
"test": "npx @11ty/eleventy --dryrun"
},
"repository": {
"type": "git",
"url": "git+https://github.com/funwhilelost/funwhilelost-web.git"
},
"author": "funwhilelost",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/funwhilelost/funwhilelost-web/issues"
},
"homepage": "https://github.com/funwhilelost/funwhilelost-web#readme",
"devDependencies": {
"@11ty/eleventy": "^3",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"lodash.escape": "^4.0.1"
},
"dependencies": {
"eleventy-plugin-seo": "^0.5.2"
}
}