-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.1 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
37
38
39
{
"name": "sashui",
"version": "0.2.7",
"description": "Svelte Action Stores & Headless UI.",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/armchair-traveller/sashui.git",
"directory": "package"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"package": "svelte-kit package",
"clean": "node --experimental-json-modules ./scripts/cleanPkg.js",
"bump": "npm version patch --force",
"bump:minor": "npm version minor --force",
"publish": "npm run bump && npm run package && npm run clean && npm publish ./package --no-git-checks && rm -rf ./package"
},
"devDependencies": {
"@sveltejs/kit": "1.0.0-next.220",
"postcss": "^8.4.12",
"postcss-load-config": "^3.1.4",
"svelte": "^3.47.0",
"svelte-preprocess": "^4.10.6",
"svelte2tsx": "^0.5.9",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.3"
},
"peerDependencies": {
"svelte": "^3.47.0 || ^4.0.0"
},
"type": "module"
}