|
| 1 | +{ |
| 2 | + "name": "sing-app-vue", |
| 3 | + "version": "4.5.0", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "install": "napa", |
| 7 | + "serve": "vue-cli-service serve", |
| 8 | + "build": "vue-cli-service build", |
| 9 | + "lint": "vue-cli-service lint", |
| 10 | + "start": "node server.js" |
| 11 | + }, |
| 12 | + "dependencies": { |
| 13 | + "animate.css": "^3.6.1", |
| 14 | + "awesome-bootstrap-checkbox": "^1.0.1", |
| 15 | + "bootstrap": "^4.1.1", |
| 16 | + "bootstrap-vue": "^2.0.0-rc.11", |
| 17 | + "css-loader": "^1.0.0", |
| 18 | + "d3": "3.5.17", |
| 19 | + "easy-pie-chart": "^2.1.7", |
| 20 | + "expose-loader": "^0.7.5", |
| 21 | + "express": "^4.16.4", |
| 22 | + "flot": "^0.8.0-alpha", |
| 23 | + "font-awesome": "4.7.0", |
| 24 | + "glyphicons-halflings": "1.9.1", |
| 25 | + "govpredict-morris": "0.5.1", |
| 26 | + "imports-loader": "^0.8.0", |
| 27 | + "jquery": "^3.3.1", |
| 28 | + "jquery-sparkline": "2.4.0", |
| 29 | + "jquery-ui": "^1.12.1", |
| 30 | + "line-awesome": "icons8/line-awesome", |
| 31 | + "messenger": "git+https://github.com/HubSpot/messenger.git#v1.4.2", |
| 32 | + "napa": "^3.0.0", |
| 33 | + "node-sass": "^4.9.0", |
| 34 | + "nvd3": "1.8.6", |
| 35 | + "rickshaw": "1.6.6", |
| 36 | + "sass-loader": "^7.0.1", |
| 37 | + "vee-validate": "^2.1.0-beta.6", |
| 38 | + "vue": "^2.5.17", |
| 39 | + "vue-router": "^3.0.1", |
| 40 | + "vue-touch": "2.0.0-beta.4", |
| 41 | + "vue2-google-maps": "^0.10.2", |
| 42 | + "vuetrend": "^0.3.2", |
| 43 | + "vuex": "^3.0.1", |
| 44 | + "webpack-cli": "^3.1.2", |
| 45 | + "webpack-raphael": "^2.1.4", |
| 46 | + "widgster": "^1.0.0" |
| 47 | + }, |
| 48 | + "devDependencies": { |
| 49 | + "@vue/cli-plugin-babel": "^3.0.5", |
| 50 | + "@vue/cli-plugin-eslint": "^3.0.5", |
| 51 | + "@vue/cli-service": "^3.0.5", |
| 52 | + "vue-template-compiler": "^2.5.17" |
| 53 | + }, |
| 54 | + "napa": { |
| 55 | + "jquery.flot.animator": "https://github.com/Codicode/flotanimator.git#3c256c0183d713fd3bf41d04417873928eb1a751", |
| 56 | + "flot.dashes": "https://github.com/cquartier/flot.dashes.git", |
| 57 | + "jquery.flot-orderBars": "https://github.com/emmerich/flot-orderBars.git" |
| 58 | + }, |
| 59 | + "eslintConfig": { |
| 60 | + "root": true, |
| 61 | + "env": { |
| 62 | + "node": true |
| 63 | + }, |
| 64 | + "extends": [ |
| 65 | + "plugin:vue/essential", |
| 66 | + "eslint:recommended" |
| 67 | + ], |
| 68 | + "rules": {}, |
| 69 | + "parserOptions": { |
| 70 | + "parser": "babel-eslint" |
| 71 | + } |
| 72 | + }, |
| 73 | + "postcss": { |
| 74 | + "plugins": { |
| 75 | + "autoprefixer": {} |
| 76 | + } |
| 77 | + }, |
| 78 | + "browserslist": [ |
| 79 | + "> 1%", |
| 80 | + "last 2 versions", |
| 81 | + "not ie <= 8" |
| 82 | + ] |
| 83 | +} |
0 commit comments