mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
c2fc2170fe
- add support for scss
32 lines
784 B
JSON
32 lines
784 B
JSON
{
|
|
"name": "musicx-v",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"animate.css": "^4.1.1",
|
|
"core-js": "^3.6.5",
|
|
"register-service-worker": "^1.7.1",
|
|
"sass": "^1.44.0",
|
|
"sass-loader": "^10",
|
|
"vue": "^3.0.0",
|
|
"vue-router": "^4.0.0-0",
|
|
"webpack": "^5.64.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
"@vue/cli-plugin-pwa": "~4.5.0",
|
|
"@vue/cli-plugin-router": "~4.5.0",
|
|
"@vue/cli-service": "~4.5.0",
|
|
"@vue/compiler-sfc": "^3.0.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-vue": "^7.0.0"
|
|
}
|
|
}
|