-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.08 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
{
"name": "vue-screener",
"version": "0.15.7",
"type": "module",
"description": "Easily search and filter data in Vue3.",
"author": "Francis Ashley",
"license": "MIT",
"files": [
"./dist"
],
"exports": {
".": {
"import": "./dist/vue-screener.js",
"require": "./dist/vue-screener.umd.cjs",
"types": "./dist/index.d.ts"
},
"./style.css": "./dist/style.css"
},
"types": "./dist/index.d.ts",
"scripts": {
"dev": "vite",
"build": "vite build && vue-tsc --emitDeclarationOnly && rimraf ./dist/stories && rimraf ./dist/utils && rimraf ./dist/components/icons && rimraf ./dist/components/stuff",
"types": "vue-tsc",
"preview": "vite preview",
"story:dev": "VITE_HISTOIRE=true histoire dev",
"story:build": "VITE_HISTOIRE=true histoire build && touch ./docs/.nojekyll",
"story:preview": "VITE_HISTOIRE=true histoire preview",
"prebuild": "rimraf ./dist",
"prepublishOnly": "yarn build",
"lint": "eslint src --ext .ts,.vue"
},
"dependencies": {
"vue": "^3.4.27"
},
"devDependencies": {
"@histoire/plugin-vue": "^0.17.17",
"@iconify/vue": "^4.2.0",
"@types/estree": "^1.0.5",
"@types/lodash-es": "^4.17.12",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/eslint-config-typescript": "^13.0.0",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.26.0",
"histoire": "^0.17.17",
"lodash-es": "^4.17.21",
"natural-orderby": "^2.0.3",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"uuid": "^10.0.0",
"vite": "^5.4.2",
"vitest": "^1.6.0",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.0.29",
"vue3-click-away": "^1.2.4"
},
"resolutions": {
"jackspeak": "2.1.1",
"flexsearch": "0.7.21"
}
}