|
@@ -5,7 +5,8 @@
|
|
"scripts": {
|
|
"scripts": {
|
|
"serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --open --mode=dev",
|
|
"serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --open --mode=dev",
|
|
"dev": "vue-cli-service serve --open --mode=dev",
|
|
"dev": "vue-cli-service serve --open --mode=dev",
|
|
- "build": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --mode=production"
|
|
|
|
|
|
+ "build": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --mode=production",
|
|
|
|
+ "builds": "vue-cli-service build --mode=production"
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"@babel/polyfill": "^7.12.1",
|
|
"@babel/polyfill": "^7.12.1",
|