|
@@ -0,0 +1,60 @@
|
|
|
+{
|
|
|
+ "name": "frontend",
|
|
|
+ "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.28",
|
|
|
+ "@fortawesome/free-regular-svg-icons": "^5.13.0",
|
|
|
+ "@fortawesome/free-solid-svg-icons": "^5.13.0",
|
|
|
+ "@fortawesome/vue-fontawesome": "^0.1.9",
|
|
|
+ "axios": "^0.19.0",
|
|
|
+ "child_process": "^1.0.2",
|
|
|
+ "core-js": "^3.6.4",
|
|
|
+ "d3": "^4.9.1",
|
|
|
+ "fs": "0.0.1-security",
|
|
|
+ "highlight.js": "^10.6.0",
|
|
|
+ "lodash.throttle": "^4.1.1",
|
|
|
+ "marked": "^0.8.2",
|
|
|
+ "node-sass": "^4.13.1",
|
|
|
+ "nprogress": "^0.2.0",
|
|
|
+ "sass-loader": "^8.0.2",
|
|
|
+ "socket.io-client": "^2.1.1",
|
|
|
+ "vue": "^2.6.11",
|
|
|
+ "vue-axios": "^2.0.2",
|
|
|
+ "vue-router": "^2.7.0",
|
|
|
+ "vuex": "^2.1.1"
|
|
|
+ },
|
|
|
+ "devDependencies": {
|
|
|
+ "@vue/cli-plugin-babel": "~4.3.0",
|
|
|
+ "@vue/cli-plugin-eslint": "~4.3.0",
|
|
|
+ "@vue/cli-service": "~4.3.0",
|
|
|
+ "babel-eslint": "^10.1.0",
|
|
|
+ "eslint": "^6.7.2",
|
|
|
+ "eslint-plugin-vue": "^6.2.2",
|
|
|
+ "vue-template-compiler": "^2.6.11"
|
|
|
+ },
|
|
|
+ "eslintConfig": {
|
|
|
+ "root": true,
|
|
|
+ "env": {
|
|
|
+ "node": true
|
|
|
+ },
|
|
|
+ "extends": [
|
|
|
+ "plugin:vue/essential",
|
|
|
+ "eslint:recommended"
|
|
|
+ ],
|
|
|
+ "parserOptions": {
|
|
|
+ "parser": "babel-eslint"
|
|
|
+ },
|
|
|
+ "rules": {}
|
|
|
+ },
|
|
|
+ "browserslist": [
|
|
|
+ "> 1%",
|
|
|
+ "last 2 versions",
|
|
|
+ "not dead"
|
|
|
+ ]
|
|
|
+}
|