-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 788 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "kubikovo-webpage",
"version": "0.0.1",
"description": "Website of one named Kubík, aka chamik",
"scripts": {
"setup": "gem install bundler && bundle install && npm ci",
"dev": "bundler exec jekyll serve --livereload",
"drafts": "bundler exec jekyll serve --livereload --future --drafts",
"build": "bundler exec jekyll build -d build/ && npx tailwindcss -i build/styles/main.css -o build/styles/main.css --minify"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.1",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.31",
"postcss-cli": "^9.1.0",
"postcss-import": "^14.0.2",
"tailwindcss": "^3.0.18"
},
"dependencies": {
"waterfall.js": "^1.0.2"
}
}