-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 924 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 924 Bytes
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-virtual-table-by-tanin",
"version": "1.1.0",
"description": "A <VirtualTable> component for Svelte apps",
"main": "src/VirtualTable.svelte",
"svelte": "src/VirtualTable.svelte",
"type": "module",
"scripts": {
"hmr": "NODE_PATH=./node_modules ENABLE_HMR=true node hmr.cjs",
"rollup": "rollup -cw",
"webpack": "webpack"
},
"devDependencies": {
"@rollup/plugin-commonjs": "28.0.8",
"@rollup/plugin-node-resolve": "16.0.3",
"rollup": "4.52.5",
"rollup-plugin-svelte": "7.2.3",
"svelte": "5.41.4",
"svelte-loader": "3.2.4",
"svelte-preprocess": "6.0.3",
"ts-loader": "9.5.4",
"webpack": "5.102.1",
"webpack-cli": "6.0.1"
},
"repository": "https://github.com/tanin47/svelte-virtual-table-by-tanin",
"author": "Tanin Na Nakorn",
"license": "LIL",
"keywords": [
"svelte"
],
"files": [
"src"
],
"dependencies": {
}
}