mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-06-07 13:54:05 +08:00
22 lines
472 B
JSON
22 lines
472 B
JSON
{
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^3.6.4",
|
|
"crypto": "^1.0.1",
|
|
"less": "^4.1.3",
|
|
"licia": "^1.23.0",
|
|
"vue": "^3.2.37",
|
|
"webpack": "4.37.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-service": "^5.0.8",
|
|
"copy-webpack-plugin": "^6.0.2",
|
|
"less-loader": "^11.0.0",
|
|
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
"vue-template-compiler": "^2.7.8"
|
|
}
|
|
}
|