-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 693 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 693 Bytes
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
{
"name": "eb-www",
"version": "1.0.0",
"description": "Execute Big 2.0, with a minimalistic vision and a clearer focus.",
"repository": "git@github.com:executebig/www.git",
"author": "Mingjie Jiang <jiang@mingjie.dev>",
"license": "MIT",
"private": true,
"dependencies": {
"@fullhuman/postcss-purgecss": "^4.0.3",
"autoprefixer": "^10.3.7",
"cssnano": "^5.0.8",
"dotenv": "^10.0.0",
"is-svg": "^4.2.2",
"postcss": "^8.3.11",
"postcss-cli": "^9.0.1",
"postcss-import": "^14.0.2",
"vercel": "^23.1.2",
"y18n": "^5.0.8"
},
"scripts": {
"dev": "hugo server",
"build": "hugo --gc --minify",
"dry": "hugo --gc --minify"
}
}