-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.16 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
{
"name": "galaxie-gd",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./index.js",
"build": "mix --production",
"deploy": "gh-pages -d dist"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.16.8",
"gh-pages": "^3.2.3",
"graphology-layout": "^0.5.0",
"graphology-layout-forceatlas2": "^0.8.1",
"graphology-pagerank": "^1.1.0",
"html-minifier": "^4.0.0",
"kd-tree-javascript": "^1.0.3",
"laravel-mix": "^6.0.39",
"markdown-it": "^12.3.2",
"markdown-it-meta": "^0.0.1",
"markdown-it-oembed": "github:Greaby/markdown-it-oembed",
"markdown-it-title": "^4.0.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.7",
"sass-loader": "^12.4.0",
"seedrandom": "^3.0.5",
"sitemap": "^7.1.0",
"slugify": "^1.6.5",
"twig": "^1.15.4"
},
"dependencies": {
"fuse.js": "^6.5.3",
"graphology": "^0.23.2",
"sigma": "^2.2.0"
}
}