Add predictor demo

This commit is contained in:
2018-06-17 11:39:31 +03:00
parent 28b29eefde
commit 2abb969639
8 changed files with 2534 additions and 2160 deletions

View File

@@ -12,10 +12,15 @@
"css-loader": "^0.28.11",
"jquery": "^3.3.1",
"node-sass": "^4.9.0",
"predictor": "git+https://github.com/anwinged/predictor.git",
"prettier": "^1.12.1",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"underscore": "^1.9.0",
"vue": "^2.5.16",
"vue-loader": "^15.2.4",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14"
},
@@ -24,6 +29,7 @@
"build": "webpack --config webpack.config.js --progress",
"build-prod": "webpack --config webpack.config.js --env.production",
"format-js": "prettier --single-quote --trailing-comma es5 --write \"./source/_assets/**/*.js\"",
"format-vue": "prettier --single-quote --trailing-comma es5 --write \"./source/_assets/**/*.vue\"",
"format-style": "prettier --single-quote --write \"source/_assets/**/*.scss\"",
"format-md": "prettier --write \"source/**/*.md\""
},