-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.41 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
{
"name": "kotwys.github.io",
"version": "0.1.0",
"author": "kotwys",
"license": "MIT",
"private": true,
"scripts": {
"build": "run-s build:*",
"build:11ty": "eleventy",
"build:css": "gulp styles",
"build:icons": "gulp icons",
"build:js": "webpack --node-env production",
"watch:11ty": "eleventy --serve",
"watch:css": "gulp watchStyles",
"watch:js": "webpack --watch",
"start": "run-p watch:*"
},
"browserslist": [
"last 2 versions"
],
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@csstools/postcss-is-pseudo-class": "^2.0.7",
"autoprefixer": "^10.2.6",
"escape-html": "^1.0.3",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-filter": "^7.0.0",
"gulp-postcss": "^9.0.0",
"gulp-sass": "^5.0.0",
"gulp-svg-sprite": "^1.5.0",
"html-minifier": "^4.0.0",
"intl": "^1.2.5",
"js-yaml": "^4.1.0",
"katex": "^0.13.19",
"markdown-it-anchor": "^8.6.4",
"markdown-it-footnote": "^3.0.3",
"markdown-it-texmath": "^0.9.1",
"minify-xml": "^2.5.0",
"node-html-parser": "^5.4.2-0",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.5",
"postcss-logical": "^5.0.4",
"reading-time": "^1.3.0",
"remixicon": "^2.5.0",
"sass": "^1.35.1",
"ts-loader": "^9.2.5",
"typescript": "^4.3.4",
"webpack": "^5.52.0",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"insights-js": "^1.2.11"
}
}