generated from sveltejs/component-template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
66 lines (66 loc) · 1.72 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "svelte-credit-cards",
"type": "module",
"svelte": "src/index.js",
"module": "dist/index.mjs",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build",
"storybook": "start-storybook -p 6006",
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.12.10",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@storybook/addon-actions": "^7.1.0",
"@storybook/addon-links": "^7.1.0",
"@storybook/addons": "^7.1.0",
"@storybook/svelte": "^7.1.0",
"@testing-library/svelte": "^4.0.3",
"babel-jest": "^29.6.1",
"babel-loader": "^8.1.0",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"rollup": "^2.23.1",
"rollup-plugin-svelte": "^6.1.1",
"svelte": "^4.1.1",
"svelte-jester": "^3.0.0",
"svelte-loader": "^3.1.4"
},
"keywords": [
"svelte",
"ui",
"component"
],
"files": [
"src",
"dist"
],
"description": "A svelte component to render a credit card",
"version": "2.0.6",
"repository": {
"type": "git",
"url": "https://github.com/CharlyJazz/svelte-credit-card.git"
},
"author": "Carlos Azuaje",
"license": "MIT",
"bugs": {
"url": "https://github.com/CharlyJazz/svelte-credit-card/issues"
},
"homepage": "https://github.com/CharlyJazz/svelte-credit-card#readme",
"dependencies": {
"@semantic-release/git": "^9.0.0",
"@semantic-release/npm": "^7.0.10",
"payment": "^2.4.0"
},
"contributors": [
{
"name": "Thiago Zanetti",
"url": "https://github.com/thiagozanetti",
"email": "[email protected]"
}
]
}