-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 993 Bytes
/
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
{
"name": "maoz-tzur",
"version": "0.1.0",
"private": true,
"devDependencies": {
"parcel-bundler": "^1.12.3",
"react-scripts": "3.0.1",
"@types/jest": "^23.3.9",
"@types/lodash": "^4.14.118",
"@types/node": "^10.12.9",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
"@types/styled-components": "^4.4.1"
},
"dependencies": {
"@sentry/browser": "^5.10.2",
"axios": "^0.18.0",
"lodash": "^4.17.11",
"moment": "^2.15.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-testing-library": "^5.2.3",
"styled-components": "^4.4.1",
"typescript": "^3.7.3",
"whatwg-fetch": "^1.0.0"
},
"scripts": {
"start": "parcel public/index.html --open",
"build": "parcel build public/index.html && cp _redirects build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}