-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.58 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.58 KB
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
{
"name": "11tyby",
"version": "1.3.2",
"description": "Home",
"main": "index.js",
"author": "jahilldev",
"license": "MIT",
"scripts": {
"start": "npm-run-all clean pages -p watch:*",
"clean": "rimraf dist src/_js",
"pages": "webpack",
"build": "npm-run-all clean build:*",
"build:pages": "webpack --mode=production",
"build:11ty": "eleventy --quiet",
"watch:pages": "webpack --watch",
"watch:11ty": "eleventy --serve --quiet --watch",
"lint": "eslint ./src/**/*.ts*",
"test": "jest"
},
"dependencies": {
"preact": "10.11.3",
"preact-render-to-string": "5.2.6",
"preactement": "1.8.4"
},
"devDependencies": {
"@11ty/eleventy": "1.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "4.2.0",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"copy-webpack-plugin": "9.1.0",
"css-loader": "6.7.3",
"eslint": "8.33.0",
"eslint-config-preact": "1.3.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"file-loader": "6.2.0",
"glob": "8.1.0",
"markdown-it": "13.0.1",
"markdown-it-anchor": "8.6.6",
"mini-css-extract-plugin": "2.7.2",
"npm-run-all": "4.1.5",
"prettier": "2.8.3",
"rimraf": "3.0.2",
"sass": "1.58.0",
"sass-loader": "13.2.0",
"style-loader": "3.3.1",
"terser-webpack-plugin": "5.3.6",
"ts-loader": "9.4.2",
"typescript": "4.9.5",
"webpack": "5.75.0",
"webpack-assets-manifest": "5.1.0",
"webpack-cli": "5.0.1",
"yargs": "17.6.2"
}
}