forked from TahaSh/swapy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.09 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
{
"name": "swapy",
"author": "Taha Shashtari ([email protected])",
"private": false,
"version": "0.4.2",
"type": "module",
"main": "./dist/swapy.min.js",
"module": "./dist/swapy.js",
"types": "./dist/swapy.d.ts",
"exports": {
".": {
"import": "./dist/swapy.js",
"require": "./dist/swapy.min.js"
}
},
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"tsc": "tsc --noEmit",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-vue": "^5.1.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^4.2.19",
"svelte-check": "^4.0.4",
"typescript": "^5.6.2",
"veloxi": "^0.15.3",
"vite": "^5.4.8",
"vite-plugin-dts": "4.2.3",
"vue": "^3.5.11",
"vue-tsc": "^2.1.6"
},
"keywords": [
"swap",
"reorder",
"drag",
"smooth",
"animation"
],
"license": "MIT"
}