|
| 1 | +{ |
| 2 | + "name": "bootstrap-layout", |
| 3 | + "version": "1.0.0-alpha.1", |
| 4 | + "description": "Bootstrap layout with sidebar navigation and extras.", |
| 5 | + "scripts": { |
| 6 | + "test": "echo \"Error: no test specified\" && exit 1", |
| 7 | + "dev": "webpack --config src/build/webpack.config.dev.js --progress --watch", |
| 8 | + "build": "NODE_ENV=production webpack --config src/build/webpack.config.production.js --progress", |
| 9 | + "build-dev": "webpack --config src/build/webpack.config.dev.js --progress" |
| 10 | + }, |
| 11 | + "main": "dist/bootstrap-layout.js", |
| 12 | + "author": "MOSAICPRO <contact@mosaicpro.biz> (http://themeforest.net/user/mosaicpro/portfolio)", |
| 13 | + "license": "ISC", |
| 14 | + "devDependencies": { |
| 15 | + "autoprefixer": "^6.3.3", |
| 16 | + "babel-core": "^6.4.0", |
| 17 | + "babel-loader": "^6.2.1", |
| 18 | + "babel-plugin-transform-runtime": "^6.4.3", |
| 19 | + "babel-preset-es2015": "^6.3.13", |
| 20 | + "babel-runtime": "^5.8.34", |
| 21 | + "css-loader": "^0.23.0", |
| 22 | + "eslint": "^1.10.3", |
| 23 | + "eslint-loader": "^1.2.0", |
| 24 | + "extract-text-webpack-plugin": "^0.9.1", |
| 25 | + "file-loader": "^0.8.5", |
| 26 | + "node-sass": "^3.4.2", |
| 27 | + "postcss-loader": "^0.8.1", |
| 28 | + "sass-importer-npm": "^1.0.0", |
| 29 | + "sass-loader": "^3.1.2", |
| 30 | + "style-import-loader": "^0.2.0", |
| 31 | + "style-loader": "^0.13.0", |
| 32 | + "themekit-webpack-config": "^1.1.0", |
| 33 | + "url-loader": "^0.5.7", |
| 34 | + "webpack": "^1.12.11" |
| 35 | + }, |
| 36 | + "dependencies": { |
| 37 | + "bootstrap": "^4.0.0-alpha.2", |
| 38 | + "breakpoints": "github:lazabogdan/breakpoints", |
| 39 | + "mout": "^0.11.1", |
| 40 | + "sass-md-colors": "^1.0.0", |
| 41 | + "simplebar": "github:grsmto/simplebar" |
| 42 | + }, |
| 43 | + "keywords": [ |
| 44 | + "adminplus", |
| 45 | + "bootstrap", |
| 46 | + "bootstrap4", |
| 47 | + "layout", |
| 48 | + "sidebar" |
| 49 | + ] |
| 50 | +} |
0 commit comments