forked from nuxt-community/amp-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·60 lines (60 loc) · 1.54 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
{
"name": "@nuxtjs/amp",
"version": "0.2.3",
"description": "AMP Module for Nuxt",
"license": "MIT",
"contributors": [
{
"name": "Ahad Birang <farnabaz@gmail.com>"
},
{
"name": "Pooya Parsa <pooya@pi0.ir>"
}
],
"main": "lib/module.js",
"repository": "https://github.com/nuxt-community/amp-module",
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "nuxt example",
"lint": "eslint lib test",
"test": "yarn lint && jest",
"release": "yarn test && standard-version && git push --follow-tags && npm publish"
},
"files": [
"lib"
],
"dependencies": {
"amphtml-validator": "^1.0.30",
"chalk": "^3.0.0",
"consola": "^2.11.3"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@nuxtjs/eslint-config": "^1.1.2",
"babel-eslint": "^10.0.3",
"babel-jest": "^25.1.0",
"codecov": "^3.6.5",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.7.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-vue": "^6.2.0",
"get-port": "latest",
"husky": "^4.2.3",
"jest": "^25.1.0",
"jest-puppeteer": "^4.4.0",
"nuxt-edge": "^2.10.0-26326094.e9c4bcfe",
"nuxt-i18n": "^6.5.0",
"puppeteer": "^2.1.1",
"request": "latest",
"standard-version": "^7.1.0"
}
}