-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "data_hjalp_projekt",
"license": "MIT",
"version": "0.0.37",
"homepage": "http://localhost:3000",
"bugs": {
"url": "https://github.com/fadihanna123/DatahjalpProjekt/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/fadihanna123/DatahjalpProjekt"
},
"author": {
"name": "Fadi Hanna",
"email": "[email protected]"
},
"scripts": {
"setup": "yarn --emoji --silent --ignore-scripts",
"dev": "serve .",
"lint": "eslint . && stylelint **/*.css && htmlhint **/*.html",
"format": "prettier -w .",
"prepare": "husky",
"clear": "rimraf node_modules"
},
"engines": {
"node": ">=16.0.0 <=22.x.x",
"npm": "Please use Yarn instead of NPM to install dependencies"
},
"devDependencies": {
"eslint-plugin-html": "8.1.2",
"globals": "15.14.0",
"htmlhint": "1.1.4",
"serve": "^14.2.4",
"eslint": "9.19.0",
"husky": "9.1.7",
"prettier": "3.4.2",
"stylelint": "16.14.1",
"stylelint-config-standard": "37.0.0"
}
}