Skip to content

Commit e93554e

Browse files
committed
add package.json file
1 parent b610376 commit e93554e

File tree

3 files changed

+23
-68
lines changed

3 files changed

+23
-68
lines changed

css/styles.css

Lines changed: 0 additions & 55 deletions
This file was deleted.

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
}

postcss.config.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)