-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.38 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": "vue-accessible-headings",
"version": "1.0.3",
"description": "",
"type": "module",
"main": "./dist/index.js",
"scripts": {
"build": "vue-tsc && vite build",
"lint": "eslint .",
"coverage": "vitest run --coverage",
"test": "vitest",
"test:ui": "vitest --ui",
"ci:version": "pnpm changeset version",
"ci:publish": "pnpm publish"
},
"files": [
"dist"
],
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"vue": "^3.2.47"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/vue": "^6.6.1",
"@typescript-eslint/eslint-plugin": ">=5.43.0",
"@typescript-eslint/parser": ">=5.43.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vitest/coverage-c8": "^0.28.4",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-storybook": "^0.6.10",
"eslint-plugin-unicorn": "^45.0.2",
"eslint-plugin-vue": "^9.9.0",
"jsdom": "^21.1.0",
"prettier": "^2.8.3",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vitest": "^0.28.4",
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^1.0.24"
}
}