-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.23 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.23 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
47
{
"name": "cdek-widget",
"version": "0.0.38",
"license": "MIT",
"type": "module",
"files": [
"dist/*",
"types/index.d.ts"
],
"module": "./dist/index.js",
"types": "./types/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js"
},
"./dist/style.css": {
"import": "./dist/style.css",
"require": "./dist/style.css"
}
},
"scripts": {
"dev": "vite",
"build": "vite build",
"postbuild": "yarn tsx postBuild.ts"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^4.0.0",
"@sveltejs/kit": "^2.17.3",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/vite": "^4.0.9",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.9",
"@types/yandex-maps": "^2.1.36",
"lodash-es": "^4.17.21",
"prettier": "^3.5.2",
"prettier-plugin-svelte": "^3.3.3",
"queue": "^7.0.0",
"svelte": "^5.20.5",
"svelte-preprocess": "^6.0.3",
"tailwindcss": "^4.0.9",
"tsx": "^4.19.4",
"typescript": "^5.7.3",
"virtua": "^0.40.1",
"vite": "^6.1.1"
},
"dependencies": {}
}