-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
73 lines (73 loc) · 1.96 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
67
68
69
70
71
72
73
{
"name": "grid-cell-html",
"private": true,
"version": "1.0.2",
"description": "Grid Cell Html",
"scripts": {
"webpack": "./node_modules/.bin/webpack",
"dev": "cross-env WEBPACK_ENV=dev gulp",
"dev-prod": "cross-env WEBPACK_ENV=production gulp",
"build": "npm run build-prod",
"build-prod": "cross-env WEBPACK_ENV=production gulp build",
"build-dev": "cross-env WEBPACK_ENV=dev gulp build",
"clean": "gulp clean"
},
"widget": {
"package": "CellHtml",
"filesFolder": "widget",
"libraries": false,
"core": false,
"path": "./test/"
},
"keywords": [
"widget",
"webpack",
"mendix",
"es2015",
"es6"
],
"license": "Apache-2.0",
"devDependencies": {
"autoprefixer": "^7.1.4",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-1": "^6.24.1",
"babili-webpack-plugin": "^0.1.2",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"del": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-recommended": "^1.5.0",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^3.0.0",
"fs-extra": "^4.0.2",
"gulp": "^3.9.1",
"gulp-copy": "^1.0.1",
"gulp-help": "^1.6.1",
"gulp-sequence": "^0.4.6",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"img-loader": "^2.0.0",
"loadcss": "^0.0.2",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.6",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.6.2",
"webpack": "^3.6.0",
"webpack-archive-plugin": "^3.0.0",
"webpack-strip-block": "^0.2.0",
"xml-webpack-plugin": "^0.0.2"
},
"dependencies": {
"widget-base-helpers": "latest"
}
}