-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 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
{
"name": "gridsome-source-storyblok",
"description": "Storyblok source for Gridsome with live preview editor",
"version": "0.0.0-development",
"main": "index.js",
"repository": "https://github.com/storyblok/gridsome-source-storyblok.git",
"author": "Emanuel Souza <[email protected]>, Alexander Feiglstorfer <[email protected]",
"license": "MIT",
"scripts": {
"test": "jest --verbose",
"test:coverage": "jest --coverage",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"engines": {
"node": ">=8"
},
"bugs": {
"url": "https://github.com/storyblok/gridsome-source-storyblok/issues"
},
"dependencies": {
"lodash": "^4.17.20",
"storyblok-js-client": "^4.0.6",
"storyblok-vue": "^1.0.5"
},
"keywords": [
"gridsome",
"gridsome-plugin",
"storyblok"
],
"devDependencies": {
"axios": "^0.21.1",
"eslint": "^7.10.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.0.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jest": "^26.4.2"
}
}