-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.49 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.49 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
47
48
49
50
51
52
{
"name": "boodark",
"version": "1.2.0",
"description": "Bootstrap Dark theme for phpMyAdmin",
"homepage": "https://github.com/adorade/boodark",
"repository": {
"type": "git",
"url": "git+https://github.com/adorade/boodark.git"
},
"author": {
"name": "Adorade",
"email": "adorade@outlook.com",
"url": "https://adorade.ro"
},
"scripts": {
"build": "yarn run build:prod",
"build:dev": "webpack --progress --mode=development",
"build:prod": "webpack --progress --mode=production",
"watch": "webpack --progress --watch --mode=development",
"scss:lint": "stylelint 'themes/boodark/scss/**/*.scss'",
"scss:fix": "stylelint 'themes/boodark/scss/**/*.scss' --fix"
},
"dependencies": {
"@popperjs/core": "2.11.8",
"bootstrap": "5.3.8"
},
"devDependencies": {
"@smushytaco/rtlcss-webpack-plugin": "2.0.5",
"@stylistic/stylelint-config": "3.0.1",
"autoprefixer": "10.4.21",
"css-loader": "7.1.2",
"css-minimizer-webpack-plugin": "7.0.2",
"mini-css-extract-plugin": "2.9.4",
"postcss": "8.5.6",
"postcss-loader": "8.2.0",
"rtlcss": "4.3.0",
"sass-embedded": "1.92.1",
"sass-loader": "16.0.5",
"stylelint": "16.24.0",
"stylelint-config-recess-order": "7.3.0",
"stylelint-config-standard-scss": "15.0.1",
"stylelint-order": "7.0.0",
"webpack": "5.101.3",
"webpack-cli": "6.0.1",
"webpack-merge": "6.0.1"
},
"engines": {
"node": ">=18.12.0"
},
"license": "MIT",
"private": true
}