This repository has been archived by the owner on Aug 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.73 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "rx1310.site",
"description": "Сайт молодого и начинающего разработчика из России, интересующегося веб-разработкой (front-end), разработкой Android-приложений и Linux.",
"main": "app/index.njk",
"scripts": {
"start": "run-p 11ty:serve sass:watch",
"build": "run-s sass:compile 11ty:build",
"sass:compile": "sass --no-source-map app/styles/:dist/css/ --style compressed",
"sass:watch": "sass --no-source-map app/styles/:dist/css/ --watch",
"11ty:serve": "npx @11ty/eleventy --serve --config=.11ty.js",
"11ty:build": "npx @11ty/eleventy --config=.11ty.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rx1310/rx1310.github.io.git"
},
"engines": {
"node": ">= 16.14.0"
},
"keywords": [
"rx1310",
"11ty",
"sass",
"netlify",
"kalium19",
"git",
"vscode"
],
"author": {
"name": "Haba Kudzaev (rx1310)",
"email": "[email protected]",
"url": "https://rx1310.site"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "https://github.com/rx1310/rx1310.github.io/blob/main/LICENSE"
}
],
"bugs": {
"url": "https://t.me/rx1310"
},
"homepage": "https://github.com/rx1310/rx1310.github.io#readme",
"devDependencies": {
"@11ty/eleventy": "^1.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
"@rx1310/kalium19": "^4.1.2",
"js-yaml": "^4.1.0",
"markdown-it": "^13.0.1",
"markdown-it-attrs": "^4.1.4",
"npm-run-all": "^4.1.5",
"nunjucks": "^3.2.3",
"prismjs": "^1.28.0",
"sass": "^1.54.0"
},
"dependencies": {
"@rx1310/grid-v4": "^4.4.2",
"sanitize.css": "^13.0.0"
}
}