-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
56 lines (56 loc) · 1.41 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
47
48
49
50
51
52
53
54
55
56
{
"name": "textpattern-default-theme",
"title": "Default theme",
"txp-type": "textpattern-theme",
"version": "4.9.0-dev",
"description": "The default theme that ships as standard with Textpattern CMS.",
"author": "Team Textpattern",
"homepage": "https://github.com/textpattern/textpattern-default-theme",
"keywords": [
"skin",
"theme",
"template",
"front-end",
"responsive",
"textpattern",
"cms",
"css",
"sass"
],
"repository": {
"type": "git",
"url": "https://github.com/textpattern/textpattern-default-theme"
},
"bugs": {
"url": "https://github.com/textpattern/textpattern-default-theme/issues"
},
"devDependencies": {
"autoprefixer": "10.4.20",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "12.0.2",
"cross-env": "7.0.3",
"css-loader": "7.1.2",
"mini-css-extract-plugin": "2.9.2",
"postcss": "8.4.49",
"postcss-loader": "8.1.1",
"postcss-scss": "4.0.9",
"sass": "1.83.1",
"sass-loader": "16.0.4",
"stylelint": "15.11.0",
"stylelint-config-standard-scss": "11.1.0",
"stylelint-order": "6.0.4",
"stylelint-webpack-plugin": "5.0.1",
"webpack": "5.97.1",
"webpack-cli": "6.0.1",
"webpack-manifest-version-sync-plugin": "1.0.0"
},
"browserslist": [
"> 0.5%",
"Firefox ESR",
"IE 11"
],
"scripts": {
"build": "webpack --progress"
},
"license": "GPL-2.0"
}