-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.39 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.39 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
{
"name": "reptile",
"version": "0.1.0",
"private": true,
"dependencies": {
"@reach/router": "^1.1.1",
"bootstrap": "^4.3.1",
"chart.js": "^2.8.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.1.1",
"firebase": "^9.6.5",
"firebase-tools": "^10.1.2",
"grpc": "^1.24.11",
"materialize-css": "^1.0.0",
"moment": "^2.22.2",
"react": "^16.4.1",
"react-addons-css-transition-group": "^15.6.2",
"react-bootstrap": "^1.0.0-beta.6",
"react-bootstrap-typeahead": "^4.0.0-alpha.6",
"react-chartkick": "^0.3.0",
"react-date-picker": "^6.12.0",
"react-dom": "^16.4.1",
"react-icons": "^2.2.7",
"react-materialize": "^3.0.2",
"react-notifications": "^1.4.3",
"react-responsive-modal": "^3.3.0",
"react-scripts": "^5.0.0",
"react-sortable-hoc": "^0.8.3",
"react-test-renderer": "^16.4.1",
"react-tooltip": "^3.8.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"eslint-config-prettier": "^8.3.0",
"firebase-ci": "^0.4.6",
"prettier": "^2.5.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"prettier"
]
}
}