UNPKG

2.18 kBJSONView Raw
1{
2 "name": "@boldgrid/components",
3 "version": "2.16.14",
4 "description": "BoldGrid Components",
5 "license": "ISC",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/BoldGrid/components.git"
9 },
10 "main": "dist/css/components.min.css",
11 "directories": {
12 "test": "tests"
13 },
14 "author": "Rafael Ramos <rramo012@gmail.com>",
15 "bugs": {
16 "url": "https://github.com/BoldGrid/components/issues"
17 },
18 "scripts": {
19 "start": "npm run build && http-server dist/ -p $PORT",
20 "prod": "npm run build && http-server dist/ -p 3000 -o",
21 "build": "npm run rimraf ./dist && NODE_ENV=production webpack --colors",
22 "dev": "webpack-dev-server --colors --open",
23 "rimraf": "rimraf",
24 "test": "echo \"Error: no test specified\" && exit 1"
25 },
26 "homepage": "https://github.com/BoldGrid/components#readme",
27 "bundleDependencies": false,
28 "dependencies": {},
29 "deprecated": false,
30 "devDependencies": {
31 "webpack-dev-server": "^3.0.0",
32 "babel-core": "^6.22.1",
33 "babel-eslint": "^8.0.1",
34 "babel-loader": "^7.1.2",
35 "babel-minify-webpack-plugin": "^0.3.0",
36 "babel-preset-es2015": "^6.22.0",
37 "babel-preset-stage-0": "^6.22.0",
38 "bulma": "^0.6.0",
39 "copy-webpack-plugin": "^4.5.1",
40 "css-loader": "^0.28.0",
41 "ejs-loader": "^0.3.1",
42 "eslint": "^4.10.0",
43 "eslint-config-wordpress": "^2.0.0",
44 "eslint-loader": "^2.0.0",
45 "eslint-plugin-html": "^4.0.0",
46 "extract-text-webpack-plugin": "4.0.0-beta.0",
47 "file-loader": "^1.1.5",
48 "generate-json-webpack-plugin": "^0.3.0",
49 "html-loader": "^0.5.1",
50 "html-minifier": "^3.5.2",
51 "html-webpack-plugin": "^3.0.0",
52 "http-server": "^0.11.0",
53 "jshint": "^2.9.4",
54 "jshint-loader": "^0.8.4",
55 "node-sass": "^4.5.3",
56 "normalize.css": "^8.0.0",
57 "postcss-loader": "^2.0.8",
58 "rimraf": "^2.6.1",
59 "sass-loader": "^6.0.5",
60 "standard": "^11.0.0",
61 "style-loader": "^0.20.0",
62 "stylelint": "^9.1.3",
63 "stylelint-config-standard": "^18.0.0",
64 "svg-inline-loader": "^0.8.0",
65 "url-loader": "^1.0.0",
66 "webpack": "^4.0.0",
67 "webpack-cli": "^2.0.12"
68 },
69 "engines": {
70 "node": ">=6"
71 }
72}