This repository was archived by the owner on Mar 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.36 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.36 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
{
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"axios": "^1.6.0",
"bulma": "^0.9.3",
"bulma-tooltip": "^3.0.2",
"chai": "^4.3.6",
"cheerio": "^1.0.0-rc.10",
"csv-parser": "^3.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-purgecss": "^4.1.3",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.1.0",
"js-cookie": "^3.0.1",
"json-stringify-pretty-compact": "^3.0.0",
"mocha": "^9.2.2",
"moment": "^2.29.4",
"netlify-plugin-cache": "^1.0.3",
"pixi.js": "^6.3.0",
"regression": "^2.0.1",
"sass": "^1.50.0",
"twitter-widgets": "^2.0.0",
"yaml-loader": "^0.8.0"
},
"scripts": {
"preinstall": "npx npm-force-resolutions",
"develop": "gulp develop",
"build": "gulp deploy",
"test": "mocha --ignore \"**/*twitter*\""
},
"dependencies": {
"dotenv": "^14.3.2",
"js-yaml": "^4.1.0",
"puppeteer": "^13.5.2",
"pushover-notifications": "^1.2.2",
"sharp": "^0.32.6",
"twitter-lite": "^1.1.0",
"twitter-text": "^3.1.0"
}
}