AdminLTE/package.json

59 lines
1.5 KiB
JSON
Raw Normal View History

2015-02-01 22:25:09 +01:00
{
2015-04-16 01:07:24 +02:00
"name": "admin-lte",
2015-11-11 20:29:54 +01:00
"description": "Responsive open source admin dashboard and control panel.",
"version": "3.0.0-alpha",
"license": "MIT",
2018-02-04 00:45:19 +01:00
"author": "Abdullah Almsaeed <abdullah@adminlte.io>",
"scripts": {
"watch": "export NODE_ENV=development && webpack --hide-modules --watch",
"dev": "export NODE_ENV=development && webpack --hide-modules",
"production": "export NODE_ENV=production && webpack --hide-modules"
},
2015-11-11 20:29:54 +01:00
"keywords": [
"css",
"sass",
"responsive",
"admin",
"template",
"theme",
"framework",
"control-panel",
"dashboard"
],
2018-02-04 00:45:19 +01:00
"homepage": "https://adminlte.io",
2015-11-11 20:29:54 +01:00
"style": "dist/css/AdminLTE.css",
"sass": "build/scss/AdminLTE.scss",
2015-04-16 01:07:24 +02:00
"repository": {
"type": "git",
"url": "git://github.com/almasaeed2010/AdminLTE.git"
},
2015-11-11 20:29:54 +01:00
"bugs": {
"url": "https://github.com/almasaeed2010/AdminLTE/issues"
},
2018-02-04 00:45:19 +01:00
"dependencies": {
"bootstrap": "github:twbs/bootstrap#v4.0.0-beta.2",
"jquery": "^3.2.1",
"popper.js": "^1.12.9"
},
"peerDependencies": {
"font-awesome": "^4.7.0"
},
2015-03-03 00:41:47 +01:00
"devDependencies": {
2018-02-04 00:45:19 +01:00
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"copy-webpack-plugin": "^4.2.3",
"css-loader": "^0.28.7",
"eslint": "^4.11.0",
"eslint-plugin-compat": "^2.1.0",
"extract-text-webpack-plugin": "^3.0.2",
"jquery-ui": "^1.12.1",
"node-sass": "^4.7.2",
"path": "^0.12.7",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"webpack": "^3.8.1"
2015-02-01 22:25:09 +01:00
}
2015-07-12 15:46:20 +02:00
}