-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
136 lines (136 loc) · 4.74 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "bilibili-bangumi",
"displayName": "Bilibili Bangumi",
"version": "0.3.2",
"private": true,
"description": "bilibili bangumi",
"author": "kaze",
"scripts": {
"prepare": "husky install",
"serve": "webpack watch --mode=development",
"dev": "tsc && jest && webpack --mode=development",
"build": "tsc && jest && webpack --mode=production",
"package": "tsc && jest && webpack --mode=production --env=package",
"zip": "tsc && jest && webpack --mode=production --env=zip",
"test": "jest",
"tsc": "tsc",
"tsc:watch": "tsc --watch",
"lint": "eslint src && stylelint src/**/*.{css,scss}",
"lint:eslint": "eslint src",
"lint:stylelint": "stylelint src/**/*.{css,scss}",
"fix": "eslint --fix src && stylelint --fix src/**/*.{css,scss}",
"fix:eslint": "eslint --fix src",
"fix:stylelint": "stylelint --fix src/**/*.{css,scss}",
"check": "prettier --check src",
"format": "prettier --write src",
"commit": "cz",
"log": "pnpm run log:changelog && pnpm run log:changelogs",
"log:changelog": "conventional-changelog -p angular -n changelog.config.js -o CHANGELOG.md",
"log:changelogs": "conventional-changelog -i CHANGELOGS.md -s -r 0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
},
"cz-customizable": {
"config": "cz-config.js"
}
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.3",
"axios": "^1.7.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.11.2",
"react-transition-group": "^4.4.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-persist-webextension-storage": "^1.0.2",
"styled-components": "^5.3.11"
},
"devDependencies": {
"@babel/core": "^7.22.8",
"@babel/plugin-transform-runtime": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/runtime": "^7.22.6",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@commitlint/types": "^17.4.4",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@rschristian/babel-plugin-webpack-chunk-name-comments": "^0.1.2",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/chrome": "0.0.227",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.196",
"@types/node": "18.15.11",
"@types/react": "18.2.77",
"@types/react-dom": "18.0.11",
"@types/react-transition-group": "^4.4.10",
"@types/redux-logger": "^3.0.13",
"@types/redux-persist-webextension-storage": "^1.0.0",
"@types/styled-components": "^5.1.26",
"@types/webpack": "^5.28.1",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"archive-webpack-plugin": "^1.0.1",
"babel-loader": "^9.1.3",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^4.1.0",
"copy-webpack-plugin": "^11.0.0",
"crx-pack-webpack-plugin": "^1.1.1",
"css-loader": "^6.8.1",
"cz-customizable": "^7.0.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-webpack-plugin": "^4.0.1",
"generate-icon-webpack-plugin": "^2.4.2",
"html-webpack-plugin": "^5.5.3",
"husky": "^8.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-styled-components": "^7.2.0",
"lint-staged": "^13.2.3",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.35",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^9.0.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.0.3",
"rc-util": "^5.39.3",
"react-markdown": "^9.0.1",
"sass": "^1.63.6",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-prettier": "^4.0.2",
"stylelint-webpack-plugin": "^5.0.0",
"terser-webpack-plugin": "^5.3.9",
"thread-loader": "^4.0.2",
"ts-jest": "^29.2.3",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "5.0.3",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"webpack-extension-manifest-plugin": "^0.8.0",
"webpack-merge": "^5.9.0",
"webpackbar": "^5.0.2"
}
}