-
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": "5.0.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.27",
"clean-webpack-plugin": "4.0.0",
"cross-env": "10.1.0",
"css-loader": "7.1.4",
"mini-css-extract-plugin": "2.10.2",
"postcss": "8.5.8",
"postcss-loader": "8.2.1",
"postcss-scss": "4.0.9",
"sass": "1.98.0",
"sass-loader": "16.0.7",
"stylelint-config-standard-scss": "17.0.0",
"stylelint": "17.6.0",
"stylelint-order": "8.1.1",
"stylelint-webpack-plugin": "5.1.0",
"webpack": "5.105.4",
"webpack-cli": "7.0.2"
},
"browserslist": [
"> 0.5%",
"Firefox ESR",
"not IE 11"
],
"scripts": {
"build": "webpack --progress"
},
"license": "GPL-2.0"
}