-
Notifications
You must be signed in to change notification settings - Fork 174
/
package.json
52 lines (52 loc) · 1.39 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
{
"name": "@nuxtjs/pwa",
"version": "3.1.2",
"description": "Zero config PWA solution for Nuxt.js",
"repository": "nuxt-community/pwa-module",
"license": "MIT",
"main": "lib/module.js",
"files": [
"lib",
"types"
],
"types": "./types/index.d.ts",
"scripts": {
"dev": "nuxt test/fixture",
"lint": "eslint --ext .js,.vue .",
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
"test": "yarn lint && jest"
},
"dependencies": {
"defu": "^3.1.0",
"execa": "^4.0.3",
"fs-extra": "^9.0.1",
"hasha": "^5.2.1",
"jimp-compact": "^0.16.1",
"lodash.template": "^4.5.0",
"workbox-cdn": "^5.1.3"
},
"devDependencies": {
"@nuxt/types": "^2.14.6",
"@nuxtjs/eslint-config": "latest",
"@nuxtjs/module-test-utils": "latest",
"@types/workbox-sw": "^4.3.1",
"axios": "latest",
"babel-eslint": "latest",
"codecov": "latest",
"eslint": "latest",
"eslint-config-standard": "latest",
"eslint-plugin-html": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-jest": "latest",
"eslint-plugin-node": "latest",
"eslint-plugin-promise": "latest",
"eslint-plugin-standard": "latest",
"jest": "latest",
"jsdom": "latest",
"klaw-sync": "latest",
"lerna": "latest",
"node-fetch": "latest",
"nuxt-edge": "latest",
"standard-version": "latest"
}
}