-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.1 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": "bargsteen.com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "eleventy --serve & postcss pcss/tailwind.pcss --o generated_css/style.css --watch --verbose",
"build": "rm -rf _site && ELEVENTY_PRODUCTION=true eleventy && NODE_ENV=production postcss pcss/tailwind.pcss --o _site/css/style.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bargsteen/Bargsteen.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Bargsteen/Bargsteen.github.io/issues"
},
"homepage": "https://github.com/Bargsteen/Bargsteen.github.io#readme",
"devDependencies": {
"@11ty/eleventy": "^0.11.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.0",
"@rvxlab/tailwind-plugin-ios-full-height": "^1.0.0",
"@tailwindcss/aspect-ratio": "^0.2.0",
"autoprefixer": "^10.2.6",
"cssnano": "^5.0.5",
"nunjucks": "^3.2.2",
"postcss": "^8.2.4",
"tailwindcss": "^2.0.2"
},
"dependencies": {
"postcss-cli": "^8.3.1",
"postcss-nesting": "^7.0.1"
}
}