-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
57 lines (57 loc) · 1.77 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
48
49
50
51
52
53
54
55
56
57
{
"private": true,
"scripts": {
"build-webpack-config": "tsc -p tsconfig.webpack.json",
"build-userscript": "webpack --config .userscripter-temp/webpack.config.js",
"build": "npm run clean && npm run build-webpack-config && npm run build-userscript && npm run clean",
"check-dirty": "repository-check-dirty",
"clean": "rm -rf .userscripter-temp",
"lint": "eslint . --ext .ts,.tsx",
"test": "jest",
"verify": "npm run check-dirty && npm test && npm run lint && npm run build"
},
"husky": {
"hooks": {
"pre-push": "npm run verify"
}
},
"dependencies": {
"@alling/sweclockers-writing-rules": "^3.0.2",
"@babel/preset-env": "^7.12.1",
"@typed/compose": "^1.0.0",
"@types/app-root-path": "^1.2.4",
"@types/classnames": "^2.2.9",
"@types/jest": "^26.0.5",
"@types/milliseconds": "0.0.29",
"@types/mousetrap": "^1.6.3",
"@types/node": "^13.1.0",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"app-root-path": "^2.2.1",
"array-uniq": "^2.1.0",
"bbcode-tags": "^1.1.1",
"classnames": "^2.2.6",
"eslint": "^7.13.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-react": "^7.20.3",
"highlight-mistakes": "^1.0.0",
"husky": "^3.1.0",
"jest": "^26.1.0",
"jest-function": "^1.0.1",
"lines-unlines": "^1.0.0",
"milliseconds": "^1.0.3",
"mousetrap": "^1.6.3",
"preact": "^10.5.7",
"repository-check-dirty": "^1.0.3",
"text-field-edit": "^3.1.0",
"ts-jest": "^26.4.4",
"ts-preferences": "^2.0.0",
"ts-storage": "^5.0.1",
"ts-type-guards": "^0.6.1",
"typescript": "4.1.6",
"userscript-metadata": "^1.0.0",
"userscripter": "5.0.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
}
}