-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.84 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
{
"name": "browse-everything-react",
"version": "1.0.0",
"description": "Browse Everything user interface in React",
"license": "Apache-2.0",
"homepage": "https://github.com/samvera-labs/browse-everything-redux-react",
"private": true,
"dependencies": {
"@material-ui/core": "^4.4.2",
"@material-ui/icons": "^4.4.3",
"i18next": "^19.3.2",
"jsonwebtoken": "^8.5.1",
"load-script": "^1.0.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-i18next": "^11.3.3",
"react-scripts": "3.1.1",
"redux": "^4.0.4",
"redux-bees": "^0.1.11",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --testPathIgnorePatterns=src/__tests__/testing-helpers.js --env=jsdom",
"test:coverage": "react-scripts test --coverage --watchAll=false",
"eject": "react-scripts eject",
"lint": "eslint './src/**/*.{js,jsx}'",
"lint:fix": "eslint --fix './src/**/*.{js,jsx}'"
},
"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": {
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^9.4.0",
"babel-loader": "^8.0.6",
"cross-fetch": "^3.0.4",
"eslint": "^6.4.0",
"eslint-config-prettier": "^6.3.0",
"eslint-loader": "^3.0.0",
"eslint-plugin-jest": "^23.7.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.14.3",
"fetch-mock": "^7.3.9",
"node-fetch": "^2.6.0",
"prettier": "^1.18.2",
"react-redux": "^7.1.3",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.5.3",
"timekeeper": "^2.2.0"
}
}