mirror of
https://github.com/linuxserver/text-drop.git
synced 2026-01-09 07:11:37 +08:00
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "text-drop",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.30",
|
|
"@fortawesome/free-brands-svg-icons": "^5.14.0",
|
|
"@fortawesome/free-solid-svg-icons": "^5.14.0",
|
|
"@fortawesome/vue-fontawesome": "^0.1.10",
|
|
"core-js": "^3.6.5",
|
|
"ipfs-http-client": "^46.0.0",
|
|
"vue": "^2.6.11",
|
|
"vue-notification": "^1.3.20"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
"@vue/cli-service": "~4.5.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"vue-template-compiler": "^2.6.11",
|
|
"vue2-ace-editor": "0.0.15"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
},
|
|
"rules": {}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|