We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0bd049 commit 7c4d8a4Copy full SHA for 7c4d8a4
1 file changed
package.json
@@ -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