-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
executable file
·64 lines (64 loc) · 1.65 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
61
62
63
64
{
"name": "@nuxtjs/amp",
"version": "0.5.4",
"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",
"templates"
],
"dependencies": {
"amphtml-validator": "^1.0.34",
"chalk": "^4.1.0",
"consola": "^2.15.3",
"raw-loader": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@nuxtjs/eslint-config": "^6.0.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"codecov": "^3.8.1",
"eslint": "^7.24.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "4.1.0",
"eslint-plugin-vue": "^7.9.0",
"get-port": "5.1.1",
"husky": "^5.2.0",
"jest": "^26.6.3",
"jest-puppeteer": "^5.0.0",
"node-sass": "^5.0.0",
"nuxt-edge": "^2.14.8-26779714.3b19e3f4",
"nuxt-i18n": "^6.25.0",
"puppeteer": "^8.0.0",
"request": "2.88.2",
"sass-loader": "^10.1.1",
"standard-version": "^9.2.0"
}
}