-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·50 lines (50 loc) · 1.9 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
{
"name": "oyanqazaqstan",
"version": "0.1.0",
"description": "Website of Oyan, Qazaqstan",
"main": "index.js",
"dependencies": {
"@11ty/eleventy": "^0.11.1",
"@11ty/eleventy-plugin-rss": "^1.0.9",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.4",
"@tbranyen/jsdom": "^13.0.0",
"concurrently": "^5.3.0",
"eleventy-plugin-pwa": "^1.0.8",
"html-minifier": "^4.0.0",
"json-to-scss": "^1.6.2",
"sass": "^1.27.0",
"slugify": "^1.4.5",
"stalfos": "git://github.com/andybelldesign/stalfos.git#49f9e68a7a590b8739df2087f05901dcc6baa761"
},
"devDependencies": {
"chokidar-cli": "^2.1.0",
"cross-env": "^7.0.2",
"make-dir-cli": "^2.0.0",
"prettier": "^2.1.2",
"rollup": "^2.32.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^5.0.3"
},
"scripts": {
"sass:tokens": "npx json-to-scss src/_data/tokens.json src/scss/_tokens.scss",
"sass:process": "npm run sass:tokens && sass src/scss/global.scss src/_includes/assets/css/global.css --style=compressed",
"cms:precompile": "make-dir dist/admin && nunjucks-precompile src/_includes > dist/admin/templates.js -i '\\.(njk|css|svg)$'",
"cms:bundle": "rollup --config",
"start": "concurrently 'npm run sass:process -- --watch' 'npm run cms:bundle -- --watch' 'chokidar \"src/_includes/**\" -c \"npm run cms:precompile\"' 'npm run serve'",
"serve": "cross-env ELEVENTY_ENV=development npx eleventy --serve",
"production": "npm run sass:process && npm run cms:precompile && npm run cms:bundle && npx eleventy"
},
"repository": {
"type": "git",
"url": "git@github.com:oyanqazaqstan/website.git"
},
"keywords": [],
"author": "oyanqazaqstankz",
"license": "MIT",
"bugs": {
"url": "https://github.com/oyanqazaqstan/website/issues"
},
"homepage": "https://oyan.digital"
}