This repository has been archived by the owner on Mar 9, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
75 lines (75 loc) · 2.17 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
65
66
67
68
69
70
71
72
73
74
75
{
"name": "vuetify-algolia-places",
"version": "0.0.0-development",
"description": "Algolia places for Vuetify",
"main": "src/index.js",
"repository": "https://github.com/Kocal/vuetify-algolia-places.git",
"author": "Hugo Alliaume <kocal@live.fr>",
"license": "MIT",
"files": [
"src"
],
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"docs:build": "cross-env NODE_ENV=production webpack --hide-modules",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"prettier": "prettier '{src,docs}/**/*.{js,vue}'",
"prettier:write": "npm run prettier -- --write",
"semantic-release": "semantic-release"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"peerDependencies": {
"algoliasearch": "^3.0.0",
"places.js": "^1.0.0",
"vue": "^2.5.0"
},
"dependencies": {
"debounce": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@kocal/semantic-release-preset": "^1.1.14",
"algoliasearch": "^3.32.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^6.0.0",
"css-loader": "^3.0.0",
"deepmerge": "^4.1.1",
"eslint": "^5.13.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^3.0.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-vue": "^6.1.1",
"fibers": "^4.0.1",
"html-webpack-plugin": "^3.2.0",
"husky": "^3.0.0",
"places.js": "^1.15.4",
"prettier": "^1.16.3",
"pretty-quick": "^2.0.0",
"sass": "^1.23.0",
"sass-loader": "^8.0.0",
"semantic-release": "^15.13.24",
"style-loader": "^1.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue": "^2.5.0",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.5.0",
"vuetify": "^2.1.3",
"vuetify-loader": "^1.3.0",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
}
}