-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.14 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.14 KB
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
37
38
39
40
41
42
43
44
{
"name": "@oshifty/website",
"version": "0.1.1",
"description": "SHIFTY - Reinventing Fixture Control",
"main": "index.js",
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"alpinejs": "^3.14.3",
"autoprefixer": "^10.4.20",
"concurrently": "^9.0.1",
"postcss": "^8.4.47",
"postcss-cli": "^11.0.0",
"tailwindcss": "^3.4.14"
},
"scripts": {
"start": "yarn tw && concurrently \"yarn watch:tw\" \"yarn watch:hugo\"",
"watch:tw": "tailwindcss -i ./assets/css/main.css -o ./assets/css/style.css --watch",
"tw": "tailwindcss -i ./assets/css/main.css -o ./assets/css/style.css",
"watch:hugo": "hugo server",
"build": "hugo --minify",
"test": "hugo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oshifty/oshifty.github.io.git"
},
"keywords": [
"shifty",
"lighting",
"control",
"fixture",
"dmx",
"artnet",
"sacn",
"web",
"protocol"
],
"author": "The SHIFTY Team",
"bugs": {
"url": "https://github.com/oshifty/oshifty.github.io/issues"
},
"homepage": "https://oshifty.vision",
"packageManager": "yarn@4.5.0"
}