-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.55 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.55 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "react-context-api-sample",
"version": "0.1.0",
"private": true,
"dependencies": {
"@atlaskit/button": "^13.3.9",
"@atlaskit/checkbox": "^10.1.10",
"@atlaskit/css-reset": "^6.0.4",
"@atlaskit/droplist": "^10.0.4",
"@atlaskit/icon": "^20.0.0",
"@atlaskit/item": "^11.0.2",
"@atlaskit/modal-dialog": "^11.1.0",
"@atlaskit/select": "^11.0.5",
"@atlaskit/spinner": "^12.1.6",
"@atlaskit/table-tree": "^8.0.3",
"@atlaskit/tabs": "^11.2.4",
"@atlaskit/tag": "^9.0.12",
"@atlaskit/tag-group": "^9.0.5",
"@atlaskit/textfield": "^3.1.4",
"@atlaskit/tooltip": "^15.2.3",
"@material-ui/core": "^4.9.9",
"@material-ui/icons": "^4.9.1",
"@monaco-editor/react": "^3.3.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"camel-case": "^4.1.1",
"classnames": "^2.2.6",
"clsx": "^1.1.0",
"codemirror": "^5.51.0",
"dotenv": "^8.2.0",
"firebase": "^7.23.0",
"node-sass": "^4.14.1",
"pluralize": "^8.0.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-codemirror2": "^6.0.0",
"react-dom": "^16.13.1",
"react-icons-kit": "^1.3.1",
"react-monaco-editor": "^0.40.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^4.0.0",
"react-ui-tree": "^4.0.0",
"recompose": "^0.30.0",
"slate": "^0.59.0",
"slate-history": "^0.59.0",
"slate-react": "^0.59.0",
"styled-components": "^5.0.1"
},
"scripts": {
"start": "serve -s build",
"prestart": "npm install -g serve",
"dev": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@storybook/addon-actions": "6.0.27",
"@storybook/addon-knobs": "^6.0.27",
"@storybook/addon-links": "6.0.27",
"@storybook/addons": "6.0.27",
"@storybook/preset-create-react-app": "^3.1.4",
"@storybook/react": "^6.0.27",
"chai": "^4.2.0",
"mocha": "^7.2.0",
"monaco-editor-webpack-plugin": "^2.0.0",
"react-app-rewired": "^2.1.5",
"sinon": "^9.0.2"
}
}