forked from nuxt-community/pwa-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.3 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/pwa",
"version": "3.0.0-beta.20",
"description": "Supercharge Nuxt with a heavily tested, updated, zero-config and stable PWA solution!",
"repository": "nuxt-community/pwa-module",
"license": "MIT",
"main": "lib/module.js",
"files": [
"lib"
],
"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": "^1.0.0",
"execa": "^4.0.0",
"fs-extra": "^9.0.0",
"hasha": "^5.2.0",
"jimp-compact": "^0.10.1",
"workbox-cdn": "^4.3.1"
},
"devDependencies": {
"@nuxtjs/eslint-config": "latest",
"@nuxtjs/module-test-utils": "latest",
"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"
}
}