forked from DeFUCC/gun-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.26 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
{
"name": "@gun-vue/repo",
"version": "0.16.4",
"private": true,
"homepage": "https://gun-vue.js.org",
"repository": {
"type": "git",
"url": "https://github.com/DeFUCC/gun-vue"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/davay42"
},
"type": "module",
"scripts": {
"app": "pnpm --filter app run td",
"dev": "pnpm --filter app run dev",
"docs": "pnpm --filter docs run dev",
"builds": "pnpm -r run build && pnpm -filter app run build-app",
"preview": "pnpm --filter app run preview",
"relay": "pnpm --filter relay run start",
"tauri": "pnpm --filter app run tb",
"deploy": "cd app && sh deploy.sh",
"change": "pnpm changeset",
"version": "pnpm changeset version",
"publish": "pnpm run builds && pnpm publish -r"
},
"devDependencies": {
"@changesets/cli": "2.26.1",
"@skynetlabs/skynet-nodejs": "2.9.0",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"@volar/vue-language-plugin-pug": "1.4.2",
"cli-progress": "3.12.0",
"dotenv": "16.0.3",
"eslint": "8.38.0",
"eslint-plugin-vue": "9.11.0",
"eslint-plugin-vue-pug": "0.6.0",
"typedoc": "0.24.4",
"typedoc-plugin-markdown": "3.15.2",
"typescript": "5.0.4",
"vite": "4.3.1",
"vue-eslint-parser": "9.1.1"
}
}