-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.21 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
{
"author": {
"name": "Adam Lui",
"email": "[email protected]",
"url": "https://github.com/adamlui"
},
"homepage": "https://why.elonsucks.org",
"license": "MIT",
"funding": [
{
"type": "github",
"url": "http://github.com/sponsors/elonsucks"
},
{
"type": "ko-fi",
"url": "https://ko-fi.com/adamlui"
}
],
"scripts": {
"prepare": "husky",
"lint": "eslint . --cache",
"lint:all": "eslint .",
"lint:fix": "eslint . --fix --cache",
"lint:fix-all": "eslint . --fix",
"build:js": "minify-js js --no-mangle",
"preview": "node utils/preview",
"preview:debug": "node utils/preview --debug"
},
"devDependencies": {
"@adamlui/minify.js": "^1.8.5",
"@eslint/css": "^0.2.0",
"@eslint/json": "^0.10.0",
"@eslint/markdown": "^6.2.2",
"@html-eslint/eslint-plugin": "^0.34.0",
"@html-eslint/parser": "^0.34.0",
"@stylistic/eslint-plugin-js": "^3.0.1",
"cross-spawn": "^7.0.6",
"eslint": "^9.19.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-yml": "^1.16.0",
"get-port": "^7.1.0",
"http-server": "^14.1.1",
"husky": "^9.1.7",
"open": "^10.1.0"
}
}