1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
| {
| "name": "school_district_action",
| "version": "1.1.0",
| "private": true,
| "scripts": {
| "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
| "start": "npm run dev",
| "build": "node build/build.js",
| "lint": "eslint --ext .js,.vue src test/unit test/e2e/specs",
| "postinstall": "npm rebuild node-sass",
| "unit": "jest --config test/unit/jest.conf.js --coverage",
| "e2e": "node test/e2e/runner.js",
| "test": "npm run unit && npm run e2e"
| },
| "dependencies": {
| "axios": "~0.18.0",
| "babel-polyfill": "^6.26.0",
| "bootstrap": "~4.1.1",
| "bootstrap-vue": "2.0.0-rc.11",
| "chart.js": "~2.7.2",
| "element-ui": "^2.4.4",
| "es6-promise": "^4.2.4",
| "fetch-detector": "^1.0.1",
| "fetch-ie8": "^1.5.0",
| "idle-vue": "~2.0.5",
| "isomorphic-fetch": "^2.2.1",
| "ladda": "~2.0.1",
| "mini-toastr": "^0.8.1",
| "moment": "~2.22.1",
| "nouislider": "~11.1.0",
| "numeral": "~2.0.6",
| "perfect-scrollbar": "~1.4.0",
| "plyr": "~2.0.18",
| "qs": "^6.5.2",
| "simplemde": "~1.11.2",
| "spinkit": "~1.2.5",
| "sweet-modal-vue": "~2.0.0",
| "sweetalert": "~1.1.3",
| "text-mask-addons": "~3.7.2",
| "v-img": "~0.2.0",
| "vue": "~2.5.15",
| "vue-awesome-swiper": "~3.1.3",
| "vue-blockui": "~1.1.6",
| "vue-c3": "~1.1.1",
| "vue-chartjs": "~3.3.1",
| "vue-clipboard2": "~0.1.1",
| "vue-color": "~2.4.5",
| "vue-context-menu": "~2.0.6",
| "vue-cropper": "~0.2.9",
| "vue-dragula": "~1.3.1",
| "vue-echarts": "~3.0.4",
| "vue-flatpickr-component": "~7.0.0",
| "vue-form-wizard": "~0.8.4",
| "vue-gallery": "~1.4.0",
| "vue-input-tag": "~1.0.3",
| "vue-jstree": "~2.1.6",
| "vue-masonry": "~0.11.1",
| "vue-meta": "~1.5.0",
| "vue-multiselect": "~2.1.0",
| "vue-notification": "~1.3.7",
| "vue-number-input-spinner": "~2.0.3",
| "vue-password-strength-meter": "~1.2.1",
| "vue-quill-editor": "~3.0.5",
| "vue-router": "~3.0.1",
| "vue-simple-calendar": "~3.0.2",
| "vue-simplemde": "~0.4.6",
| "vue-slider-component": "~2.7.1",
| "vue-tables-2": "~1.4.50",
| "vue-text-mask": "~6.1.1",
| "vue-toasted": "~1.1.24",
| "vue-typeahead": "~2.3.2",
| "vue-upload-component": "~2.8.3",
| "vue2-dropzone": "~3.2.2",
| "vue2-google-maps": "~0.9.7",
| "vuedraggable": "~2.16.0",
| "vuejs-datepicker": "~1.3.0",
| "vuetrend": "~0.3.2",
| "vuex": "^3.0.1",
| "zxcvbn": "~4.4.2"
| },
| "devDependencies": {
| "autoprefixer": "8.1.0",
| "babel-core": "6.26.0",
| "babel-eslint": "8.2.2",
| "babel-helper-vue-jsx-merge-props": "2.0.3",
| "babel-jest": "22.4.3",
| "babel-loader": "7.1.4",
| "babel-plugin-component": "^1.1.1",
| "babel-plugin-dynamic-import-node": "1.2.0",
| "babel-plugin-syntax-jsx": "6.18.0",
| "babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
| "babel-plugin-transform-runtime": "6.23.0",
| "babel-plugin-transform-vue-jsx": "3.7.0",
| "babel-preset-env": "1.6.1",
| "babel-preset-stage-2": "6.24.1",
| "babel-register": "6.26.0",
| "chalk": "2.3.2",
| "chromedriver": "2.38.3",
| "copy-webpack-plugin": "4.5.1",
| "cross-spawn": "6.0.5",
| "css-loader": "0.28.10",
| "eslint": "4.18.2",
| "eslint-config-standard": "11.0.0",
| "eslint-friendly-formatter": "3.0.0",
| "eslint-loader": "2.0.0",
| "eslint-plugin-html": "4.0.2",
| "eslint-plugin-import": "2.9.0",
| "eslint-plugin-node": "6.0.1",
| "eslint-plugin-promise": "3.7.0",
| "eslint-plugin-standard": "3.0.1",
| "eslint-plugin-vue": "4.3.0",
| "extract-text-webpack-plugin": "3.0.2",
| "file-loader": "1.1.11",
| "friendly-errors-webpack-plugin": "1.6.1",
| "html-webpack-plugin": "3.0.6",
| "jest": "22.4.3",
| "jest-serializer-vue": "1.0.0",
| "nightwatch": "0.9.21",
| "node-notifier": "5.2.1",
| "node-sass": "^4.7.2",
| "optimize-css-assets-webpack-plugin": "3.2.0",
| "ora": "2.0.0",
| "portfinder": "1.0.13",
| "postcss-import": "11.1.0",
| "postcss-loader": "2.1.1",
| "postcss-url": "7.3.1",
| "rimraf": "2.6.2",
| "sass-loader": "6.0.7",
| "selenium-server": "3.11.0",
| "semver": "5.5.0",
| "shelljs": "0.8.1",
| "style-loader": "0.20.3",
| "uglifyjs-webpack-plugin": "1.2.3",
| "url-loader": "1.0.1",
| "vue-jest": "2.5.0",
| "vue-lazyload": "^1.2.6",
| "vue-loader": "14.2.1",
| "vue-style-loader": "4.0.2",
| "vue-template-compiler": "~2.5.15",
| "webpack": "3.11.0",
| "webpack-bundle-analyzer": "2.11.1",
| "webpack-dev-server": "2.11.2",
| "webpack-merge": "4.1.2"
| },
| "engines": {
| "node": ">= 6.0.0",
| "npm": ">= 3.0.0"
| },
| "resolutions": {
| "sass-loader/node-sass": "4.7.2",
| "prettier": "~1.12.1"
| },
| "browserslist": [
| "> 1%",
| "last 2 versions",
| "not ie <= 9"
| ]
| }
|
|