Skip to content

Commit 7c4d8a4

Browse files
committed
adding package.json
1 parent f0bd049 commit 7c4d8a4

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "innersourcecommons.org",
3+
"version": "1.0.0",
4+
"main": "",
5+
"author": "",
6+
"license": "ISC",
7+
"description": "",
8+
"scripts": {
9+
"build": "hugo",
10+
"build:preview": "hugo --baseURL \"${DEPLOY_PRIME_URL:-/}\" --buildDrafts --buildFuture",
11+
"start": "hugo server"
12+
},
13+
"devDependencies": {
14+
"autoprefixer": "^10.3.4",
15+
"hugo-extended": "^0.133.1",
16+
"postcss": "^8.4.38",
17+
"postcss-cli": "^8.3.1"
18+
}
19+
}

0 commit comments

Comments
 (0)