-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 823 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 823 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": "muse.systems",
"version": "1.0.0",
"description": "Hugo site source for Muse System related marketing sites. Based on Blist/https://github.com/apvarun/blist-hugo-theme by Varun A P.",
"main": "index.js",
"repository": "https://github.com/MuseSystems/muse.systems",
"author": "Steven C. Buttgereit",
"license": "Apache v2.0",
"scripts": {
"dev:hugo": "hugo server --disableFastRender -D",
"dev": "run-p dev:*",
"build:hugo": "hugo",
"build": "run-s build:*"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.23",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwind": "^2.2.12",
"tailwindcss": "^3.3.1"
}
}