-
-
Notifications
You must be signed in to change notification settings - Fork 296
/
package.json
36 lines (36 loc) · 1.28 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
{
"name": "dumb-password-rules",
"private": "true",
"version": "1.0.0",
"description": "A compilation of sites with dumb password rules.",
"scripts": {
"serve": "concurrently \"./node_modules/.bin/eleventy --serve\" \"./node_modules/.bin/tailwindcss -i ./src/static/styles/tailwind.css -o ./_site/static/styles/tailwind.css --postcss --watch\"",
"build": "./node_modules/.bin/eleventy && ./node_modules/.bin/tailwindcss -i ./src/static/styles/tailwind.css -o ./_site/static/styles/tailwind.css --postcss --minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/duffn/dumb-password-rules.git"
},
"author": "https://github.com/duffn",
"license": "MIT",
"bugs": {
"url": "https://github.com/duffn/dumb-password-rules/issues"
},
"homepage": "https://dumbpasswordrules.com",
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-img": "^5.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.15",
"alpinejs": "^3.14.3",
"autoprefixer": "^10.4.20",
"concurrently": "^9.0.1",
"esbuild": "^0.24.0",
"html-minifier": "^4.0.0",
"js-yaml": "^4.1.0",
"markdown-it": "^14.1.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14"
}
}