-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.58 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
{
"name": "@duallsistemas/duall-svelte-bootstrap5",
"description": "Bootstrap 5 componentes for Svelte.",
"version": "0.21.2",
"license": "MIT",
"author": "Silvio Clecio <[email protected]> (silvioprog)",
"bugs": {
"url": "https://github.com/duallsistemas/duall-svelte-bootstrap5/issues"
},
"homepage": "https://github.com/duallsistemas/duall-svelte-bootstrap5#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/duallsistemas/duall-svelte-bootstrap5.git"
},
"main": "dist/duall-svelte-bootstrap5.js",
"module": "dist/duall-svelte-bootstrap5.es.js",
"styles": "dist/duall-svelte-bootstrap5.css",
"types": "src/index.d.ts",
"svelte": "src/index.js",
"files": [
"dist",
"src"
],
"scripts": {
"dist": "rollup -c",
"typecheck": "svelte-check",
"start": "rollup -c -w"
},
"publishConfig": {
"access": "public"
},
"prettier": {
"printWidth": 120,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"dependencies": {
"bootstrap": "^5.0.0-beta2",
"bootstrap-icons": "^1.4.0",
"svelte-imask": "^1.2.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-typescript": "^8.0.0",
"@tsconfig/svelte": "^1.0.0",
"rollup": "^2.3.4",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"svelte": "^3.0.0",
"svelte-check": "^1.0.0",
"svelte-preprocess": "^4.0.0",
"tslib": "^2.0.0",
"typescript": "^4.0.0"
}
}