-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 954 Bytes
/
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
{
"name": "svelte-tables-tailwind",
"version": "1.0.6",
"description": "Svelte Tables Tailwind",
"main": "dist/index.js",
"module": "dist/index.mjs",
"svelte": "src/Tables.svelte",
"scripts": {
"build": "rollup -c",
"prepare": "npm run build",
"dev": "rollup -c -w"
},
"keywords": [
"svelte",
"tables",
"tailwind"
],
"repository": {
"type": "git",
"url": "https://github.com/ArshdeepSahni/Svelte-Tables-Tailwind"
},
"author": "Arshdeep Singh <[email protected]>",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-commonjs": "^18.0.0",
"rollup": "^2.45.2",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-svelte": "^7.1.0",
"svelte": "^3.37.0"
},
"homepage": "https://github.com/ArshdeepSahni/Svelte-Tables-Tailwind",
"bugs": {
"url": "https://github.com/ArshdeepSahni/Svelte-Tables-Tailwind/issues"
}
}