|
@@ -5,8 +5,8 @@
|
|
|
"main": "dist/DPlayer.min.js",
|
|
|
"scripts": {
|
|
|
"start": "npm run dev",
|
|
|
- "build": "cross-env NODE_ENV=production webpack --config webpack/prod.config.js --progress --display-error-details --colors",
|
|
|
- "dev": "cross-env NODE_ENV=development webpack-dev-server --config webpack/dev.config.js --watch --colors",
|
|
|
+ "build": "cross-env NODE_ENV=production webpack --config webpack/prod.config.js --progress",
|
|
|
+ "dev": "cross-env NODE_ENV=development webpack serve --config webpack/dev.config.js",
|
|
|
"test": "eslint src webpack",
|
|
|
"format": "eslint \"**/*.js\" --fix && prettier \"**/*.{js,json,md}\" --write",
|
|
|
"format:staged": "eslint \"**/*.js\" --fix && pretty-quick --staged --verbose --pattern \"**/*.{js,json,md}\"",
|
|
@@ -39,44 +39,46 @@
|
|
|
"devDependencies": {
|
|
|
"@babel/core": "^7.6.0",
|
|
|
"@babel/preset-env": "^7.4.5",
|
|
|
- "@vuepress/plugin-back-to-top": "1.7.1",
|
|
|
- "@vuepress/plugin-google-analytics": "1.7.1",
|
|
|
- "@vuepress/plugin-pwa": "1.7.1",
|
|
|
+ "@vuepress/plugin-back-to-top": "1.9.7",
|
|
|
+ "@vuepress/plugin-google-analytics": "1.9.7",
|
|
|
+ "@vuepress/plugin-pwa": "1.9.7",
|
|
|
"art-template": "4.13.2",
|
|
|
"art-template-loader": "1.4.3",
|
|
|
- "autoprefixer": "^9.6.1",
|
|
|
+ "autoprefixer": "^10.4.8",
|
|
|
"babel-loader": "^8.0.6",
|
|
|
"cross-env": "^7.0.0",
|
|
|
- "css-loader": "^5.0.0",
|
|
|
- "cssnano": "^4.1.10",
|
|
|
- "eslint": "^7.0.0",
|
|
|
- "eslint-config-prettier": "^6.3.0",
|
|
|
+ "css-loader": "^6.7.1",
|
|
|
+ "cssnano": "^5.1.13",
|
|
|
+ "eslint": "^8.22.0",
|
|
|
+ "eslint-config-prettier": "^8.5.0",
|
|
|
"eslint-loader": "^4.0.0",
|
|
|
- "eslint-plugin-prettier": "^3.1.1",
|
|
|
- "exports-loader": "^1.0.0",
|
|
|
+ "eslint-plugin-prettier": "^4.2.1",
|
|
|
+ "exports-loader": "^4.0.0",
|
|
|
"file-loader": "^6.0.0",
|
|
|
- "git-revision-webpack-plugin": "^3.0.3",
|
|
|
- "mini-css-extract-plugin": "1.3.0",
|
|
|
- "node-sass": "^5.0.0",
|
|
|
- "postcss-loader": "^3.0.0",
|
|
|
+ "git-revision-webpack-plugin": "^5.0.0",
|
|
|
+ "less": "^4.1.3",
|
|
|
+ "less-loader": "^11.0.0",
|
|
|
+ "mini-css-extract-plugin": "2.6.1",
|
|
|
+ "postcss": "^8.4.16",
|
|
|
+ "postcss-loader": "^7.0.1",
|
|
|
+ "postcss-preset-env": "^7.7.2",
|
|
|
"prettier": "^2.0.4",
|
|
|
"prettier-check": "^2.0.0",
|
|
|
"pretty-quick": "^3.0.0",
|
|
|
- "sass-loader": "^10.0.0",
|
|
|
"strip-loader": "^0.1.2",
|
|
|
- "style-loader": "^2.0.0",
|
|
|
+ "style-loader": "^3.3.1",
|
|
|
"svg-inline-loader": "0.8.2",
|
|
|
"template-string-optimize-loader": "^3.0.0",
|
|
|
"url-loader": "^4.1.0",
|
|
|
- "vuepress": "1.7.1",
|
|
|
- "webpack": "^4.40.2",
|
|
|
- "webpack-cli": "3.3.12",
|
|
|
- "webpack-dev-server": "^3.8.1",
|
|
|
+ "vuepress": "1.9.7",
|
|
|
+ "webpack": "^5.74.0",
|
|
|
+ "webpack-cli": "4.10.0",
|
|
|
+ "webpack-dev-server": "^4.10.0",
|
|
|
"yorkie": "^2.0.0"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "axios": "0.21.0",
|
|
|
+ "axios": "0.27.2",
|
|
|
"balloon-css": "^1.0.3",
|
|
|
- "promise-polyfill": "8.2.0"
|
|
|
+ "promise-polyfill": "8.2.3"
|
|
|
}
|
|
|
}
|