This repository has been archived by the owner on Jan 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 loc) · 1.78 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
{
"name": "fybrik_gui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "^7.16.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^7.2.1",
"ansi-regex": ">=5.0.1",
"axios": "^0.21.2",
"browserslist": ">=4.16.5",
"elliptic": ">=6.5.4",
"eslint-webpack-plugin": "^3.1.1",
"glob-parent": ">=5.1.2",
"hosted-git-info": ">=2.8.9",
"immer": ">=9.0.6",
"ini": ">=1.3.6",
"is-svg": ">=4.2.2",
"lodash": "^4.17.21",
"node-notifier": ">=8.0.1",
"nth-check": ">=2.0.1",
"object-path": ">=0.11.8",
"postcss": ">=7.0.36",
"react": "^16.13.1",
"react-dev-utils": ">=12.0.1",
"react-dom": "^16.13.1",
"react-redux": "^6.0.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"redux": "^3.7.2",
"redux-form": "^8.3.6",
"ssri": ">=7.1.1",
"typescript": "^4.5.2",
"uniqid": "^5.2.0",
"webpack-dev-server": "^4.5.0",
"y18n": ">=4.0.1"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject"
},
"eslintConfig": {
"extends": [
"react-app",
"plugin:react-hooks/recommended"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@craco/craco": "^5.6.4",
"@semantic-ui-react/craco-less": ">=1.2.3",
"eslint-plugin-react-hooks": ">=4.3.0",
"semantic-ui-less": ">=2.4.1",
"semantic-ui-react": ">=0.88.2"
},
"proxy": "http://localhost:8080/"
}