-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
45 lines (45 loc) · 1.26 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
{
"name": "hubpress-app",
"version": "1.0.0",
"private": true,
"dependencies": {
"@nuxtjs/axios": "^5.0.0",
"@nuxtjs/router": "^1.0.1",
"asciidoctor.js": "^1.5.6",
"bluebird": "^3.5.1",
"downsize": "0.0.8",
"github-api": "github:anthonny/github#1c9f02a",
"handlebars": "^4.0.11",
"hubpress-core-plugins": "github:hubpress/hubpress-core-plugins#8ad2f94",
"hubpress-core-slugify": "github:hubpress/hubpress-core-slugify#cfe920c",
"hubpress-plugin-builder-ghost": "github:hubpress/hubpress-plugin-builder-ghost#47100f3",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.3.1",
"lodash": "^4.17.10",
"lokijs": "^1.5.3",
"moment": "^2.22.1",
"node-uuid": "^1.4.8",
"nuxt": "^1.3.0",
"nuxt-property-decorator": "^1.2.0",
"platform": "^1.3.5",
"pouchdb": "^6.4.3",
"pouchdb-find": "^6.4.3",
"q": "^1.5.1",
"rss": "^1.2.2",
"semantic-ui-css": "^2.3.1",
"superagent": "^3.8.2",
"vue-codemirror": "^4.0.5",
"vuex-class": "^0.3.0"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "NODE_ENV=production nuxt generate"
},
"devDependencies": {
"@types/node": "^9.4.6",
"ts-loader": "^3.5.0",
"typescript": "^2.7.2"
}
}