-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.58 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.58 KB
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
{
"name": "bqadmin-bs5-theme",
"version": "1.0.5",
"description": "bootstrap 5 based admin theme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npm run development",
"development": "webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "webpack --config=node_modules/laravel-mix/setup/webpack.config.js --progress --hide-modules --watch ",
"hot": "node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/binaryquest/bqAdminTheme.git"
},
"keywords": [
"bootstrap",
"admin",
"theme"
],
"author": "Binary Quest",
"license": "MIT",
"devDependencies": {
"bootstrap": "^5.0.0-alpha1",
"laravel-mix": "^6.0.2",
"laravel-mix-nunjucks": "^0.3.0",
"postcss": "^8.1.14",
"resolve-url-loader": "^3.1.0",
"sass": "^1.26.9",
"sass-loader": "^8.0.2",
"webpack-cli": "^3.3.12"
},
"bugs": {
"url": "https://github.com/binaryquest/bqAdminTheme/issues"
},
"homepage": "https://github.com/binaryquest/bqAdminTheme#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@popperjs/core": "^2.6.0",
"popper": "^1.0.1",
"popper.js": "^1.16.1"
}
}