forked from tfresource/tfresource-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.2 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
{
"name": "tf-resource",
"version": "2.0.0",
"description": "Travel Forecasting Resource Website",
"main": "index.js",
"scripts": {
"serve": "vuepress dev",
"build": "vuepress build",
"deploy": "vuepress build && surge -d https://tfresource.surge.sh .vuepress/dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/billyc/tfresource.git"
},
"keywords": [
"vuepress",
"trb",
"website"
],
"author": "Billy Charlton",
"license": "ISC",
"bugs": {
"url": "https://github.com/billyc/tfresource/issues"
},
"homepage": "https://github.com/billyc/tfresource#readme",
"devDependencies": {
"pug": "^3.0.1",
"pug-plain-loader": "^1.0.0",
"vuepress": "^1.9.7"
},
"dependencies": {
"html-hint": "^0.2.4",
"markdown-it": "^12.3.2",
"markdown-it-footnote": "^3.0.2",
"markdown-it-sub": "^1.0.0",
"node-forge": "^1.3.1",
"vue-cookies": "^1.7.4",
"vuepress-plugin-git-log": "^1.0.1",
"vuepress-plugin-mathjax": "^1.2.8",
"vuepress-plugin-medium-zoom": "^1.1.5",
"vuepress-plugin-minimal-analytics": "./.vuepress/packages/vuepress-plugin-minimal-analytics",
"vuepress-plugin-smooth-scroll": "^0.0.7"
}
}