-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.19 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
{
"name": "@nuxtjs/html-minifier",
"version": "0.1.2",
"description": "",
"license": "MIT",
"contributors": [
"pimlie <[email protected]>"
],
"main": "lib/module.js",
"repository": "https://github.com/nuxt-community/html-minifier-module",
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "test/fixture",
"lint": "eslint lib test",
"test": "jest test",
"release": "yarn lint && yarn test && standard-version"
},
"files": [
"lib"
],
"dependencies": {
"consola": "^2.15.0",
"figures": "^3.2.0",
"html-minifier": "^4.0.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^1.1.2",
"babel-eslint": "^10.1.0",
"codecov": "3.8.1",
"eslint": "^6.8.0",
"eslint-config-standard": "^13.0.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^22.21.0",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^5.2.3",
"get-port": "^5.1.1",
"jest": "24.9.0",
"nuxt-edge": "^2.9.0-26104328.b22e0543",
"request-promise-native": "^1.0.9",
"standard-version": "7.1.0"
}
}