-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
45 lines (45 loc) · 1.5 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
{
"name": "@silvanite/nova-field-cloudinary",
"version": "1.3.2",
"description": "A Laravel Nova Image Field with Flysystem Adapter for storing and retrieving media from Cloudinary",
"main": "dist-js/index.js",
"scripts": {
"build": "rollup -c",
"watch": "rollup -mwc",
"precommit": "lint-staged",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/silvanite/nova-field-cloudinary.git"
},
"keywords": [
"boilerplate"
],
"author": "Marco Mark <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/silvanite/nova-field-cloudinary/issues"
},
"homepage": "https://github.com/silvanite/nova-field-cloudinary#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015-rollup": "^3.0.0",
"eslint": "^5.1.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-vue": "^4.7.0",
"husky": "^0.14.3",
"jsonlint": "^1.6.3",
"lint-staged": "^7.3.0",
"markdownlint-cli": "^0.11.0",
"rollup": "^0.63.2",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-vue": "^4.3.1",
"vue-template-compiler": "^2.5.16"
},
"dependencies": {}
}