forked from FrontendMatter/adminplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.89 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "adminplus",
"version": "1.0.0-alpha.4",
"description": "AdminPlus Lite - Bootstrap 4 Admin Template",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --config src/build/webpack.config.dev.js --progress --watch",
"build": "NODE_ENV=production webpack --config src/build/webpack.config.production.js --progress",
"build-dev": "webpack --config src/build/webpack.config.dev.js --progress"
},
"main": "dist/adminplus.js",
"author": "MOSAICPRO <[email protected]> (http://themeforest.net/user/mosaicpro/portfolio)",
"license": "ISC",
"peerDependencies": {
"jquery": "^2.1.4"
},
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-preset-es2015": "^6.3.13",
"babel-runtime": "^5.8.34",
"css-loader": "^0.23.0",
"eslint": "^1.10.3",
"eslint-loader": "^1.2.0",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.5",
"html-loader": "^0.4.0",
"node-sass": "^3.4.2",
"postcss-loader": "^0.8.1",
"sass-importer-npm": "^1.0.0",
"sass-loader": "^3.1.2",
"style-import-loader": "^0.2.0",
"style-loader": "^0.13.0",
"themekit-webpack-config": "^1.1.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.11"
},
"dependencies": {
"bootstrap": "^4.0.0-alpha.2",
"sass-md-colors": "^1.0.0"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/themekit/adminplus.git"
},
"keywords": [
"adminplus",
"bootstrap",
"bootstrap4",
"admin",
"template",
"theme",
"premium",
"dashboard",
"layout",
"sidebar",
"themekit"
],
"bugs": {
"url": "https://github.com/themekit/adminplus/issues"
},
"homepage": "https://github.com/themekit/adminplus#readme"
}