-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.1 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
{
"name": "textpattern-jquery-ui-theme",
"description": "The jQuery UI theme used within Textpattern CMS admin side.",
"version": "4.9.0-dev",
"keywords": [
"jquery-ui",
"theme",
"textpattern",
"css",
"sass"
],
"repository": {
"type": "git",
"url": "https://github.com/textpattern/textpattern-jquery-ui-theme"
},
"bugs": {
"url": "https://github.com/textpattern/textpattern-jquery-ui-theme/issues"
},
"devDependencies": {
"autoprefixer": "10.4.20",
"clean-webpack-plugin": "4.0.0",
"cross-env": "7.0.3",
"css-loader": "7.1.2",
"mini-css-extract-plugin": "2.9.2",
"postcss": "8.4.47",
"postcss-loader": "8.1.1",
"postcss-scss": "4.0.9",
"sass": "1.80.6",
"sass-loader": "16.0.3",
"stylelint": "15.11.0",
"stylelint-config-standard-scss": "11.1.0",
"stylelint-order": "6.0.4",
"stylelint-webpack-plugin": "5.0.1",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
},
"browserslist": [
"> 0.5%",
"Firefox ESR",
"not IE 11"
],
"scripts": {
"build": "webpack --progress"
},
"license": "GPL-2.0"
}