You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
453 B
JSON
21 lines
453 B
JSON
{
|
|
"name": "music-crack",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^2.6.5",
|
|
"register-service-worker": "^1.6.2",
|
|
"vue": "^2.6.10"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^3.9.0",
|
|
"@vue/cli-plugin-pwa": "^3.9.0",
|
|
"@vue/cli-service": "^3.9.0",
|
|
"vue-template-compiler": "^2.6.10"
|
|
}
|
|
}
|