-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
47 lines (47 loc) · 1.35 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
40
41
42
43
44
45
46
47
{
"name": "sane-eleventy",
"version": "2.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"eleventy:serve": "eleventy --serve",
"eleventy:build": "eleventy",
"clean": "rm -rf ./build",
"debug": "DEBUG=Eleventy* NODE_ENV=development npm-run-all clean eleventy:serve",
"serve": "NODE_ENV=development npm-run-all clean eleventy:serve",
"build": "NODE_ENV=production npm-run-all clean eleventy:build",
"dev": "netlify dev"
},
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@sanity/block-content-to-html": "^2.0.0",
"@sanity/client": "^2.15.0",
"autoprefixer": "^10.3.1",
"browser-sync": "^2.27.4",
"cssnano": "^5.0.7",
"cssnano-preset-advanced": "^5.1.3",
"esbuild": "^0.12.15",
"groq": "^2.13.0",
"html-minifier": "^4.0.0",
"nanoclass": "^0.0.2",
"netlify-cli": "^6.2.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.6",
"postcss-cli": "^8.3.1",
"postcss-custom-properties": "^11.0.0",
"postcss-focus-visible": "^5.0.0",
"postcss-load-config": "^3.1.0",
"postcss-nested": "^5.0.5",
"tailwindcss": "^2.2.7"
},
"dependencies": {
"@dogstudio/highway": "^2.2.1",
"choozy": "^1.0.0",
"focus-visible": "^5.2.0",
"fontfaceobserver": "^2.1.0",
"gsap": "^3.7.1",
"martha": "^3.0.3",
"picoapp": "^3.6.2",
"quicklink": "^2.2.0"
}
}