-
-
Notifications
You must be signed in to change notification settings - Fork 89
/
package.json
66 lines (66 loc) · 1.8 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "painterro",
"version": "1.2.87",
"description": "HTML5 image editing widget (js paint plugin)",
"main": "build/painterro.commonjs2.js",
"repository": {
"type": "git",
"url": "https://github.com/devforth/painterro"
},
"scripts": {
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --progress",
"dev": "webpack serve --open --host 127.0.0.1 --port 3000",
"watch": "webpack --watch",
"buildfont": "node generate_font.js"
},
"keywords": [
"paint",
"paint plugin",
"image editor",
"paint widget",
"screenshots edit",
"js paint",
"canvas paint",
"image",
"js paint plugin",
"html5 canvas"
],
"homepage": "https://hinty.io/devforth/js-paint-plugin-for-your-website/",
"bugs": {
"url": "https://github.com/devforth/painterro/issues",
"email": "[email protected]"
},
"author": "Ivan Borshchov",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@vusion/webfonts-generator": "^0.8.0",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.2",
"es6-promise": "^4.2.8",
"eslint": "^4.1.1",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"ismobilejs": "^1.1.1",
"lodash": ">=4.17.13",
"mime": ">=1.4.1",
"raw-loader": "^0.5.1",
"string.prototype.repeat": "^0.2.0",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.4",
"url-loader": "^4.1.1",
"webpack": "^5.21.2",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^4.0.0-beta.0"
},
"dependencies": {
"caniuse-lite": "^1.0.30001596",
"core-js": "^3.11.0",
"dom-to-image": "^2.6.0"
}
}