-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 894 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 894 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
27
28
29
30
31
32
33
{
"name": "LambdaStack",
"version": "1.3.4",
"description": "Kubernetes Automation Platform",
"main": "none.js",
"scripts": {
"start": "hugo server",
"build": "hugo",
"deploy": "hugo --minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lambdastack/lambdastack.git"
},
"author": "Hans Jones",
"license": "https://www.lambdastackio.com/legals/",
"bugs": {
"url": "https://github.com/lambdastack/lambdastack/issues"
},
"homepage": "https://lambdastackio.com",
"devDependencies": {
"autoprefixer": "^10.4.0",
"minify": "^8.0.3",
"postcss": "^8.4.4",
"postcss-cli": "^8.3.1",
"tailwindcss": "^3.0.0",
"tailwindcss-children": "^2.1.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.0",
"@tailwindcss/typography": "^0.5.0"
}
}