-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.27 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
{
"name": "svelte-pagination",
"version": "0.0.1",
"description": "Svelte raw component for pagination",
"svelte": "src/index.js",
"module": "dist/index.mjs",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"url": "https://github.com/thecodejack/svelte-pagination"
},
"author": "thecodejack",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/core": "7.12.10",
"@rollup/plugin-commonjs": "17.0.0",
"@rollup/plugin-node-resolve": "11.1.0",
"@storybook/addon-actions": "6.1.14",
"@storybook/addon-links": "6.1.14",
"@storybook/addon-notes": "5.3.21",
"@storybook/addon-storysource": "6.1.14",
"@storybook/addons": "6.1.14",
"@storybook/svelte": "6.1.14",
"babel-loader": "8.2.2",
"rollup": "2.36.2",
"rollup-plugin-svelte": "7.0.0",
"svelte": "3.31.2",
"svelte-loader": "2.13.6"
},
"keywords": [
"svelte",
"svelte3",
"svelte-components",
"svelte-paginate",
"pagination",
"svelte-pagination",
"sveltejs"
],
"files": [
"src",
"dist"
]
}