-
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.16 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) 路 1.16 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": "@mateothegreat/svelte5-modal-manager",
"version": "0.2.19",
"type": "module",
"types": "./dist/index.js",
"exports": {
".": {
"types": "./dist/index.js",
"svelte": "./dist/index.js"
},
"./": "./dist/index.ts"
},
"files": [
"src",
"dist"
],
"scripts": {
"check": "svelte-check --tsconfig ./tsconfig.json",
"build": "rm -rf dist && svelte-package && cp package.json dist",
"dev": "cd demo && npm run dev",
"package": "rm -rf dist && svelte-package",
"release": "npm run package && npm publish"
},
"devDependencies": {
"@sveltejs/package": "^2.5.8",
"@sveltejs/vite-plugin-svelte": "^7.3.0",
"@testing-library/svelte": "^5.4.2",
"@tsconfig/svelte": "^5.0.8",
"@types/node": "^26.4.0",
"autoprefixer": "^10.5.4",
"cpx": "^1.5.0",
"jsdom": "^30.0.1",
"prettier-plugin-svelte": "^4.1.1",
"prettier-plugin-tailwindcss": "^0.8.1",
"rimraf": "^6.1.3",
"runed": "^0.37.1",
"svelte": "^5.56.10",
"svelte-check": "^4.7.6",
"tslib": "^2.8.1",
"typescript": "^5.8.2",
"vitest": "^4.1.11"
},
"peerDependencies": {
"svelte": "^5.0.0"
}
}