forked from znewton/fluid-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.54 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
{
"name": "fluid-react",
"packageManager": "[email protected]",
"source": "src/index.html",
"scripts": {
"start": "FLUID_CONFIG=local parcel",
"start:remote": "parcel",
"build": "parcel build",
"build:report": "parcel build --reporter @parcel/reporter-bundle-analyzer"
},
"dependencies": {
"@fluid-experimental/data-objects": "2.0.0-internal.7.1.0",
"@fluidframework/azure-client": "2.0.0-internal.7.1.0",
"@fluidframework/azure-service-utils": "2.0.0-internal.7.1.0",
"@fluidframework/container-definitions": "2.0.0-internal.7.1.0",
"@fluidframework/container-loader": "2.0.0-internal.7.1.0",
"@fluidframework/fluid-static": "2.0.0-internal.7.1.0",
"@fluidframework/map": "2.0.0-internal.7.1.0",
"@fluidframework/test-runtime-utils": "2.0.0-internal.7.1.0",
"lorem-ipsum": "^2.0.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"unique-names-generator": "^4.7.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@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.0.0",
"buffer": "^5.5.0",
"dotenv": "^16.0.3",
"parcel": "^2.8.3",
"process": "^0.11.10",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"typescript": "^5.0.4",
"url": "^0.11.0"
},
"targets": {
"main": {
"optimize": true
}
}
}