File tree Expand file tree Collapse file tree 3 files changed +23
-68
lines changed
Expand file tree Collapse file tree 3 files changed +23
-68
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " apps-for-linux" ,
3+ "version" : " 0.0.1" ,
4+ "description" : " Apps for linux site." ,
5+ "main" : " index.js" ,
6+ "repository" : " https://github.com/apps-for-linux/apps-for-linux.github.io" ,
7+ "author" : " DrSheppard01" ,
8+ "license" : " MIT" ,
9+ "scripts" : {
10+ "start" : " hugo server --disableFastRender" ,
11+ "start-examplesite" : " hugo server -s exampleSite --themesDir=../.. --disableFastRender" ,
12+ "build-examplesite" : " NODE_ENV=production hugo -s exampleSite --themesDir=../.. --gc" ,
13+ "build" : " NODE_ENV=production hugo --gc"
14+ },
15+ "devDependencies" : {
16+ "@tailwindcss/typography" : " ^0.5.10" ,
17+ "autoprefixer" : " ^10.4.16" ,
18+ "postcss" : " ^8.4.33" ,
19+ "postcss-cli" : " ^11.0.0 " ,
20+ "postcss-import" : " ^16.0.0" ,
21+ "tailwindcss" : " ^3.4.1"
22+ }
23+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments