-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 959 Bytes
/
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
{
"name": "prettier-plugin-vue",
"version": "1.1.6",
"description": "A Prettier plugin that extends default Vue files formatting with additional options.",
"main": "plugin.js",
"keywords": [
"prettier",
"plugin",
"vue",
"prettier-plugin"
],
"scripts": {
"lint": "eslint . --fix",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/voqse/prettier-plugin-vue.git"
},
"author": "voqse",
"license": "MIT",
"bugs": {
"url": "https://github.com/voqse/prettier-plugin-vue/issues"
},
"homepage": "https://github.com/voqse/prettier-plugin-vue#readme",
"dependencies": {
"prettier": "^2.8.1"
},
"devDependencies": {
"@jest/globals": "^29.4.2",
"eslint": "^8.31.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.4.2"
}
}