-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (45 loc) · 1.21 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": "manga.sh",
"version": "1.0.0",
"description": "Frontend for manga.sh, a Batoto replacement by the NyaaPantsu project.",
"author": "Luna <[email protected]>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@ewhal/v-img": "^0.2.3",
"@nuxtjs/axios": "^4.5.2",
"@nuxtjs/font-awesome": "^1.0.3",
"@nuxtjs/pwa": "^2.0.5",
"font-awesome": "^4.7.0",
"nuxt": "^1.0.0",
"pug": "^2.0.0-rc.4",
"timeago-vue": "0.0.1",
"v-viewer": "^0.3.1",
"vue-cookie": "^1.1.4",
"vue-flag-icon": "^1.0.6",
"vue-full-loading": "^1.0.3",
"vue-infinite-loading": "^2.2.3",
"vue-simplemde": "^0.4.6",
"vue-stars": "^0.3.0",
"vue-timeago": "^3.4.2",
"vuetify": "^0.17.7"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.3.0",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1"
}
}