-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
108 lines (108 loc) · 3.67 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "fluidstorybook",
"version": "0.1.0",
"private": true,
"homepage": "https://fluidframework.com",
"repository": "microsoft/FluidFramework",
"license": "MIT",
"author": "Microsoft",
"scripts": {
"build": "npm run build:srcviewer && build-storybook -s public",
"build:hugo": "npm run build:srcviewer && build-storybook -s public && npm run hugo",
"build:srcviewer": "node src-viewer-build.js",
"hugo": "node hugo-build-script.js",
"policy-check": "fluid-repo-policy-check",
"policy-check:fix": "fluid-repo-policy-check -r",
"start": "start-storybook -p 9009 -s public",
"start:server": "tinylicious"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintConfig": {
"extends": "react-app"
},
"dependencies": {
"@blueprintjs/core": "^3.31.0",
"@blueprintjs/select": "^3.13.7",
"@fluidframework/aqueduct": "^0.26.0",
"@fluidframework/cell": "^0.26.0",
"@fluidframework/container-definitions": "^0.26.0",
"@fluidframework/container-loader": "^0.26.0",
"@fluidframework/core-interfaces": "^0.26.0",
"@fluidframework/counter": "^0.26.0",
"@fluidframework/datastore": "^0.26.0",
"@fluidframework/driver-utils": "^0.26.0",
"@fluidframework/get-tinylicious-container": "^0.26.0",
"@fluidframework/local-driver": "^0.26.0",
"@fluidframework/map": "^0.26.0",
"@fluidframework/matrix": "^0.26.0",
"@fluidframework/merge-tree": "0.26.0",
"@fluidframework/protocol-definitions": "^0.1012.0",
"@fluidframework/routerlicious-driver": "^0.26.0",
"@fluidframework/sequence": "^0.26.0",
"@fluidframework/server-local-server": "^0.1012.0",
"@fluidframework/shared-object-base": "0.26.0",
"@fluidframework/test-runtime-utils": "^0.26.0",
"@fluidframework/view-adapters": "^0.26.0",
"@fluidframework/view-interfaces": "^0.26.0",
"@types/prosemirror-model": "^1.7.2",
"@types/prosemirror-schema-list": "^1.0.1",
"@types/prosemirror-state": "^1.2.3",
"@types/prosemirror-view": "^1.9.0",
"@uifabric/fluent-theme": "^7.1.124",
"classnames": "^2.2.6",
"core-js": "^3.6.5",
"draft-js": "^0.11.0",
"immutable": "~3.7.4",
"office-ui-fabric-react": "^7.127.1",
"prop-types": "^15.7.2",
"prosemirror-example-setup": "^1.0.1",
"prosemirror-history": "^1.1.3",
"prosemirror-keymap": "^1.1.3",
"prosemirror-menu": "^1.1.2",
"prosemirror-model": "^1.7.2",
"prosemirror-schema-list": "^1.0.3",
"prosemirror-state": "^1.2.4",
"prosemirror-transform": "^1.2.3",
"prosemirror-view": "^1.10.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-image-gallery": "^1.0.8",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-syntax-highlighter": "^13.3.1",
"sudokus": "^1.0.2",
"uuid": "^8.3.0"
},
"devDependencies": {
"@fluidframework/build-common": "^0.19.2-2664",
"@fluidframework/build-tools": "^0.2.3049",
"@storybook/addon-docs": "^6.2.9",
"@storybook/addons": "^6.2.9",
"@storybook/preset-create-react-app": "^3.1.7",
"@storybook/react": "^6.2.9",
"@storybook/theming": "^6.2.9",
"@types/jest": "^24.9.1",
"@types/node": "^12.12.47",
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"@types/react-image-gallery": "^1.0.0",
"@types/sudokus": "^1.0.0",
"hook-shell-script-webpack-plugin": "^0.1.3",
"html-webpack-plugin": "^4.3.0",
"node-sass": "^4.14.1",
"tinylicious": "^0.2.3471",
"ts-loader": "8.0.1",
"typescript": "^3.9.7"
}
}