-
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.59 KB
/
Copy pathpackage.json
File metadata and controls
89 lines (89 loc) · 2.59 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-test",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.39",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@testing-library/user-event": "^7.2.1",
"@types/chart.js": "^2.9.15",
"@types/jest": "^24.0.25",
"@types/js-yaml": "^3.12.1",
"@types/node": "^12.12.24",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@types/react-redux": "^7.1.6",
"@types/react-router-dom": "^5.1.3",
"ace-builds": "^1.4.7",
"chart.js": "^2.9.3",
"deepmerge": "^4.2.2",
"file-saver": "^2.0.2",
"formik": "^2.1.2",
"http-proxy-middleware": "^1.0.6",
"js-yaml": "^3.13.1",
"material-table": "^1.54.2",
"path-browserify": "^1.0.0",
"react": "^16.12.0",
"react-ace": "^8.0.0",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.3.0",
"react-swipeable-views-core": "^0.13.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"swagger-ui": "^3.38.0",
"swagger-ui-react": "^3.38.0",
"ts-node": "^8.6.1",
"typesafe-actions": "^4.4.2",
"typescript": "^3.7.4",
"yup": "^0.28.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"fix-lint": "eslint src --ext .js,.jsx,.ts,.tsx --fix"
},
"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": "^5.2.8",
"@storybook/addon-links": "^5.2.8",
"@storybook/addons": "^5.2.8",
"@storybook/preset-typescript": "^1.2.0",
"@storybook/react": "^5.2.8",
"@types/file-saver": "^2.0.1",
"@types/yup": "^0.26.27",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.18.3",
"fork-ts-checker-webpack-plugin": "^3.1.1",
"react-docgen-typescript-loader": "^3.6.0",
"redux-devtools": "^3.5.0",
"redux-devtools-extension": "^2.13.8",
"ts-loader": "^6.2.1"
},
"proxy": "http://localhost:5000"
}