-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.3 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.3 KB
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": "selectic",
"version": "3.4.0",
"description": "Smart Select for VueJS 3.x",
"main": "dist/selectic.common.js",
"module": "dist/selectic.esm.js",
"types": "types/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/intersec/selectic.git"
},
"author": "Intersec",
"license": "MIT",
"bugs": {
"url": "https://github.com/intersec/selectic/issues"
},
"homepage": "https://github.com/intersec/selectic#readme",
"keywords": [
"select",
"selectic",
"multiselect",
"multi-select",
"multi-select",
"dynamic select",
"smart select",
"vue",
"vue.js",
"vueJS",
"vtyx",
"component",
"Vue3",
"Vue-next"
],
"scripts": {
"build": "npm run build:ts && npm run build:bundle",
"build:ts": "tsc -p .",
"build:bundle": "rollup -c",
"pack": "npm run build && npm pack",
"test": "npm run build && tape test/**/*.spec.js"
},
"dependencies": {
"vtyx": "4.4.3"
},
"devDependencies": {
"@babel/types": "^7.29.0",
"rollup": "^2.80.0",
"rollup-plugin-postcss": "^4.0.2",
"tape": "^4.17.0",
"typescript": "~5.9.3"
}
}