forked from Twipped/CurvyAndTrans.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.13 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "curvyandtrans.com",
"version": "1.0.0",
"description": "Fashion blog",
"main": "index.js",
"scripts": {
"test": "eslint ./ --fix"
},
"engines": {
"node": ">=12.14.0"
},
"author": "Jocelyn Badgley <joc@twipped.com> (http://twipped.com/)",
"siteInfo": {
"title": "Curvy & Trans",
"domain": "curvyandtrans.com",
"siteUrl": "https://curvyandtrans.com",
"description": "Just a plus size trans girl in a straight size cis world.",
"creator": "CurvyAndTrans",
"author": "Jocelyn Badgley",
"rss": {
"title": "Curvy & Trans",
"feed_url": "https://curvyandtrans.com/atom.xml",
"site_url": "https://curvyandtrans.com",
"image_url": "https://curvyandtrans.com/favicon228.png"
}
},
"license": "MIT",
"devDependencies": {
"@babel/core": "~7.18.9",
"@babel/plugin-proposal-class-properties": "~7.18.6",
"@babel/preset-env": "~7.18.9",
"@rollup/plugin-alias": "~3.1.9",
"@rollup/plugin-commonjs": "~21.0.1",
"@rollup/plugin-node-resolve": "~13.1.3",
"@rollup/plugin-replace": "~3.0.1",
"autoprefixer": "~10.4.2",
"aws-sdk": "~2.1060.0",
"babel-eslint": "~10.1.0",
"babel-preset-preact": "~2.0.0",
"backbone": "~1.4.0",
"bluebird": "~3.7.2",
"bootstrap": "~4.6.1",
"bootstrap-drawer": "~1.0.6",
"concurrent-transform": "~1.0.0",
"core-js": "~3.23.5",
"crass": "~0.12.3",
"date-fns": "~2.28.0",
"eslint": "~8.7.0",
"eslint-config-twipped": "~6.1.0",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-promise": "~6.0.0",
"eslint-plugin-react": "~7.28.0",
"express": "~4.17.2",
"fancy-log": "~2.0.0",
"flickity": "~2.3.0",
"forever": "~4.0.2",
"front-matter": "~4.0.2",
"fs-extra": "~10.0.0",
"get-video-dimensions": "~1.0.0",
"glob": "~7.2.0",
"gm": "~1.23.1",
"gulp": "~4.0.2",
"gulp-awspublish": "~4.1.2",
"gulp-awspublish-router": "~0.2.0",
"gulp-clean": "~0.4.0",
"handybars": "~0.4.0",
"html-minifier-terser": "~6.1.0",
"image-size": "~1.0.1",
"jquery": "~3.6.0",
"lodash": "~4.17.21",
"magnific-popup": "~1.1.0",
"make-fetch-happen": "~9.1.0",
"markdown-it": "~12.3.2",
"markdown-it-div": "~1.1.0",
"markdown-it-include": "~2.0.0",
"memoizepromise": "~2.0.0",
"minimist": "~1.2.5",
"morgan": "~1.10.0",
"node-sass": "~7.0.1",
"png-to-ico": "~2.1.2",
"popper.js": "~1.16.1",
"postcss": "~8.4.5",
"preact": "~10.6.4",
"react-visibility-sensor": "~5.1.1",
"rev-hash": "~3.0.0",
"rev-path": "~2.0.0",
"rollup": "~2.64.0",
"rollup-plugin-babel": "~4.4.0",
"rollup-plugin-react-svg": "~3.0.3",
"rollup-plugin-terser": "~7.0.2",
"rss": "~1.2.2",
"serve-index": "~1.9.1",
"slugify": "~1.6.5",
"string-strip-html": "~8.3.0",
"terser": "~5.10.0",
"through2": "~4.0.2",
"twemoji": "~13.1.0",
"twitter-lite": "~1.1.0",
"uuid": "~8.3.2",
"vinyl": "~2.2.1"
},
"dependencies": {
"@babel/runtime-corejs3": "~7.18.9",
"markdown-it-anchor": "~8.4.1",
"markdown-it-link-attributes": "~4.0.0",
"svg-dimensions": "~1.0.2"
}
}