-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
77 lines (77 loc) · 2.98 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "grav-theme-scholar",
"version": "2.0.0",
"description": "Scholar is an academic-focused theme, for publishing papers, articles, books, documentation, your blog, and even your resumé, with Grav CMS",
"main": "src/theme.js",
"scripts": {
"theme": "postcss src/css/theme.pcss --watch --verbose --output css/theme.css",
"base": "chokidar \"src/css/styles.base.pcss\" -c \"postcss src/css/styles/*.pcss --dir css/styles --ext css\"",
"styles": "chokidar \"src/css/styles/*.pcss\" -c \"postcss {path} --verbose --dir css/styles --ext css\"",
"metal": "postcss src/css/styles/metal.pcss --watch --verbose -c postcss.config.js -o css/styles/metal.css",
"print": "postcss src/css/print.pcss --watch --verbose -c postcss.config.js -o css/print.css",
"css": "concurrently --names \"Theme,Base,Styles,Print\" --prefix-colors \"blue,white,cyan,grey\" \"npm run theme\" \"npm run base\" \"npm run styles\" \"npm run print\"",
"scripts:watch": "rollup --config --watch",
"scripts:build": "rollup --config",
"test": "cypress open"
},
"author": "Ole Vik <git@olevik.net> (https://olevik.me/",
"contributors": [
"Ole Vik <git@olevik.net> (https://olevik.me/)"
],
"license": "MIT",
"browserslist": "defaults",
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"@fullhuman/postcss-purgecss": "^1.2.0",
"@khanacademy/tota11y": "^0.2.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"axe-core": "^3.5.3",
"babel-preset-minify": "^0.5.1",
"chokidar-cli": "^2.0.0",
"concurrently": "^5.2.0",
"core-js": "^3.9.1",
"cssnano": "^4.1.10",
"cypress": "^5.3",
"cypress-axe": "^0.8",
"cypress-plugin-tab": "^1",
"formbase": "^10.0.0",
"fs-extra": "^8.1.0",
"gutenberg-css": "^0.5.0",
"line-awesome": "github:icons8/line-awesome",
"magica11y": "^1.4.2",
"paged-design": "github:electricbookworks/paged-design",
"pagedjs": "^0.1.40",
"postcss": "^7.0.29",
"postcss-cli": "^7.1.1",
"postcss-ignore": "^0.1.4",
"postcss-import": "^12.0.1",
"postcss-load-config": "^2.1.0",
"postcss-nested": "^4.1.2",
"postcss-preset-env": "^6.7.0",
"postcss-reporter": "^6.0.1",
"postcss-scss": "^2.0.0",
"postcss-wcag-contrast": "^2.0.0",
"prettier": "^1.18.2",
"rollup": "^2.40.0",
"rollup-plugin-terser": "^7.0.2",
"stylelint": "^13.3.3",
"stylelint-config-prettier": "^6.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.3.0",
"stylelint-declaration-strict-value": "^1.4.3",
"stylelint-no-indistinguishable-colors": "^1.2.1",
"stylelint-prettier": "^1.1.2",
"stylelint-selector-no-empty": "^1.0.7"
},
"dependencies": {
"dayjs": "^1.8.26",
"deasync": "^0.1.21",
"flexsearch": "^0.6.30",
"focus-within-polyfill": "^4.1.0",
"fontfaceobserver": "^2.1.0",
"leader-line": "^1.0.5",
"mobius1-selectr": "^2.4.13"
}
}