forked from lepikhinb/momentum-paginator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 776 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
{
"name": "momentum-paginator",
"version": "1.0.5",
"files": [
"dist"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
"scripts": {
"build": "rollup -c"
},
"description": "Headless paginator for Laravel resources",
"author": "Boris Lepikhin<https://twitter.com/lepikhinb>",
"repository": {
"type": "git",
"url": "https://github.com/lepikhinb/momentum-paginator.git"
},
"homepage": "https://github.com/lepikhinb/momentum-paginator#readme",
"license": "MIT",
"devDependencies": {
"@types/node": "^17.0.41",
"esbuild": "^0.14.43",
"esno": "^0.16.3",
"rollup": "^2.75.6",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-esbuild": "^4.9.1",
"typescript": "^4.5.4"
}
}