音频切割交给python
Showing
| ... | @@ -12,7 +12,6 @@ | ... | @@ -12,7 +12,6 @@ | 
| "lint:fix": "eslint --ext .vue,.js,jsx,.ts,.tsx ./ --max-warnings 0 --fix", | "lint:fix": "eslint --ext .vue,.js,jsx,.ts,.tsx ./ --max-warnings 0 --fix", | ||
| "stylelint": "stylelint src/**/*.{html,vue,sass,less}", | "stylelint": "stylelint src/**/*.{html,vue,sass,less}", | ||
| "stylelint:fix": "stylelint --fix src/**/*.{html,vue,vss,sass,less}", | "stylelint:fix": "stylelint --fix src/**/*.{html,vue,vss,sass,less}", | ||
| "prepare": "husky install", | |||
| "site:preview": "npm run build && cp -r dist _site", | "site:preview": "npm run build && cp -r dist _site", | ||
| "test": "echo \"no test specified,work in process\"" | "test": "echo \"no test specified,work in process\"" | ||
| }, | }, | ||
| ... | @@ -21,7 +20,6 @@ | ... | @@ -21,7 +20,6 @@ | 
| "dayjs": "^1.10.6", | "dayjs": "^1.10.6", | ||
| "default-passive-events": "^2.0.0", | "default-passive-events": "^2.0.0", | ||
| "js-cookie": "^3.0.1", | "js-cookie": "^3.0.1", | ||
| "lamejs": "^1.2.1", | |||
| "tdesign-vue-next": "^0.22.1", | "tdesign-vue-next": "^0.22.1", | ||
| "uuid": "^9.0.0", | "uuid": "^9.0.0", | ||
| "vue": "^3.2.31", | "vue": "^3.2.31", | ||
| ... | @@ -34,8 +32,8 @@ | ... | @@ -34,8 +32,8 @@ | 
| "@typescript-eslint/eslint-plugin": "^6.2.0", | "@typescript-eslint/eslint-plugin": "^6.2.0", | ||
| "@typescript-eslint/parser": "^6.2.0", | "@typescript-eslint/parser": "^6.2.0", | ||
| "@vitejs/plugin-legacy": "^4.1.0", | "@vitejs/plugin-legacy": "^4.1.0", | ||
| "@vitejs/plugin-vue": "^1.3.0", | "@vitejs/plugin-vue": "^4.2.3", | ||
| "@vitejs/plugin-vue-jsx": "^1.1.7", | "@vitejs/plugin-vue-jsx": "^3.0.1", | ||
| "axios": "^0.24.0", | "axios": "^0.24.0", | ||
| "eslint": "^8.45.0", | "eslint": "^8.45.0", | ||
| "eslint-plugin-vue": "^9.15.1", | "eslint-plugin-vue": "^9.15.1", | ||
| ... | ... | 
Please
register
or
sign in
to comment