-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.32 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": "@ubeac/svelte-components",
"version": "0.0.4",
"description": "Svelte components for uBeac",
"svelte": "./src/index.js",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rollup -c",
"build:example": "npm run build && rollup --config ./example/rollup.config.js",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ubeac/svelte-components.git"
},
"keywords": [
"svelte",
"component",
"tailwindcss"
],
"author": "uBeac Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/ubeac/svelte-components/issues"
},
"homepage": "https://github.com/ubeac/svelte-components#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"autoprefixer": "^10.4.0",
"daisyui": "^1.16.2",
"rollup": "^2.61.0",
"rollup-plugin-alias": "^2.2.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-typescript": "^1.0.1",
"svelte": "^3.44.2",
"svelte-preprocess": "^4.9.8",
"tailwindcss": "^3.0.1",
"typescript": "^4.5.3"
},
"dependencies": {
"@popperjs/core": "^2.11.0"
}
}