-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
44 lines (44 loc) · 1.27 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
{
"name": "boodark",
"version": "1.1.1",
"description": "Bootstrap Dark theme for phpMyAdmin",
"repository": "https://github.com/adorade/boodark.git",
"author": "Adorade",
"scripts": {
"postinstall": "yarn run build",
"build": "yarn run build:prod",
"build:analyze": "webpack --progress --mode=production --analyze",
"build:dev": "webpack --progress --mode=development",
"build:prod": "webpack --progress --mode=production",
"watch": "webpack --progress --watch --mode=development",
"css:lint": "stylelint 'themes/boodark/scss/*.scss'"
},
"dependencies": {
"@babel/runtime": "7.23.2",
"@popperjs/core": "2.11.8",
"autoprefixer": "10.4.16",
"bootstrap": "5.2.3",
"css-loader": "6.8.1",
"css-minimizer-webpack-plugin": "5.0.1",
"mini-css-extract-plugin": "2.7.6",
"postcss": "8.4.31",
"postcss-cli": "10.1.0",
"postcss-loader": "7.3.3",
"rtlcss": "4.1.1",
"rtlcss-webpack-plugin": "4.0.7",
"sass": "1.64.2",
"sass-loader": "13.3.2",
"webpack": "5.89.0",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
},
"devDependencies": {
"stylelint": "15.11.0",
"stylelint-config-standard-scss": "11.0.0"
},
"engines": {
"node": ">=14"
},
"license": "MIT",
"private": true
}