forked from EntropiaFox/astranauta.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.12 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
{
"name": "the-handy-haversack",
"version": "1.0.0",
"description": "A static site with hydrated sections backed by firebase",
"repository": "https://github.com/timbomckay/5eTools",
"scripts": {
"build": "hugo --cleanDestinationDir",
"serve": "hugo server"
},
"dependencies": {
"@cloudinary/url-gen": "^1.8.0",
"firebase": "^9.8.1",
"firebaseui": "^6.0.1",
"lit": "^2.2.3",
"uuid": "^8.3.2",
"workbox-cacheable-response": "^6.5.3",
"workbox-core": "^6.5.3",
"workbox-expiration": "^6.5.3",
"workbox-precaching": "^6.5.3",
"workbox-routing": "^6.5.3",
"workbox-strategies": "^6.5.3"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.1.3",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"eslint": "^8.15.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"postcss": "^8.4.13",
"postcss-cli": "^9.1.0",
"postcss-import": "^14.1.0",
"prettier": "^2.6.2",
"prettier-plugin-go-template": "^0.0.13",
"tailwindcss": "^2.2.19",
"ts-lit-plugin": "^1.2.1"
}
}