-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
60 lines (60 loc) · 1.86 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "fluid-react",
"packageManager": "[email protected]",
"source": "src/index.html",
"type": "commonjs",
"scripts": {
"build": "parcel build",
"build:report": "parcel build --reporter @parcel/reporter-bundle-analyzer",
"clean": "rimraf dist .parcel-cache parcel-bundle-reports",
"start": "FLUID_CONFIG=local parcel",
"start:remote": "parcel",
"format": "biome format . --write",
"lint": "biome check .",
"lint:fix": "biome check . --apply"
},
"dependencies": {
"@fluid-experimental/data-objects": "2.0.0-rc.1.0.4",
"@fluidframework/azure-client": "^2.0.0-rc.1.0.4",
"@fluidframework/azure-service-utils": "^2.0.0-rc.1.0.4",
"@fluidframework/container-definitions": "^2.0.0-rc.1.0.4",
"@fluidframework/container-loader": "^2.0.0-rc.1.0.4",
"@fluidframework/fluid-static": "^2.0.0-rc.1.0.4",
"@fluidframework/map": "^2.0.0-rc.1.0.4",
"@fluidframework/test-runtime-utils": "^2.0.0-rc.1.0.4",
"lorem-ipsum": "^2.0.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"unique-names-generator": "^4.7.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@biomejs/biome": "^1.6.3",
"@parcel/reporter-bundle-analyzer": "^2.6.2",
"@parcel/transformer-sass": "^2.8.3",
"@parcel/transformer-typescript-tsc": "^2.6.2",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^8",
"@yarnpkg/pnpify": "^3.1.3",
"assert": "^2.1.0",
"buffer": "^6.0.3",
"dotenv": "^16.4.5",
"parcel": "^2.12.0",
"process": "^0.11.10",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"url": "^0.11.3"
},
"targets": {
"main": {
"optimize": true
}
},
"resolutions": {
"@fluid-experimental/[email protected]": "patch:@fluid-experimental/data-objects@npm:2.0.0-rc.1.0.4#.yarn/patches/@fluid-experimental-data-objects-npm-2.0.0-rc.1.0.4-46f9458e1b.patch"
}
}