Skip to content

Commit

Permalink
Clean source
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepzh committed May 8, 2024
1 parent cf08f19 commit 779366e
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 124 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,53 +25,53 @@
"license": "MIT",
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"@crowdin/crowdin-api-client": "^1.33.0",
"@types/chrome": "0.0.266",
"@babel/preset-env": "^7.24.5",
"@crowdin/crowdin-api-client": "^1.33.1",
"@types/chrome": "0.0.267",
"@types/copy-webpack-plugin": "^8.0.1",
"@types/echarts": "^4.9.22",
"@types/generate-json-webpack-plugin": "^0.3.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.6",
"@types/node": "^20.12.10",
"@types/psl": "^1.1.3",
"@types/punycode": "^2.1.4",
"@types/webpack": "^5.28.5",
"@types/webpack-bundle-analyzer": "^4.7.0",
"@vue/babel-plugin-jsx": "^1.2.2",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.0",
"eslint": "^9.0.0",
"css-loader": "^7.1.1",
"eslint": "^9.2.0",
"filemanager-webpack-plugin": "^8.0.0",
"generate-json-webpack-plugin": "^2.0.0",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^2.8.1",
"mini-css-extract-plugin": "^2.9.0",
"node-sass": "^9.0.0",
"sass-loader": "^14.1.1",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.6.2",
"typescript": "5.4.4",
"typescript": "5.4.5",
"url-loader": "^4.1.1",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@vueuse/core": "^10.9.0",
"countup.js": "^2.8.0",
"echarts": "^5.5.0",
"element-plus": "2.6.3",
"element-plus": "2.7.2",
"punycode": "^2.3.1",
"stream-browserify": "^3.0.0",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"engines": {
"node": ">=20"
Expand Down
2 changes: 1 addition & 1 deletion script/crowdin/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import fs from 'fs'
import { CrowdinClient } from './client'
import { exitWith } from '../util/process'

export const ALL_DIRS: Dir[] = ['app', 'common', 'popup', 'side']
export const ALL_DIRS: Dir[] = ['app', 'common', 'popup', 'side', 'cs']

export const SOURCE_LOCALE: timer.SourceLocale = 'en'

Expand Down
1 change: 1 addition & 0 deletions script/crowdin/crowdin.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ type Dir =
| 'common'
| 'popup'
| 'side'
| 'cs'

/**
* Key of crowdin file/directory
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/Option/style/index.sass
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
height: 28px
.el-select__wrapper
width: 120px
.el-input
>.el-input
margin-left: 10px
.el-date-editor--time
width: 100px
Expand Down
83 changes: 0 additions & 83 deletions src/i18n/message/common/content-script-resource.json

This file was deleted.

25 changes: 0 additions & 25 deletions src/i18n/message/common/content-script.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/popup/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright (c) 2021 Hengyang Zhang
*
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
Expand Down

0 comments on commit 779366e

Please sign in to comment.