38 lines
870 B
JSON
38 lines
870 B
JSON
{
|
|
"name": "yvk-fftcg-frontend",
|
|
"version": "0.1.0",
|
|
|
|
"description": "FFTCG online using Socket.IO and CraftyJS on Node.js on Docker",
|
|
"author": "JMM <jmm@yavook.de>",
|
|
|
|
"private": true,
|
|
"license": "UNLICENSED",
|
|
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
|
|
"dependencies": {
|
|
"vue": "^2.5.21"
|
|
},
|
|
|
|
"devDependencies": {
|
|
"craftyjs": "^0.9.0",
|
|
"bootstrap": "^4.1.3",
|
|
"jquery": "^3.3.1",
|
|
"popper.js": "^1.14.5",
|
|
"socket.io-client": "^2.2.0",
|
|
|
|
"@vue/cli-plugin-babel": "^3.3.0",
|
|
"@vue/cli-plugin-eslint": "^3.3.0",
|
|
"@vue/cli-service": "^3.3.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"eslint": "^5.8.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"pug": "^2.0.3",
|
|
"pug-plain-loader": "^1.0.0",
|
|
"vue-template-compiler": "^2.5.21"
|
|
}
|
|
}
|