-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 822 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 822 Bytes
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
{
"name": "mithril-docs",
"private": true,
"version": "1.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"watch": "node scripts/watch.js",
"build": "node scripts/build.js",
"lint": "node scripts/lint.js",
"lint:docs": "node scripts/lint-docs.js"
},
"dependencies": {
"mithril": "2.3.6"
},
"devDependencies": {
"@babel/parser": "7.25.6",
"@eslint/js": "9.11.0",
"@stylistic/eslint-plugin": "2.8.0",
"chokidar": "4.0.1",
"cross-spawn": "7.0.3",
"escape-string-regexp": "5.0.0",
"eslint": "9.11.0",
"eslint-plugin-n": "17.10.3",
"globals": "15.9.0",
"html-minifier-terser": "7.2.0",
"http-server": "14.1.1",
"marked": "14.1.2",
"semver": "7.6.3",
"terser": "4.8.1"
},
"engines": {
"node": "^20.12.2 || >=22"
}
}