-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1014 Bytes
/
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
{
"name": "alpine-portal",
"version": "0.2.3",
"description": "x-portal directive for alpine to moving elements between different points based on the screen size.",
"main": "src/index.js",
"scripts": {
"build": "set ROLLUP_ENV=production&& rollup -c",
"watch": "set ROLLUP_ENV=development&& rollup -c -w"
},
"repository": {
"type": "git",
"url": "https://github.com/nabeghe/alpine-portal.git"
},
"keywords": [
"alpine",
"alpinejs",
"javascript",
"teleport"
],
"author": "Hadi Akbarzadeh <support@hadiakbarzadeh.ir>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nabeghe/alpine-portal/issues"
},
"homepage": "https://github.com/nabeghe/alpine-portal#readme",
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@rollup/plugin-terser": "^0.4.2",
"rollup": "^2.79.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-node-resolve": "^5.2.0"
}
}