-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.6 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
{
"name": "ai-services-sandbox",
"version": "0.1.0",
"private": true,
"dependencies": {
"@improbable-eng/grpc-web": "^0.9.6",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.2",
"clsx": "^1.1.1",
"google-protobuf": "^3.14.0",
"lodash": "latest",
"query-string": "^6.13.7",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-dropzone": "^8.0.4",
"react-file-drop": "^0.2.8",
"react-helmet": "^6.1.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.4",
"react-star-rating-component": "^1.4.1",
"react-swipeable-views": "^0.13.1",
"redux": "^4.0.1",
"snet-sdk-web": "3.0.0"
},
"resolutions": {
"concat-stream": "github:singnet/concat-stream"
},
"scripts": {
"sandbox": "npm start",
"start": "react-scripts --openssl-legacy-provider start"
},
"lint-staged": {
"*.{js,jsx}": [
"eslint --fix",
"git add"
]
},
"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": {
"@babel/core": "^7.12.10",
"@storybook/addons": "^5.3.21",
"@storybook/react": "^5.3.21",
"lint-staged": "^8.2.0",
"prompts": "^2.4.1",
"rimraf": "^3.0.2",
"storybook-addon-react-docgen": "^1.2.42",
"storybook-addon-react-live-edit": "^2.0.4",
"ts-protoc-gen": "^0.12.0"
}
}