blob: 6278851b5a28fbc1f6a1f188eea9cafbd0280d26 [file] [log] [blame]
{
"name": "proteus",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"clean": "test -e ../index.html && rm -r ../css ../favicon.ico ../fonts ../index.html ../js ../logo.png ../leaf-logo.png|| echo 'Already Clean'",
"build": "vue-cli-service build && mv dist/* ./.. && rm -r dist",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.18.0",
"d3": "^5.6.0",
"tinycolor2": "^1.4.1",
"tween.js": "^16.6.0",
"vue": "^2.5.17",
"vue-material-design-icons": "^1.6.0",
"vuejs-dialog": "^0.9.0",
"vuejs-logger": "^1.5.3",
"vuetify": "^1.1.13",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.1",
"@vue/cli-plugin-eslint": "^3.0.1",
"@vue/cli-service": "^3.0.1",
"base-href-webpack-plugin": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"material-design-icons-iconfont": "^3.0.3",
"vue-template-compiler": "^2.5.17"
},
"eslintConfig": {
"root": false,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {
"no-console": "warn"
},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}