mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2024-11-09 16:51:53 +00:00
26 lines
657 B
JSON
26 lines
657 B
JSON
{
|
|
"name": "souvenir",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"register-service-worker": "^1.6.2",
|
|
"vue": "^2.6.6",
|
|
"vuex": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^3.5.0",
|
|
"@vue/cli-plugin-eslint": "^3.5.0",
|
|
"@vue/cli-plugin-pwa": "^3.5.0",
|
|
"@vue/cli-service": "^3.5.0",
|
|
"@vue/eslint-config-standard": "^4.0.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"eslint": "^5.8.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"vue-template-compiler": "^2.5.21"
|
|
}
|
|
}
|