rext-image-editor
Version:
REXT is a client side image editor that uses GPU.
52 lines (51 loc) • 1.22 kB
JSON
{
"name": "rext-image-editor",
"version": "1.4.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "REXT is a client side image editor that uses GPU.",
"scripts": {
"bundle": "jest && webpack",
"dev": "webpack serve",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pelusanchez/rext.git"
},
"keywords": [
"image",
"editor",
"javascript",
"client",
"side",
"browser",
"image",
"editor",
"image",
"tool"
],
"author": "David Iglesias",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/pelusanchez/rext/issues"
},
"homepage": "https://github.com/pelusanchez/rext#readme",
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"@babel/preset-typescript": "^7.13.0",
"@types/jest": "^26.0.20",
"babel-jest": "^27.2.5",
"jest": "^27.2.5",
"jest-raw-loader": "^1.0.1",
"raw-loader": "^4.0.2",
"source-map": "^0.7.3",
"ts-loader": "^8.0.17",
"ts-node": "^10.2.1",
"typescript": "^4.2.2",
"webpack": "^5.24.3",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1"
}
}