-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
41 lines (41 loc) · 1.2 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
40
41
{
"name": "soroban-react",
"private": true,
"scripts": {
"build": "lerna run build",
"build-linux": "lerna run build-linux",
"lerna-publish": "lerna publish --no-private --conventional-commits",
"lerna-publish-beta": "lerna publish --no-private --conventional-commits from-git --dist-tag beta",
"prettier-format": "prettier --write \"packages/**/*.{ts,tsx}\"",
"doc": "typedoc",
"test": "lerna run test"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@tsconfig/recommended": "^1.0.1",
"prettier": "^2.8.8",
"raf": "^3.4.1",
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^3.15.3"
},
"packageManager": "yarn@1.22.22",
"dependencies": {
"-": "^0.0.1",
"@types/node": "^20.3.1",
"@types/react": "^18.0.25",
"lerna": "^6.4.0",
"raf-polyfill": "^1.0.0",
"react-dom": "^18.2.0",
"save-dev": "^0.0.1-security",
"typedoc-material-theme": "^1.0.2",
"typedoc-plugin-remove-references": "^0.0.6",
"typescript": "^5.1.3"
},
"workspaces": [
"packages/*"
],
"version": "0.0.0"
}