-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 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
{
"name": "deploy-impact-23-shift-2",
"version": "0.0.0",
"scripts": {
"prepare": "husky install .husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WomenPlusPlus/deploy-impact-23-shift-2.git"
},
"author": "SHIFT-2 Team",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/WomenPlusPlus/deploy-impact-23-shift-2/issues"
},
"homepage": "https://github.com/WomenPlusPlus/deploy-impact-23-shift-2#readme",
"lint-staged": {
"*.ts": [
"eslint --fix",
"prettier --write"
],
"*.js": "prettier --write",
"*.html": "prettier --write",
"*.json": "prettier --write",
"*.scss": "prettier --write"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"eslint": "^8.50.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3"
}
}