-
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.1 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.1 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": "textpattern-jquery-ui-theme",
"description": "The jQuery UI theme used within Textpattern CMS admin side.",
"version": "4.9.1-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.23",
"clean-webpack-plugin": "4.0.0",
"cross-env": "10.1.0",
"css-loader": "7.1.2",
"mini-css-extract-plugin": "2.9.4",
"postcss": "8.5.6",
"postcss-loader": "8.2.0",
"postcss-scss": "4.0.9",
"sass": "1.97.2",
"sass-loader": "16.0.6",
"stylelint-config-standard-scss": "17.0.0",
"stylelint": "16.26.1",
"stylelint-order": "7.0.1",
"stylelint-webpack-plugin": "5.0.1",
"webpack": "5.104.1",
"webpack-cli": "6.0.1"
},
"browserslist": [
"> 0.5%",
"Firefox ESR",
"not IE 11"
],
"scripts": {
"build": "webpack --progress"
},
"license": "GPL-2.0"
}