-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "xnui-ui",
"version": "0.7.1",
"description": "Collection of fully accessible, unstyled Alpinejs UI components intended to work seamlessly with Tailwind CSS and for free.",
"main": "./packages/module.js",
"type": "module",
"directories": {
"test": "test"
},
"scripts": {
"test": "node test/index.js",
"build:cdn": "rollup --config ./rollup.config.js --watch"
},
"author": "fernandcf",
"license": "MIT",
"keywords": [
"css",
"components",
"alpinejs",
"tailwindcss",
"alpine",
"html"
],
"bugs": "https://github.com/fernandcf/xnui-ui/issues",
"homepage": "https://github.com/fernandcf/xnui-ui",
"repository": "https://github.com/fernandcf/xnui-ui.git",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"alpinejs": "^3.13.3",
"rollup": "^4.6.0",
"tailwindcss": "^3.3.5"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"scroll-into-view-if-needed": "^3.1.0"
}
}