forked from Aspine/aspine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
{
"name": "aspine",
"version": "2.6.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-only",
"contributors": [
"Max Katz-Christy",
"Cole Killian",
"psvenk",
"kdk1616",
"notrodes"
],
"main": "serve.js",
"repository": "github:Aspine/aspine",
"scripts": {
"start": "node serve.js",
"build-lite": "bash build-lite.sh"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"animate.css": "^4.1.1",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.3",
"cheerio": "^1.0.0-rc.3",
"compression": "^1.7.4",
"d3-array": "^2.8.0",
"d3-axis": "^2.0.0",
"d3-boxplot": "^0.7.6",
"d3-scale": "^3.2.3",
"d3-selection": "^2.0.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"file-saver": "^2.0.2",
"hamburgers": "^1.1.3",
"jquery": "^3.5.1",
"jsdom": "^16.4.0",
"material-icons": "^0.5.1",
"minimist": "^1.2.5",
"node-fetch": "^2.6.1",
"pdfjs-dist": "^2.5.207",
"tabulator-tables": "~4.1.5",
"tilt.js": "^1.2.1"
}
}