-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.19 KB
/
package.json
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
{
"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"
}
}