-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
82 lines (82 loc) · 2.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "use-bootstrap-tag",
"type": "module",
"version": "2.2.2",
"description": "Tag input for Bootstrap 5",
"license": "MIT",
"homepage": "https://use-bootstrap-tag.js.org",
"repository": "https://github.com/use-bootstrap/use-bootstrap-tag",
"bugs": {
"url": "https://github.com/use-bootstrap/use-bootstrap-tag/issues"
},
"keywords": [
"bootstrap tag",
"tag input",
"bootstrap input"
],
"source": "./src/lib/use-bootstrap-tag.tsx",
"main": "./dist/use-bootstrap-tag.esm.js",
"module": "./dist/use-bootstrap-tag.esm.js",
"types": "./dist/use-bootstrap-tag.esm.d.ts",
"libName": "UseBootstrapTag",
"files": [
"dist",
"scss"
],
"browserslist": [
">= 0.5%",
"last 2 major versions",
"not dead",
"Chrome >= 60",
"Firefox >= 60",
"Firefox ESR",
"iOS >= 12",
"Safari >= 12",
"not Explorer <= 11"
],
"scripts": {
"dev": "astro dev --host",
"prebuild": "rm -rf dist && tsc && eslint .",
"build": "jalankan build:*",
"build:js": "vite build",
"build:js:min": "esbuild dist/*.js --minify --outdir=dist --out-extension:.js=.min.js --tsconfig-raw='{}'",
"build:css": "sass --source-map --embed-sources src/lib:dist",
"build:css:prefix": "postcss dist/*.css --use autoprefixer --map --replace",
"build:css:min": "esbuild dist/*.css --minify --outdir=dist --out-extension:.css=.min.css",
"build:docs": "astro build",
"postbuild": "purgecss --config ./purgecss.config.cjs",
"preview": "astro preview --host",
"depcheck": "depcheck",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@antfu/eslint-config": "3.6.2",
"@astrojs/solid-js": "4.4.2",
"@fontsource/hind-siliguri": "5.1.0",
"@fontsource/inter-tight": "5.1.0",
"@types/node": "22.5.5",
"astro": "4.15.7",
"autoprefixer": "10.4.20",
"bootstrap": "5.3.3",
"bootstrap-esm": "1.0.0",
"depcheck": "1.4.7",
"esbuild": "0.23.1",
"eslint": "9.10.0",
"fast-dts": "1.0.1",
"jalankan": "0.0.1",
"postcss": "8.4.47",
"postcss-cli": "11.0.0",
"prettier": "3.3.3",
"purgecss": "6.0.0",
"sass": "npm:[email protected]",
"scule": "1.3.0",
"shiki": "1.17.7",
"solid-js": "1.8.22",
"stef": "0.0.1",
"typescript": "5.6.2",
"vite": "5.4.6",
"vite-plugin-full-reload": "1.2.0",
"vite-plugin-solid": "2.10.2"
}
}