-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 1.03 KB
/
package.json
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
{
"name": "blockchainsociete.org",
"version": "2.0.0",
"description": "Blockchain et Societe website",
"main": "index.js",
"repository": "[email protected]:blockchainEtsociete/blockchainsociete.org",
"author": "Blockchain et Societe <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"fetch-events": "node scripts/index.js",
"start": "hugo --gc",
"dev": "hugo server --disableFastRender --buildDrafts --buildFuture",
"build": "NODE_ENV=production hugo --gc --minify --buildFuture"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.1.3",
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.7",
"hugo-bin": "^0.96.0",
"moment": "^2.29.4",
"postcss": "^8.4.13",
"postcss-cli": "^9.1.0",
"postcss-import": "^14.1.0",
"tailwindcss": "^3.0.24"
},
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
],
"hugo-bin": {
"buildTags": "extended"
},
"packageManager": "[email protected]"
}