-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 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
{
"name": "@wearewondrous/nuxt-storyblok-queries",
"version": "1.2.14",
"description": "Nuxt.js module to simplify queries to the Storyblok API",
"main": "lib/module.js",
"license": "MIT",
"repository": "https://github.com/wearewondrous/nuxt-storyblok-queries",
"contributors": [
{
"name": "Serafin Lichtenhahn <serafin@wearewondrous.com>",
"url": "https://github.com/seralichtenhahn"
}
],
"scripts": {
"dev": "nuxt example",
"lint": "eslint --ext .js,.vue lib",
"test": "yarn lint && yarn test:unit",
"test:unit": "jest",
"release": "yarn test && standard-version && git push --follow-tags && yarn publish"
},
"dependencies": {
"axios": "^0.21.1",
"consola": "^2.15.3",
"storyblok-js-client": "^3.3.1"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/runtime": "^7.13.10",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@nuxtjs/eslint-config": "^5.0.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"codecov": "^3.8.1",
"eslint": "^7.23.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^7.8.0",
"get-port": "^5.1.1",
"husky": "^4.3.8",
"jest": "^26.6.3",
"nuxt": "^2.15.4",
"request-promise-native": "^1.0.9",
"standard-version": "^9.2.0"
}
}