-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.67 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.67 KB
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
{
"name": "svelte-alert-and-button",
"version": "1.0.0",
"svelte": "src/index.js",
"module": "dist/index.mjs",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build",
"test": "jest test",
"test:watch": "yarn test -- --watch",
"storybook": "start-storybook -p 6006",
"build-storybook": "del-cli docs && build-storybook -c .storybook -o docs"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@rollup/plugin-node-resolve": "^6.0.0",
"@storybook/addon-actions": "^5.3.18",
"@storybook/addon-links": "^5.3.18",
"@storybook/addons": "^5.3.18",
"@storybook/svelte": "^5.3.18",
"@testing-library/jest-dom": "^5.3.0",
"@testing-library/svelte": "^3.0.0",
"babel-jest": "^25.2.6",
"babel-loader": "^8.1.0",
"del-cli": "^3.0.0",
"jest": "^25.2.7",
"rollup": "^1.20.0",
"rollup-plugin-svelte": "^5.0.0",
"rollup-plugin-terser": "^5.3.0",
"svelte": "^3.20.1",
"svelte-jester": "^1.0.5",
"svelte-loader": "^2.13.6"
},
"keywords": [
"svelte"
],
"files": [
"src",
"dist"
],
"description": "*Psst — looking for an app template? Go here --> [sveltejs/template](https://github.com/sveltejs/template)*",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gift-Stack/Svelte-Form-Library.git"
},
"author": "Gift Opia",
"license": "MIT",
"bugs": {
"url": "https://github.com/Gift-Stack/Svelte-Form-Library/issues"
},
"homepage": "https://github.com/Gift-Stack/Svelte-Form-Library#readme",
"dependencies": {
"proi-ui-icons": "^0.0.7"
}
}