-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.7 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.7 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
48
49
50
{
"name": "untitled-app",
"version": "0.1.0",
"type": "module",
"private": true,
"license": "UNLICENSED",
"scripts": {
"generate:versions": "node scripts/generate-versions.js",
"lint": "biome check --write src scripts package.json biome.json",
"release": "yarn generate:versions && rm -rf .parcel-cache && parcel build src/index.html src/callback.html --dist-dir docs --public-url ./ && gh-pages -d docs && rm -rf docs",
"serve": "yarn generate:versions && rm -rf .parcel-cache && parcel src/index.html src/callback.html --dist-dir temp --no-hmr",
"postinstall": "yarn generate:versions"
},
"dependencies": {
"@rc-ex/authorize-uri": "^2.1.1",
"@rc-ex/core": "^1.8.1",
"antd": "^6.4.3",
"hyperid": "^4.0.0",
"localforage": "^1.10.0",
"manate": "^2.0.3",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"ringcentral-web-phone": "^2.4.4"
},
"devDependencies": {
"@biomejs/biome": "^2.4.15",
"@types/node": "^25.9.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.1",
"events": "^3.3.0",
"gh-pages": "^6.3.0",
"parcel": "^2.16.4",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0",
"svgo": "^4.0.1",
"timers-browserify": "^2.0.12",
"tsx": "^4.22.2",
"typescript": "^6.0.3",
"vm-browserify": "^1.1.2",
"wait-for-async": "^0.8.1",
"yarn-upgrade-all": "^0.8.1"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"@parcel/resolver-default": {
"packageExports": true
}
}