-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "twitter-print-styles",
"version": "2.1.5",
"description": "Chrome extension for adding simple print styles to save Twitter threads as PDFs.",
"keywords": [
"chrome",
"extension",
"twitter",
"print",
"css"
],
"repository": {
"type": "git",
"url": "https://github.com/tannerhodges/twitter-print-styles.git"
},
"private": false,
"scripts": {
"build": "gulp"
},
"bugs": {
"url": "https://github.com/tannerhodges/twitter-print-styles/issues"
},
"homepage": "https://github.com/tannerhodges/twitter-print-styles#readme",
"dependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.1",
"gulp-replace": "^1.1.3",
"gulp-zip": "^5.1.0",
"postcss": "^8.3.11",
"postcss-clean": "^1.2.2",
"postcss-prefix-selector": "^1.13.0",
"stylelint": "^13.13.1",
"stylelint-config-property-sort-order-smacss": "^7.1.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.1.0"
},
"author": "Tanner Hodges <[email protected]>",
"license": "MIT"
}