-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.43 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
38
39
40
{
"name": "yktoo.com",
"version": "2.0.0",
"description": "The source code of yktoo.com",
"main": "index.js",
"scripts": {
"backup": "./_dev_/cloudinary-backup -d",
"build": "hugo --gc --minify --environment=development",
"build:prod": "hugo --gc --minify",
"clean": "rm -rf public",
"cy": "cypress open --e2e --browser chrome",
"cy:ci": "cypress run --config video=false",
"postbuild": "cp public/en/_redirects public/ && rm public/index.html",
"postbuild:prod": "cp public/en/_redirects public/ && rm public/index.html",
"prebuild": "npm run clean",
"prebuild:prod": "npm run clean",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "hugo server -DF",
"start:e2e": "hugo server --minify --disableBrowserError --disableFastRender --disableLiveReload --environment=production"
},
"author": "Dmitry Kann",
"repository": "https://github.com/yktoo/yktoo.com",
"license": "CC-BY-NC-SA-4.0",
"comments": {
"dependencies": {},
"devDependencies": {}
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"aos": "^3.0.0-beta.6",
"bootstrap": "^5.3.3",
"cookieconsent": "^3.1.1",
"jquery": "^3.7.1",
"magnific-popup": "^1.2.0"
},
"devDependencies": {
"cypress": "^13.14.2",
"typescript": "^5.6.2"
}
}