-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.07 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
{
"name": "fluid",
"version": "1.22.0",
"private": true,
"description": "Fluid - Stellar fee sponsorship platform",
"workspaces": [
"client",
"client/examples/vue",
"server",
"frontend",
"admin-dashboard",
"fluid-server/wasm-demo"
],
"repository": {
"type": "git",
"url": "https://github.com/Stellar-Fluid/fluid.git"
},
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@changesets/cli": "^2.29.7",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"nx": "22.6.3",
"semantic-release": "^24.2.3",
"@nx/eslint": "22.6.3",
"@nx/playwright": "22.6.3",
"@nx/next": "22.6.3",
"@nx/vite": "22.6.3",
"@nx/vitest": "22.6.3",
"@nx/docker": "22.6.3"
},
"scripts": {
"changeset": "changeset",
"changeset:version": "changeset version",
"changeset:publish": "changeset publish",
"changeset:status": "changeset status --since=origin/main",
"release:changesets": "changeset publish"
}
}