🔥 removing graphfx.app code and unused libs

This commit is contained in:
2019-01-25 13:40:58 +01:00
parent 1e7c10becb
commit d5c7ba2cd5
35 changed files with 257 additions and 7611 deletions

View File

@@ -1,41 +1,29 @@
{
"name": "graphfx",
"version": "0.0.0",
"version": "0.0.1",
"description": "Graph image processing pipeline",
"main": "src/index.js",
"scripts": {
"dev": "webpack-dev-server --quiet --progress --watch --mode development",
"build": "webpack --mode production --quiet --progress",
"test": "jest"
},
"keywords": ["image processing", "image", "filters"],
"keywords": [
"image processing",
"image",
"filters"
],
"author": "standa.fifik@gmail.com",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@types/jest": "^23.3.10",
"@types/webpack": "^4.4.22",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"babel-polyfill": "^6.26.0",
"canvas": "^2.2.0",
"css-loader": "^1.0.1",
"file-loader": "^2.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^23.6.0",
"vue-loader": "^15.4.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.28.3",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14"
"jest": "^23.6.0"
},
"dependencies": {
"interactjs": "^1.3.4",
"lodash": "^4.17.11",
"uuid": "^3.3.2",
"vue": "^2.5.21",
"webgl-utils": "^1.0.1"
"uuid": "^3.3.2"
}
}