-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 865 Bytes
/
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": "dark",
"author": "AlexPlex",
"license": "MIT",
"scripts": {
"test": "jest",
"precommit": "npm test"
},
"devDependencies": {
"@types/jest": "^24.0.18",
"@types/node": "^18.15.11",
"@types/requestidlecallback": "^0.3.1",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^0.13.1",
"jest": "29.5.0",
"jest-environment-jsdom": "28.1.2",
"madge": "^6.0.0",
"prettier": "^2.2.1",
"shelljs": "^0.8.5",
"ts-jest": "29.1.0",
"ts-loader": "9.4.2",
"typescript": "5.3.3",
"webpack": "5.75.0",
"webpack-cli": "5.0.1"
},
"husky": {
"hooks": {
"pre-commit": "npm test"
}
}
}