-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.2 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.2 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
{
"name": "swappable",
"description": "Lightweight, high-performance drag and drop grid library with smooth animations and touch support. Create interactive, swappable grids with minimal overhead and maximum responsiveness.",
"version": "1.1.2",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"browser": "./dist/index.umd.js",
"types": "./dist/types/index.d.ts",
"files": [
"dist"
],
"scripts": {
"cp": "cp dist/index.umd.js docs/ && cp dist/swappable.css docs/",
"build": "vite build && npm run cp",
"dev": "vite build --minify false && npm run cp",
"preview": "vite preview",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build"
},
"keywords": [
"grid dnd",
"dnd",
"drag and drop",
"grid dnd",
"swappable"
],
"devDependencies": {
"@types/node": "^24.3.0",
"typescript": "^5.8.2",
"vite": "^7.1.0",
"vite-plugin-dts": "^4.5.4"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wutility/swappable"
},
"bugs": {
"url": "https://github.com/wutility/swappable/issues"
},
"homepage": "https://github.com/wutility/swappable#readme"
}