-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
72 lines (72 loc) · 1.74 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
{
"name": "aspine",
"version": "3.0.0",
"description": "Alternate frontend for Aspen",
"homepage": "https://github.com/maxtkc/aspine#readme",
"bugs": {
"url": "https://github.com/maxtkc/aspine/issues"
},
"license": "GPL-3.0-or-later",
"contributors": [
"Max Katz-Christy",
"Cole Killian",
"psvenk",
"kdk1616",
"notrodes",
"andOrlando",
"Jade Buckwalter",
"Tavi Pollard",
"Mohan Hathi",
"githubturtle09"
],
"main": "serve.js",
"repository": "github:Aspine/aspine",
"scripts": {
"start": "tsc && node serve.js",
"build-lite": "node build-lite.js",
"gen-key": "bash gen-key.sh",
"tsc": "tsc",
"scrape": "tsc && node -r dotenv/config js/scrape.js",
"format": "prettier --write ."
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@iarna/toml": "^2.2.5",
"animate.css": "^4.1.1",
"body-parser": "^1.20.2",
"commander": "^7.2.0",
"compression": "^1.7.4",
"d3-array": "^2.12.1",
"d3-axis": "^2.1.0",
"d3-boxplot": "^0.7.6",
"d3-scale": "^4.0.2",
"d3-selection": "^2.0.0",
"express": "^4.19.2",
"express-session": "^1.18.0",
"file-saver": "^2.0.5",
"fs-extra": "^9.1.0",
"https-localhost": "^4.7.1",
"jquery": "^3.7.1",
"jsdom": "^16.5.2",
"marked": "^4.3.0",
"material-icons": "^0.6.1",
"memorystore": "^1.6.7",
"node-fetch": "^2.7.0",
"open": "^10.1.0",
"pdfjs-dist": "^4.2.67",
"puppeteer": "^23.3.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"random-useragent": "^0.5.0",
"tabulator-tables": "~4.1.5",
"tilt.js": "^1.2.1"
},
"devDependencies": {
"@types/jsdom": "^16.2.15",
"@types/node-fetch": "^2.6.11",
"@types/random-useragent": "^0.3.3",
"dotenv": "^8.2.0",
"typescript": "^4.9.5",
"prettier": "^2.4.1"
}
}