-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.24 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
{
"name": "twitter-widget",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "rollup -c"
},
"svelte": "src/index.js",
"module": "dist/index.mjs",
"main": "dist/index.js",
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"postcss": "^8.3.6",
"rollup": "^2.3.4",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-postcss": "^4.0.1",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"sass": "^1.26.10",
"svelte": "3.42.6",
"svelte-preprocess": "^4.6.9"
},
"dependencies": {
"@github/details-dialog-element": "^3.1.3",
"@mapbox/rehype-prism": "^0.4.0",
"axios": "0.26.1",
"cheerio": "^1.0.0-rc.3",
"date-fns": "^2.9.0",
"dotenv": "^8.2.0",
"github-slugger": "^1.3.0",
"open-graph-scraper": "^4.11.0",
"rehype-parse": "^6.0.2",
"rehype-raw": "^4.0.1",
"rehype-sanitize": "^3.0.0",
"remark-parse": "^7.0.2",
"remark-rehype": "^8.0.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"sirv-cli": "^1.0.0",
"svelte-elements": "^0.4.2",
"twitter-text": "^3.1.0",
"unified": "^8.4.2",
"unist-util-visit": "^2.0.2"
}
}