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.
28 lines
671 B
JSON
28 lines
671 B
JSON
4 years ago
|
{
|
||
|
"name": "cybre.town",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"serve": "vue-cli-service serve",
|
||
|
"build": "vue-cli-service build",
|
||
|
"lint": "vue-cli-service lint"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"core-js": "^3.6.5",
|
||
|
"register-service-worker": "^1.7.1",
|
||
|
"vue": "^3.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@vue/cli-plugin-babel": "~4.5.0",
|
||
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
||
|
"@vue/cli-plugin-pwa": "~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-0",
|
||
|
"node-sass": "^5.0.0",
|
||
|
"sass-loader": "^10.1.1"
|
||
|
}
|
||
|
}
|