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.
23 lines
492 B
JSON
23 lines
492 B
JSON
4 years ago
|
{
|
||
|
"name": "apl-slapdash",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"serve": "vue-cli-service serve",
|
||
|
"build": "vue-cli-service build"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"core-js": "^3.6.5",
|
||
|
"vue": "^3.0.0",
|
||
|
"vue-router": "^4.0.0-0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@vue/cli-plugin-babel": "~4.5.0",
|
||
|
"@vue/cli-plugin-router": "~4.5.0",
|
||
|
"@vue/cli-service": "~4.5.0",
|
||
|
"@vue/compiler-sfc": "^3.0.0",
|
||
|
"sass": "^1.26.5",
|
||
|
"sass-loader": "^8.0.2"
|
||
|
}
|
||
|
}
|