-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 934 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": "fevr-new",
"version": "2.1.0",
"description": "Fevr static website",
"main": "index.js",
"scripts": {
"serve": "eleventy --serve",
"build": "ELEVENTY_ENV=production eleventy"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:fevrcoding/fevrcoding.github.io.git"
},
"author": "FEVR",
"license": "ISC",
"homepage": "https://github.com/fevrcoding/fevrcoding.github.io",
"devDependencies": {
"@11ty/eleventy": "^0.11.1",
"@11ty/eleventy-img": "^0.6.0",
"@11ty/eleventy-plugin-rss": "^1.0.7",
"esbuild": "^0.8.28",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2",
"js-yaml": "^3.13.1",
"luxon": "^1.22.0",
"prettier": "^2.2.1"
},
"dependencies": {
"axios": "^0.21.1",
"workbox-routing": "^6.0.2",
"workbox-strategies": "^6.0.2"
}
}