forked from nuxt-community/amp-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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.3.0",
"description": "AMP Module for Nuxt",
"license": "MIT",
"contributors": [
{
"name": "Ahad Birang <[email protected]>"
},
{
"name": "Pooya Parsa <[email protected]>"
}
],
"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.31",
"chalk": "^4.1.0",
"consola": "^2.14.0"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@nuxtjs/eslint-config": "^3.0.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.5.1",
"codecov": "^3.7.2",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.18.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-vue": "^6.2.2",
"get-port": "5.1.1",
"husky": "^4.2.5",
"jest": "^25.5.4",
"jest-puppeteer": "^4.4.0",
"nuxt-edge": "^2.13.1-26548796.11a87d85",
"nuxt-i18n": "^6.13.1",
"puppeteer": "^4.0.1",
"request": "2.88.2",
"standard-version": "^8.0.2"
}
}