-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.52 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.52 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
{
"name": "siros-postgres",
"version": "1.7.1",
"description": "Siros Web client",
"private": true,
"scripts": {
"start": "yarn run gen-ver && react-scripts start",
"build": "../build-scripts/build-web-client.sh",
"bundle": "react-scripts build",
"test": "yarn run lint # && react-scripts test --env=jsdom",
"gen-ver": "echo \"export const version = '${npm_package_version}';\" > src/version.js",
"lint": "eslint --ignore-pattern src/registerServiceWorker.js src",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:3001",
"dependencies": {
"@material-ui/core": "4.12.3",
"classnames": "2.3.1",
"lodash.groupby": "4.6.0",
"lodash.uniq": "4.5.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "7.2.6",
"react-router5": "8.0.1",
"react-scripts": "4.0.3",
"redux": "4.1.2",
"redux-logger": "3.0.6",
"redux-router5": "8.0.1",
"redux-saga": "1.1.3",
"reduxsauce": "1.2.1",
"reselect": "4.1.5",
"router5": "8.0.1",
"router5-plugin-browser": "8.0.1",
"router5-transition-path": "8.0.1"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-react": "7.27.1"
},
"author": "Roman Kaspar <roman@salsitasoft.com> (https://salsitasoft.com/)",
"license": "MIT",
"repository": "git@github.com:salsita/siros-postgres.git",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}