forked from galaxyproject/galaxy-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.91 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
{
"name": "galaxy-hub",
"version": "0.0.1",
"description": "Galaxy Community Hub",
"main": "build.js",
"license": "AFL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/galaxyproject/galaxy-hub.git"
},
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@fortawesome/fontawesome-free": "^5.9.0",
"axios": "^0.19.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"bootstrap": "^4.3.1",
"concurrently": "^4.1.0",
"css-loader": "^2.1.1",
"expose-loader": "^0.7.5",
"file-loader": "^3.0.1",
"handlebars": "^4.1.2",
"highlight.js": "^9.15.8",
"jquery": "^3.4.1",
"jstransformer-pug": "^0.3.0",
"lodash": "^4.17.13",
"marked": "0.6.1",
"metalsmith": "^2.3.0",
"metalsmith-autotoc": "^0.1.5",
"metalsmith-broken-link-checker": "^1.0.1",
"metalsmith-collections": "^0.9.0",
"metalsmith-filepath": "^1.0.1",
"metalsmith-headings-identifier": "0.0.11",
"metalsmith-layouts": "^2.3.1",
"metalsmith-markdown": "0.2",
"metalsmith-metadata": "^0.0.4",
"metalsmith-serve": "^0.0.7",
"metalsmith-timer": "0.0.2",
"metalsmith-watch": "^1.0.3",
"minimist": "^1.1.1",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"popper.js": "^1.15.0",
"pug": "^2.0.0-beta6",
"sass-loader": "^7.1.0",
"slug": "^1.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.2"
},
"scripts": {
"build": "concurrently \"$npm_execpath run metalsmith\" \"webpack\"",
"metalsmith": "node build.js",
"serve": "concurrently \"$npm_execpath run webpack\" \"node build.js --serve\"",
"check": "node build.js --check",
"watch": "concurrently \"$npm_execpath run webpack --watch\" \"node build.js --watch\"",
"webpack": "webpack --config webpack.config.js"
},
"engines": {
"yarn": ">= 1.0.0"
}
}