1 | { |
||
2 | "version": "0.15.0", |
||
3 | "author": "Rafael Ramos <[email protected]>", |
||
4 | "bundleDependencies": false, |
||
5 | "scripts": { |
||
6 | "start": "npm run build && http-server dist/ -p $PORT", |
||
7 | "prod": "npm run build && http-server dist/ -p 8000 -o", |
||
8 | "build": "npm run rimraf ./dist && NODE_ENV=production webpack --colors", |
||
9 | "devserver": "webpack-dev-server --colors --open", |
||
10 | "karmadev": "karma start karma.config.js", |
||
11 | "test": "cross-env NODE_ENV=test karma start karma.config.js --single-run", |
||
12 | "dev": "npm-run-all -p devserver karmadev", |
||
13 | "coverage": "cat coverage/report-lcovonly.txt | coveralls", |
||
14 | "rimraf": "rimraf" |
||
15 | }, |
||
16 | "dependencies": { |
||
17 | "@boldgrid/components": "^2.14.0", |
||
18 | "@material/switch": "^0.36.1", |
||
19 | "Buttons": "https://github.com/alexwolfe/Buttons", |
||
20 | "Iris": "git+https://github.com/Automattic/Iris.git#master", |
||
21 | "animate.css": "^3.5.2", |
||
22 | "color": "git+https://github.com/Automattic/Color.js.git", |
||
23 | "color-js": "^1.0.4", |
||
24 | "deepmerge": "^2.0.0", |
||
25 | "eventemitter3": "^3.1.0", |
||
26 | "jquery": "1.*", |
||
27 | "material-components-web": "^0.36.1", |
||
28 | "sass.js": "0.10.9", |
||
29 | "title-case": "^2.1.1", |
||
30 | "url-loader": "^1.0.1" |
||
31 | }, |
||
32 | "deprecated": false, |
||
33 | "description": "BoldGrid Controls", |
||
34 | "devDependencies": { |
||
35 | "@babel/core": "^7.0.0-beta.51", |
||
36 | "@babel/preset-env": "^7.0.0-beta.51", |
||
37 | "babel-eslint": "^8.0.1", |
||
38 | "babel-loader": "^8.0.0-beta", |
||
39 | "babel-minify-webpack-plugin": "^0.3.0", |
||
40 | "babel-plugin-istanbul": "^4.1.5", |
||
41 | "babel-polyfill": "^6.26.0", |
||
42 | "copy-webpack-plugin": "^4.5.1", |
||
43 | "core-js": "^2.5.1", |
||
44 | "coveralls": "^3.0.0", |
||
45 | "cross-env": "^5.1.1", |
||
46 | "css-loader": "^0.28.0", |
||
47 | "ejs-loader": "^0.3.1", |
||
48 | "eslint": "^4.10.0", |
||
49 | "eslint-config-wordpress": "^2.0.0", |
||
50 | "eslint-loader": "^2.0.0", |
||
51 | "eslint-plugin-html": "^4.0.0", |
||
52 | "extract-text-webpack-plugin": "^4.0.0-beta.0", |
||
53 | "file-loader": "^1.1.5", |
||
54 | "google-material-color-palette-json": "^2.0.1", |
||
55 | "html-loader": "^0.5.1", |
||
56 | "html-minifier": "^3.5.2", |
||
57 | "html-webpack-plugin": "^3.0.0", |
||
58 | "http-server": "^0.11.0", |
||
59 | "jasmine": "^3.0.0", |
||
60 | "jasmine-core": "^3.0.0", |
||
61 | "jshint": "^2.9.4", |
||
62 | "jshint-loader": "^0.8.4", |
||
63 | "karma": "^2.0.0", |
||
64 | "karma-chrome-launcher": "^2.2.0", |
||
65 | "karma-coverage": "^1.1.1", |
||
66 | "karma-es6-shim": "^1.0.0", |
||
67 | "karma-jasmine": "^1.1.0", |
||
68 | "karma-phantomjs-launcher": "^1.0.4", |
||
69 | "karma-sourcemap-loader": "^0.3.7", |
||
70 | "karma-spec-reporter": "^0.0.32", |
||
71 | "karma-webpack": "^3.0.0", |
||
72 | "node-sass": "^4.5.3", |
||
73 | "normalize.css": "^8.0.0", |
||
74 | "npm-run-all": "^4.1.1", |
||
75 | "nyc": "^12.0.1", |
||
76 | "postcss-loader": "^2.0.8", |
||
77 | "raw-loader": "^0.5.1", |
||
78 | "rimraf": "^2.6.1", |
||
79 | "sass-loader": "^7.0.0", |
||
80 | "select2": "^4.0.6-rc.1", |
||
81 | "standard": "^11.0.0", |
||
82 | "style-loader": "^0.21.0", |
||
83 | "stylelint": "^9.1.2", |
||
84 | "stylelint-config-standard": "^18.0.0", |
||
85 | "stylelint-webpack-plugin": "^0.10.3", |
||
86 | "svg-inline-loader": "^0.8.0", |
||
87 | "webpack": "^4.0.0", |
||
88 | "webpack-cli": "^3.0.0", |
||
89 | "webpack-dev-server": "^3.1.1" |
||
90 | }, |
||
91 | "engines": { |
||
92 | "node": ">=6" |
||
93 | }, |
||
94 | "license": "WTFPL", |
||
95 | "main": "src/controls/index.js", |
||
96 | "name": "@boldgrid/controls", |
||
97 | "repository": { |
||
98 | "type": "git", |
||
99 | "url": "git+https://github.com/BoldGrid/controls.git" |
||
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
introduced
by
![]() |
|||
111 | ] |
||
112 | } |
||
113 | } |
||
114 |