-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
79 lines (79 loc) · 2.26 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
73
74
75
76
77
78
79
{
"name": "frifim",
"version": "1.3.0",
"private": true,
"license": "MIT",
"author": "Marcell 'Mazuh' Guilherme Costa da Silva",
"repository": "github:mazuh/frifim",
"dependencies": {
"@firebase/firestore": "^2.1.5",
"@reduxjs/toolkit": "^1.1.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^7.1.2",
"bootstrap": "^4.5.2",
"decimal.js": "^10.2.0",
"firebase": "^8.2.1",
"frappe-charts": "^1.6.0",
"izitoast": "^1.4.0",
"lodash.capitalize": "^4.2.1",
"lodash.debounce": "^4.0.8",
"lodash.differenceby": "^4.8.0",
"lodash.get": "^4.4.2",
"lodash.groupby": "^4.6.0",
"lodash.omit": "^4.5.0",
"lodash.orderby": "^4.6.0",
"lodash.range": "^3.2.0",
"lodash.uniqby": "^4.7.0",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
"react-bootstrap-typeahead": "^5.2.0",
"react-datetime-picker": "^3.3.0",
"react-dom": "^16.13.1",
"react-icons": "^4.3.1",
"react-number-format": "^4.7.3",
"react-redux": "^7.1.3",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"redux-persist": "^6.0.0",
"resource-toolkit": "^1.3.0",
"uuid": "^8.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && cp ./src/progressier.js ./build/",
"test": "react-scripts test --env=jest-environment-jsdom-sixteen",
"eject": "react-scripts eject"
},
"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": {
"eslint": "^6.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.3.0",
"jest-environment-jsdom-sixteen": "^2.0.0",
"mockdate": "^3.0.5",
"prettier": "^2.3.2",
"resize-observer-polyfill": "^1.5.1"
}
}