-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.39 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.39 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@dstanesc/fluid-patterns",
"version": "0.1.0",
"workspaces": {
"packages": [
"libs/*",
"apps/*"
]
},
"devDependencies": {
"@auth0/auth0-react": "^1.2.0",
"@babel/polyfill": "^7.12.1",
"@fluid-experimental/get-container": "1.2.0",
"@fluid-experimental/property-binder": "1.2.0",
"@fluid-experimental/property-changeset": "1.2.0",
"@fluid-experimental/property-common": "1.2.0",
"@fluid-experimental/property-dds": "1.2.0",
"@fluid-experimental/property-properties": "1.2.0",
"@fluid-experimental/property-proxy": "1.2.0",
"@fluid-experimental/schemas": "1.2.0",
"@fluidframework/azure-client": "1.0.1",
"@fluidframework/data-object-base": "1.2.0",
"@fluidframework/test-client-utils": "1.2.0",
"@fluidframework/tinylicious-client": "1.2.0",
"@fluid-experimental/property-inspector-table": "1.2.0",
"@microsoft/api-extractor": "^7.19.4",
"@types/jsonpath": "^0.2.0",
"@types/react": "^16.0.0",
"@types/react-dom": "^16.0.0",
"@types/react-router-dom": "^5.3.2",
"axios": "^0.26.1",
"cpy-cli": "3.1.1",
"cross-env": "7.0.3",
"fastest-json-copy": "^1.0.1",
"figlet": "^1.5.2",
"jsonpath": "^1.1.1",
"lerna": "^3.15.0",
"lerna-dependency-graph": "^1.1.0",
"lodash": "^4.17.21",
"mkdirp": "0.5.5",
"npm-run-all": "4.1.5",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-router-dom": "^6.2.1",
"react-scripts": "4.0.2",
"replace": "1.2.1",
"rimraf": "3.0.2",
"serve": "13.0.2",
"tinylicious": "0.4.45136",
"typescript": "^4.5.5",
"underscore": "^1.13.2",
"uuid": "8.3.2",
"watch": "^1.0.2"
},
"scripts": {
"dependencies": "lerna-dependency-graph",
"build": "npm-run-all compile build:components",
"build:components": "lerna run build",
"clean": "lerna run clean && rimraf package-lock.json node_modules",
"compile": "lerna run compile",
"dev": "lerna run dev --parallel",
"test": "cross-env CI=true lerna run test",
"simple-binding": "npm start --prefix apps/simple-property-binding",
"array-binding": "npm start --prefix apps/array-property-binding"
}
}