-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
80 lines (80 loc) · 2.9 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "soussune",
"version": "0.0.1",
"description": "Nuxt.js Content Site",
"author": "soussune",
"private": true,
"scripts": {
"start": "nuxt start",
"dev": "nuxt",
"build": "nuxt build",
"generate": "nuxt generate",
"prettier": "prettier **/*.{js,ts,vue,md,css,scss}",
"prettier:write": "npm run prettier -- --write",
"prettier:check": "npm run prettier -- --list-different",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup",
"precommit": "npm run lint",
"textlint:strict": "textlint -c coverage.textlintrc src/content/episode",
"textlint:coverage": "textlint -c coverage.textlintrc src/content/episode",
"travis:coverage": "textlint -c coverage.textlintrc -f codecov src/content/episode | codecov"
},
"dependencies": {
"@miyaoka/nuxt-twitter-widgets-module": "^0.0.1",
"@miyaoka/vue-touch-range": "^1.0.1",
"@nuxtjs/google-analytics": "^2.0.2",
"@nuxtjs/pwa": "^2.0.8",
"@nuxtjs/sentry": "^1.0.3",
"front-matter": "^3.0.0",
"luxon": "^1.0.0",
"markdown-it": "^8.4.1",
"markdown-it-link-attributes": "^2.0.0",
"noty": "^3.2.0-beta",
"nuxt": "^2.0.0",
"nuxt-sass-resources-loader": "^2.0.0",
"nuxtent": "^1.4.1",
"rss": "^1.2.2",
"vue-awesome": "^3.1.3",
"vue-lazyload": "^1.2.2",
"vue-notifications": "^0.9.0",
"xml-escape": "^1.1.0"
},
"devDependencies": {
"@nuxtjs/axios": "^4.5.2",
"@nuxtjs/sitemap": "0.1.1",
"babel-eslint": "^8.2.2",
"codecov.io": "^0.1.6",
"contentful": "^7.0.4",
"dotenv": "^6.1.0",
"eslint": "^4.19.1",
"eslint-friendly-formatter": "^4.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-vue": "^4.3.0",
"fs-extra": "^7.0.0",
"node-sass": "^4.8.3",
"prettier": "^1.11.1",
"sass-loader": "^7.1.0",
"textlint": "^11.0.1",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-filter-rule-node-types": "^1.0.1",
"textlint-formatter-codecov": "^1.0.2",
"textlint-formatter-lcov": "^1.0.2",
"textlint-rule-ja-no-abusage": "^1.2.1",
"textlint-rule-ja-no-successive-word": "^1.0.2",
"textlint-rule-max-kanji-continuous-len": "^1.1.1",
"textlint-rule-max-ten": "^2.0.3",
"textlint-rule-no-double-negative-ja": "^1.0.5",
"textlint-rule-no-doubled-conjunction": "^1.0.2",
"textlint-rule-no-doubled-conjunctive-particle-ga": "^1.0.2",
"textlint-rule-no-doubled-joshi": "^3.5.1",
"textlint-rule-no-dropping-the-ra": "^1.1.2",
"textlint-rule-no-mix-dearu-desumasu": "^3.0.3",
"textlint-rule-no-nfd": "^1.0.1",
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2",
"textlint-rule-preset-ja-technical-writing": "^3.1.0",
"textlint-rule-preset-jtf-style": "^2.3.1",
"textlint-rule-prh": "^5.0.1",
"textlint-rule-sentence-length": "^2.0.2",
"textlint-rule-spellcheck-tech-word": "^5.0.0"
}
}