-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "@itplusx/nuxt-thumbor",
"version": "0.1.1",
"description": "Thumbor module for nuxt.js.",
"repository": "itplusx/nuxt-thumbor",
"license": "MIT",
"author": "ITplusX GmbH",
"contributors": [
{
"name": "Vaclav Janoch <janoch@itplusx.de>"
}
],
"keywords": [
"nuxt",
"thumbor"
],
"main": "src/module.js",
"scripts": {
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
"test": "yarn lint && jest"
},
"dependencies": {
"path": "^0.12.7",
"thumbor-ts": "^1.3.90"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@itplusx/eslint-config": "^1.0.0",
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/module-test-utils": "^1.6.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.3.0",
"eslint": "^7.7.0",
"husky": "^4.2.5",
"jest": "^26.4.2",
"nuxt": "^2.14.4",
"standard-version": "^9.0.0"
}
}