-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.26 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
{
"name": "textile-lang-com-website",
"description": "Official website of the Textile markup language.",
"version": "1.0.6",
"repository": {
"type": "git",
"url": "https://github.com/textile/textile-lang-com-website"
},
"bugs": {
"url": "https://github.com/textile/textile-lang-com-website/issues"
},
"devDependencies": {
"@lodder/grunt-postcss": "3.1.1",
"autoprefixer": "10.4.13",
"cssnano": "5.1.14",
"grunt": "1.5.3",
"grunt-cli": "1.4.3",
"grunt-concurrent": "3.0.0",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-concat": "2.1.0",
"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": "3.1.0",
"grunt-stylelint": "0.16.0",
"grunt-terser": "2.0.0",
"load-grunt-tasks": "5.1.0",
"postcss": "8.4.20",
"sass": "1.57.0",
"stylelint": "13.13.1",
"stylelint-order": "4.1.0",
"stylelint-scss": "3.21.0"
},
"dependencies": {
"autosize": "5.0.2",
"jquery": "3.6.2",
"prismjs": "1.29.0",
"textile-mark": "1.1.0"
},
"optionalDependencies": {
"fibers": "5.0.3"
},
"browserslist": [
"> 0.5%",
"Firefox ESR",
"not ie < 11"
],
"license": "GPL-2.0"
}