anfrage-playground
Version:
```shell npm install ```
33 lines (32 loc) • 721 B
JSON
{
"name": "anfrage-playground",
"version": "0.1.0",
"main": "index.js",
"license": "ISC",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"keywords": [
"anfrage"
],
"dependencies": {
"codemirror": "^5.56.0",
"core-js": "^3.6.5",
"jsonlint": "^1.6.3",
"script-loader": "^0.7.2",
"vue": "^2.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^4.3.0",
"vue-template-compiler": "^2.6.11"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}