Completed
Push — master ( 7dc5ed...497576 )
by Rafael
02:31 queued 19s
created

package.json (1 issue)

Severity
1
{
2
  "version": "0.12.0",
3
  "author": "Rafael Ramos <[email protected]>",
4
  "bundleDependencies": false,
5
  "dependencies": {
6
    "@boldgrid/components": "^2.9.1",
7
    "@material/switch": "^0.28.0",
8
    "Buttons": "https://github.com/alexwolfe/Buttons",
9
    "Iris": "git+https://github.com/Automattic/Iris.git#master",
10
    "animate.css": "^3.5.2",
11
    "babel-minify-webpack-plugin": "^0.2.0",
12
    "babel-plugin-istanbul": "^4.1.5",
13
    "bulma": "^0.6.0",
14
    "color": "git+https://github.com/Automattic/Color.js.git",
15
    "color-js": "^1.0.4",
16
    "coveralls": "^3.0.0",
17
    "cross-env": "^5.1.1",
18
    "deepmerge": "^2.0.0",
19
    "eslint-config-wordpress": "^2.0.0",
20
    "google-material-color-palette-json": "^2.0.1",
21
    "html-loader": "^0.5.1",
22
    "http-server": "^0.11.0",
23
    "jquery": "1.*",
24
    "jshint-loader": "^0.8.4",
25
    "karma-coverage": "^1.1.1",
26
    "karma-sourcemap-loader": "^0.3.7",
27
    "material-components-web": "^0.28.0",
28
    "normalize.css": "^7.0.0",
29
    "npm-run-all": "^4.1.1",
30
    "postcss-loader": "^2.0.8",
31
    "raw-loader": "^0.5.1",
32
    "rimraf": "^2.6.1",
33
    "sass.js": "0.10.7",
34
    "select2": "^4.0.6-rc.1",
35
    "stylelint": "^8.4.0",
36
    "stylelint-config-standard": "^18.0.0",
37
    "stylelint-webpack-plugin": "^0.10.0",
38
    "svg-inline-loader": "^0.8.0",
39
    "title-case": "^2.1.1"
40
  },
41
  "deprecated": false,
42
  "description": "BoldGrid Controls",
43
  "devDependencies": {
44
    "babel-core": "^6.22.1",
45
    "babel-eslint": "^8.0.1",
46
    "babel-loader": "^7.1.2",
47
    "babel-polyfill": "^6.26.0",
48
    "babel-preset-es2015": "^6.22.0",
49
    "babel-preset-stage-0": "^6.22.0",
50
    "copy-webpack-plugin": "^4.0.1",
51
    "core-js": "^2.5.1",
52
    "css-loader": "^0.28.0",
53
    "eslint": "^4.10.0",
54
    "eslint-loader": "^1.7.1",
55
    "eslint-plugin-html": "^4.0.0",
56
    "extract-text-webpack-plugin": "^3.0.2",
57
    "file-loader": "^1.1.5",
58
    "html-minifier": "^3.5.2",
59
    "html-webpack-plugin": "^2.28.0",
60
    "jasmine": "^2.8.0",
61
    "jasmine-core": "^2.8.0",
62
    "jshint": "^2.9.4",
63
    "karma": "^2.0.0",
64
    "karma-chrome-launcher": "^2.2.0",
65
    "karma-es6-shim": "^1.0.0",
66
    "karma-jasmine": "^1.1.0",
67
    "karma-phantomjs-launcher": "^1.0.4",
68
    "karma-spec-reporter": "^0.0.32",
69
    "karma-webpack": "^2.0.4",
70
    "node-sass": "^4.5.3",
71
    "nyc": "^11.2.1",
72
    "sass-loader": "^6.0.5",
73
    "standard": "^10.0.2",
74
    "style-loader": "^0.19.0",
75
    "url-loader": "^0.6.2",
76
    "webpack": "^3.8.1",
77
    "webpack-dev-server": "^2.9.3"
78
  },
79
  "engines": {
80
    "node": ">=6"
81
  },
82
  "license": "WTFPL",
83
  "main": "src/controls/index.js",
84
  "name": "@boldgrid/controls",
85
  "repository": {
86
    "type": "git",
87
    "url": "git+https://github.com/BoldGrid/controls.git"
88
  },
89
  "scripts": {
90
    "start": "http-server dist/ -p $PORT",
91
    "prod": "http-server dist/ -p 8000 -o",
92
    "postinstall": "npm run build",
93
    "build": "npm run rimraf ./dist && NODE_ENV=production webpack --colors",
94
    "devserver": "webpack-dev-server --colors --open",
95
    "karmadev": "karma start karma.config.js",
96
    "test": "cross-env NODE_ENV=test karma start karma.config.js --single-run",
97
    "dev": "npm-run-all -p devserver karmadev",
98
    "coverage": "cat coverage/report-lcovonly.txt | coveralls",
99
    "rimraf": "rimraf"
100
  },
101
  "bugs": {
102
    "url": "https://github.com/BoldGrid/controls/issues"
103
  },
104
  "homepage": "https://github.com/BoldGrid/controls#readme",
105
  "directories": {
106
    "test": "test"
107
  },
108
  "greenkeeper": {
109
    "ignore": [
110
      "jquery"
0 ignored issues
show
This dependency has a security advisory: Cross-Site Scripting (XSS)
Recommendation: Upgrade to v3.0.0 or greater.
Loading history...
111
    ]
112
  }
113
}
114