-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.19 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.19 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
{
"name": "textpattern-com",
"description": "Official website of the Textpattern project.",
"version": "1.8.6",
"repository": {
"type": "git",
"url": "https://github.com/textpattern/textpattern-com-website"
},
"bugs": {
"url": "https://github.com/textpattern/textpattern-com-website/issues"
},
"devDependencies": {
"@lodder/grunt-postcss": "3.1.1",
"autoprefixer": "10.4.27",
"cssnano": "7.1.2",
"grunt": "1.6.1",
"grunt-cli": "1.5.0",
"grunt-concurrent": "3.0.0",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "3.2.0",
"grunt-contrib-watch": "1.1.0",
"grunt-replace-regex": "1.0.3",
"grunt-sass": "4.1.0",
"grunt-stylelint": "0.20.1",
"grunt-terser": "2.0.0",
"load-grunt-tasks": "5.1.0",
"postcss": "8.5.8",
"sass": "1.97.3",
"stylelint": "17.4.0",
"stylelint-config-standard-scss": "17.0.0",
"stylelint-order": "7.0.1"
},
"dependencies": {
"prismjs": "1.30.0",
"textpattern-branding": "0.3.3"
},
"optionalDependencies": {
"fibers": "5.0.3"
},
"browserslist": [
"> 0.5%",
"Firefox ESR",
"not IE 11"
],
"license": "GPL-2.0"
}