1 | { |
||
2 | "version": "0.6.3", |
||
3 | "author": "Rafael Ramos <[email protected]>", |
||
4 | "bundleDependencies": false, |
||
5 | "dependencies": { |
||
6 | "@boldgrid/components": "^2.3.0", |
||
7 | "@material/switch": "^0.1.15", |
||
8 | "Buttons": "https://github.com/alexwolfe/Buttons", |
||
9 | "Iris": "git+https://github.com/Automattic/Iris.git#master", |
||
10 | "babel-minify-webpack-plugin": "^0.2.0", |
||
11 | "bulma": "^0.4.3", |
||
12 | "color": "git+https://github.com/Automattic/Color.js.git", |
||
13 | "color-js": "^1.0.4", |
||
14 | "deepmerge": "^2.0.0", |
||
15 | "eslint-config-wordpress": "^2.0.0", |
||
16 | "google-material-color-palette-json": "^2.0.1", |
||
17 | "html-loader": "^0.5.1", |
||
18 | "http-server": "^0.10.0", |
||
19 | "jquery": "1.*", |
||
0 ignored issues
–
show
introduced
by
![]() |
|||
20 | "jshint-loader": "^0.8.4", |
||
21 | "material-components-web": "^0.23.0", |
||
22 | "normalize.css": "^7.0.0", |
||
23 | "npm-run-all": "^4.1.1", |
||
24 | "postcss-loader": "^2.0.8", |
||
25 | "raw-loader": "^0.5.1", |
||
26 | "rimraf": "^2.6.1", |
||
27 | "sass.js": "0.10.4", |
||
28 | "svg-inline-loader": "^0.8.0" |
||
29 | }, |
||
30 | "deprecated": false, |
||
31 | "description": "BoldGrid Controls", |
||
32 | "devDependencies": { |
||
33 | "babel-core": "^6.22.1", |
||
34 | "babel-eslint": "^7.2.3", |
||
35 | "babel-loader": "^6.2.10", |
||
36 | "babel-polyfill": "^6.26.0", |
||
37 | "babel-preset-es2015": "^6.22.0", |
||
38 | "babel-preset-stage-0": "^6.22.0", |
||
39 | "copy-webpack-plugin": "^4.0.1", |
||
40 | "core-js": "^2.5.1", |
||
41 | "css-loader": "^0.28.0", |
||
42 | "eslint": "^3.19.0", |
||
43 | "eslint-loader": "^1.7.1", |
||
44 | "eslint-plugin-html": "^2.0.3", |
||
45 | "extract-text-webpack-plugin": "^2.1.0", |
||
46 | "file-loader": "^0.9.0", |
||
47 | "html-minifier": "^3.5.2", |
||
48 | "html-webpack-plugin": "^2.28.0", |
||
49 | "jasmine": "^2.8.0", |
||
50 | "jasmine-core": "^2.8.0", |
||
51 | "jshint": "^2.9.4", |
||
52 | "karma": "^1.7.1", |
||
53 | "karma-chrome-launcher": "^2.2.0", |
||
54 | "karma-es6-shim": "^1.0.0", |
||
55 | "karma-jasmine": "^1.1.0", |
||
56 | "karma-phantomjs-launcher": "^1.0.4", |
||
57 | "karma-spec-reporter": "^0.0.31", |
||
58 | "karma-webpack": "^2.0.4", |
||
59 | "node-sass": "^4.5.3", |
||
60 | "nyc": "^11.2.1", |
||
61 | "sass-loader": "^6.0.5", |
||
62 | "standard": "^10.0.2", |
||
63 | "style-loader": "^0.16.1", |
||
64 | "url-loader": "^0.5.8", |
||
65 | "webpack": "^3.5.6", |
||
66 | "webpack-dev-server": "^2.4.2" |
||
67 | }, |
||
68 | "engines": { |
||
69 | "node": ">=6" |
||
70 | }, |
||
71 | "license": "WTFPL", |
||
72 | "main": "src/controls/index.js", |
||
73 | "name": "@boldgrid/controls", |
||
74 | "repository": { |
||
75 | "type": "git", |
||
76 | "url": "git+https://github.com/BoldGrid/controls.git" |
||
77 | }, |
||
78 | "scripts": { |
||
79 | "start": "http-server dist/ -p $PORT", |
||
80 | "prod": "http-server dist/ -p 8000 -o", |
||
81 | "postinstall": "npm run build", |
||
82 | "build": "npm run rimraf ./dist && NODE_ENV=production webpack --colors", |
||
83 | "devserver": "webpack-dev-server --colors --open", |
||
84 | "karmadev": "karma start karma.config.js", |
||
85 | "karma": "karma start karma.config.js --single-run", |
||
86 | "dev": "npm-run-all -p devserver karmadev", |
||
87 | "rimraf": "rimraf", |
||
88 | "test": "echo \"Error: no test specified\" && exit 1" |
||
89 | }, |
||
90 | "bugs": { |
||
91 | "url": "https://github.com/BoldGrid/controls/issues" |
||
92 | }, |
||
93 | "homepage": "https://github.com/BoldGrid/controls#readme", |
||
94 | "directories": { |
||
95 | "test": "test" |
||
96 | } |
||
97 | } |
||
98 |