-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.54 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.54 KB
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
{
"name": "mt-plugin-description-list-field",
"private": true,
"version": "1.1.1",
"type": "module",
"scripts": {
"build-svelte:app": "rollup --config rollup.config.ts --configPlugin typescript",
"build-svelte": "npm run build-svelte:app",
"svelte-dev": "rollup --config rollup.config.ts --configPlugin typescript -w",
"svelte-check": "svelte-check",
"svelte-check-types": "tsc",
"svelte-format": "prettier --plugin prettier-plugin-svelte --write src/**/*.{ts,svelte}",
"svelte-lint": "eslint --fix --ext .ts --ext .tsx --ext .svelte src"
},
"author": "Six Apart Ltd.",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-typescript": "^11.1.6",
"@tsconfig/svelte": "^5.0.6",
"@types/jquery": "^3.5.33",
"@types/node": "^20.19.29",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-plugin-svelte": "^2.46.1",
"prettier": "^3.8.0",
"prettier-plugin-svelte": "^3.4.1",
"rollup": "^4.55.1",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-esbuild": "^6.2.1",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.2.3",
"svelte": "^4.2.20",
"svelte-check": "^3.8.6",
"svelte-preprocess": "^5.1.4",
"typescript": "~5.4"
},
"dependencies": {
"@sixapart/mt-toolkit": "^1.0.0",
"tslib": "^2.8.1"
}
}