-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 1.03 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
{
"name": "bb-component-SuperTableCell",
"version": "2.0.6-alpha",
"description": "To be used with the Super Table and Super Columns Components",
"license": "MIT",
"author": "Michael Poirazi",
"svelte": "index.js",
"module": "dist/plugin.min.js",
"scripts": {
"build": "rollup -c",
"watch": "rollup -cw"
},
"dependencies": {
"@crownframework/svelte-error-boundary": "^1.0.3",
"svelte": "^3.59.0",
"svelte-fsm": "^1.2.0",
"svelte-legos": "^0.2.1"
},
"devDependencies": {
"@budibase/backend-core": "^2.9.19",
"@budibase/bbui": "^2.9.19",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-terser": "^0.4.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.10",
"rollup": "^2.0.0",
"rollup-plugin-copy2": "^0.3.1",
"rollup-plugin-polyfill-node": "^0.8.0",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-svg": "^2.0.0",
"tar": "^6.1.11"
}
}