forked from devforth/painterro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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
{
"name": "painterro",
"version": "1.0.29",
"description": "HTML5 image editor widget",
"main": "build/painterro.commonjs2.js",
"repository": {
"type": "git",
"url": "https://github.com/devforth/painterro"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --optimize-minimize --progress",
"dev": "webpack-dev-server --inline --hot --content-base build/ --port 8081 --host 127.0.0.1",
"buildfont": "node generate_font.js"
},
"keywords": [
"paint",
"imageeditor",
"image"
],
"author": "Ivan Borshchov",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.3",
"es6-promise": "^4.1.1",
"eslint": "^4.1.1",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.7.0",
"html2canvas": "^1.0.0-alpha.9",
"icon-font-generator": "^2.1.10",
"ismobilejs": "^1.0.3",
"js-yaml": ">=3.13.1",
"lodash": ">=4.17.13",
"mime": ">=1.4.1",
"raw-loader": "^0.5.1",
"style-loader": "^0.18.1",
"url-loader": "^0.5.8",
"webfonts-generator": "^0.4.0",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.8.1"
},
"dependencies": {}
}