-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
137 lines (137 loc) Β· 4.71 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "@luxdamore/nuxt-prune-html",
"description": "πβ‘ Nuxt module to prune html before sending it to the browser (it removes elements matching CSS selector(s)), useful for boosting performance showing a different HTML for bots/audits by removing all the scripts with dynamic rendering",
"homepage": "https://luxdamore.github.io/nuxt-prune-html",
"keywords": [
"nuxt-module",
"vuejs",
"nuxtjs",
"nuxt",
"modules",
"performance",
"optimize",
"optimization",
"optimization-algorithms",
"cheerio",
"html",
"prune",
"pruning",
"bot",
"lighthouse",
"audit",
"web-vitals",
"pagespeed-insight",
"dynamic-rendering",
"measure"
],
"repository": {
"type": "git",
"url": "https://github.com/LuXDAmore/nuxt-prune-html.git"
},
"bugs": {
"url": "https://github.com/LuXDAmore/nuxt-prune-html/issues"
},
"publishConfig": {
"access": "public"
},
"files": [
"lib"
],
"main": "lib/module.js",
"version": "2.0.6",
"license": "MIT",
"author": "Luca Iaconelli <[email protected]> (https://lucaiaconelli.it)",
"contributors": [
{
"name": "Luca Iaconelli <[email protected]> (https://lucaiaconelli.it)"
}
],
"scripts": {
"cheerio": "node test/utils/cheerio.js",
"serve": "nuxt -o src",
"dev": "nuxt -o src",
"build": "nuxt build src",
"preexport": "yarn build",
"export": "nuxt export src",
"prestart": "yarn build",
"start": "nuxt start src",
"generate": "nuxt generate src",
"eslint": "eslint --ext .js,.vue .",
"eslint-fix": "eslint --fix --ext .js,.vue .",
"stylelint": "stylelint src/**/*.css",
"stylelint-fix": "stylelint src/**/*.css --fix",
"lint": "yarn eslint && yarn stylelint",
"lint-fix": "yarn eslint-fix && yarn stylelint-fix",
"husky": "husky install",
"test": "jest",
"prerelease": "yarn lint && yarn test && yarn generate",
"release": "standard-version && git push --follow-tags && yarn publish"
},
"dependencies": {
"cheerio": "^1.0.0-rc.5",
"consola": "^2.15.3",
"mobile-detect": "^1.4.4"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-typescript": "^7.12.13",
"@babel/runtime-corejs3": "^7.12.5",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@luxdamore/nuxt-humans-txt": "latest",
"@nuxt/test-utils": "^0.1.2",
"@nuxt/types": "^2.14.12",
"@nuxt/typescript-build": "^2.0.4",
"@nuxtjs/browserconfig": "^0.0.13",
"@nuxtjs/component-cache": "^1.1.6",
"@nuxtjs/eslint-config": "^5.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/markdownit": "^2.0.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/stylelint-module": "^4.0.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"codecov": "^3.8.1",
"core-js": "^3.8.3",
"eslint": "^7.19.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-loader": "^4.0.2",
"eslint-plugin-compat": "^3.9.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.21.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-unicorn": "^28.0.1",
"eslint-plugin-vue": "^7.5.0",
"github-markdown-css": "^4.0.0",
"highlight.js": "^10.6.0",
"husky": "^5.0.9",
"jest": "^26.6.3",
"jsdom": "^16.4.0",
"lint-staged": "^10.5.4",
"markdownlint": "^0.23.0",
"modern-normalize": "^1.0.0",
"nuxt": "^2.15.0",
"nuxt-compress": "^4.1.0",
"nuxt-jsonld": "^1.5.0",
"prettier": "^2.2.1",
"prettier-eslint": "^12.0.0",
"prettier-stylelint": "^0.4.2",
"standard-version": "^9.1.0",
"stylelint": "^13.9.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-no-unsupported-browser-features": "^4.1.4",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.19.0"
}
}