-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 794 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 794 Bytes
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
{
"name": "cypherpunks-taiwan",
"version": "2.0.0",
"description": "Cypherpunks Taiwan - Cryptography makes freedom and privacy great again",
"scripts": {
"css:build": "tailwindcss -i ./assets/css/main.css -o ./assets/css/app.css --minify",
"css:watch": "tailwindcss -i ./assets/css/main.css -o ./assets/css/app.css --watch",
"search:index": "pagefind --site _site --output-path _site/pagefind",
"build": "npm run css:build",
"postbuild": "npm run search:index",
"dev": "npm run css:watch"
},
"devDependencies": {
"tailwindcss": "^3.4.0",
"@tailwindcss/typography": "^0.5.10",
"pagefind": "^1.0.0"
},
"keywords": [
"cypherpunk",
"bitcoin",
"privacy",
"cryptography"
],
"author": "Cypherpunks Taiwan",
"license": "MIT"
}