forked from xtendui/xtendui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
142 lines (142 loc) · 4.75 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "xtendui",
"version": "2.2.3",
"description": "Xtend UI is a powerful frontend library of Tailwind CSS components enhanced by vanilla js. It helps you build interfaces with advanced interactions and animations.",
"homepage": "https://xtendui.com/",
"license": "MIT",
"author": "Riccardo Caroli <beaver82+xtendui@gmail.com>",
"repository": "https://github.com/xtendui/xtendui.git",
"keywords": [
"javascript",
"components",
"ui",
"html",
"frontend",
"vanilla-javascript",
"tailwindcss"
],
"main": "src/xt.mjs",
"exports": {
".": "./src/xt.mjs",
"./src/xt": "./src/xt.mjs",
"./tailwind.preset": "./tailwind.preset.js",
"./src/drop": "./src/drop.mjs",
"./src/form": "./src/form.mjs",
"./src/googlelocator": "./src/googlelocator.mjs",
"./src/groupnumber": "./src/groupnumber.mjs",
"./src/infinitescroll": "./src/infinitescroll.mjs",
"./src/mousefollow": "./src/mousefollow.mjs",
"./src/overlay": "./src/overlay.mjs",
"./src/ripple": "./src/ripple.mjs",
"./src/scrollto": "./src/scrollto.mjs",
"./src/slider": "./src/slider.mjs",
"./src/stickyflow": "./src/stickyflow.mjs",
"./src/textareaautosize": "./src/textareaautosize.mjs",
"./src/toggle": "./src/toggle.mjs",
"./src/tooltip": "./src/tooltip.mjs",
"./src/usability": "./src/usability.mjs"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"files": [
"index.d.ts",
"tailwind.*.js",
"dist/*.min.*",
"src/*.*",
"src/modules/*.*"
],
"scripts": {
"util": "pnpm alias && node ./util/packet.js",
"build": "pnpm util && next build",
"dev": "pnpm util && next dev -p 8080",
"serve": "npx serve out -p 8080 --no-request-logging",
"deploy": "gh-pages -d out",
"dist": "pnpm util && cross-env DIST=true webpack --progress",
"release": "npx semantic-release --no-ci --dry-run --debug",
"release:local": "npx semantic-release --no-ci --debug",
"lint": "eslint . --ext .js,.mjs,.jsx",
"test": "start-server-and-test serve http://localhost:8080 test:run",
"test:run": "cypress run",
"test:open": "cypress open",
"test:memory": "memlab run --scenario ./tests/memlab/complex.js --work-dir ./tests/memlab/tmp",
"alias": "node -e \"var s='../src',d='node_modules/src',fs=require('fs');fs.exists(d,function(e){e||fs.symlinkSync(s,d,'junction')});\"",
"postversion": "SHELL=bash pnpm dist"
},
"dependencies": {
"@googlemaps/markerclusterer": "^2.5.3",
"@popperjs/core": "^2.11.8",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint-config-next": "^14.2.4",
"focus-trap": "^7.5.4",
"lodash": "^4.17.21",
"lodash.kebabcase": "^4.1.1",
"relaxed-json": "^1.0.3"
},
"peerDependencies": {
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.6",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.0",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"clipboard": "^2.0.11",
"core-js": "^3.37.1",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"cssnano": "^7.0.3",
"cypress": "^13.12.0",
"cypress-axe": "^1.5.0",
"cypress-plugin-tab": "^1.0.5",
"dotenv": "^16.4.5",
"eslint": "8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-prettier": "^5.1.3",
"esm": "^3.2.25",
"gh-pages": "^6.1.1",
"glob": "^10.4.2",
"gray-matter": "^4.0.3",
"gsap": "^3.12.5",
"mini-css-extract-plugin": "^2.9.0",
"next": "14.2.4",
"path": "^0.12.7",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"prettier-eslint": "^16.3.0",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"purgecss": "^6.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"regenerator-runtime": "^0.14.1",
"rehype-add-classes": "^1.0.0",
"rehype-external-links": "^3.0.0",
"rehype-parse": "^9.0.0",
"rehype-react": "^8.0.0",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"semantic-release": "^24.0.0",
"serve": "^14.2.3",
"start-server-and-test": "^2.0.4",
"tailwindcss": "^3.4.4",
"terser-webpack-plugin": "^5.3.10",
"unified": "^11.0.5",
"uuid": "^10.0.0",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4",
"write": "^2.0.0"
},
"packageManager": "pnpm@9.5.0-beta.0+sha256.bd91cddc9b205c94b5bf0380cec8fc8e4b1dde7b8c5191732f3d4e73848e860e"
}