-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.41 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.41 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
53
54
55
56
{
"name": "textpattern-default-theme",
"title": "Default theme",
"txp-type": "textpattern-theme",
"version": "5.0.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.27",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "14.0.0",
"cross-env": "10.1.0",
"css-loader": "7.1.4",
"mini-css-extract-plugin": "2.10.0",
"postcss": "8.5.8",
"postcss-loader": "8.2.1",
"postcss-scss": "4.0.9",
"sass": "1.97.3",
"sass-loader": "16.0.7",
"stylelint": "17.4.0",
"stylelint-config-standard-scss": "17.0.0",
"stylelint-order": "7.0.1",
"stylelint-webpack-plugin": "5.1.0",
"webpack": "5.105.4",
"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"
}