forked from manaba-enhanced-for-tsukuba/manaba-enhanced
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 1.92 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "manaba-enhanced-for-tsukuba",
"version": "3.3.1",
"description": "Make your manaba a little bit more comfortable",
"maintainers": [
{
"name": "Masaki Kobayashi",
"email": "[email protected]"
},
{
"name": "Yuzuki Arai",
"email": "[email protected]"
}
],
"contributors": [
{
"name": "Yusei Ito",
"email": "[email protected]"
}
],
"private": true,
"devDependencies": {
"@commitlint/cli": "17.4.0",
"@commitlint/config-conventional": "17.4.0",
"@swc/core": "1.3.25",
"@swc/jest": "0.2.24",
"@tsconfig/recommended": "1.0.1",
"@types/chrome": "0.0.206",
"@types/jest": "29.2.5",
"@types/lodash-es": "4.17.6",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@typescript-eslint/eslint-plugin": "5.48.0",
"@typescript-eslint/parser": "5.48.0",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.7.3",
"dayjs": "1.11.7",
"eslint": "8.31.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-import": "2.26.0",
"file-loader": "6.2.0",
"husky": "8.0.3",
"jest": "29.3.1",
"lint-staged": "13.1.0",
"lodash-es": "4.17.21",
"mini-css-extract-plugin": "2.7.2",
"prettier": "2.8.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "3.0.2",
"sass": "1.57.1",
"sass-loader": "13.2.0",
"style-loader": "3.3.1",
"stylelint": "14.16.1",
"stylelint-config-standard": "29.0.0",
"stylelint-config-standard-scss": "6.1.0",
"ts-loader": "9.4.2",
"typescript": "4.9.4",
"web-ext": "7.4.0",
"webpack": "5.75.0",
"webpack-cli": "5.0.1",
"zip-webpack-plugin": "4.0.1"
},
"scripts": {
"prepare": "husky install",
"test": "jest",
"test:watch": "jest --watch"
},
"lint-staged": {
"*": [
"prettier --check"
],
"*.{js,jsx,ts,tsx}": [
"eslint"
]
}
}