-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.41 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "4.9.3",
"@material-ui/icons": "3.0.2",
"@sanity/block-content-to-react": "^2.0.7",
"@sanity/client": "^1.148.3",
"@sanity/image-url": "^0.140.17",
"axios": "^0.19.2",
"classnames": "2.2.6",
"clsx": "1.1.0",
"moment": "^2.27.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-redux": "6.0.1",
"react-router": "5.0.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.3",
"react-tiny-link": "^3.2.0",
"redux": "4.0.1",
"redux-logger": "3.0.6",
"redux-thunk": "^2.3.0",
"typeface-roboto": "0.0.75"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/polyfill": "^7.10.4",
"@babel/preset-stage-0": "^7.8.3",
"@testing-library/react": "^10.0.1",
"babel-preset-env": "^1.7.0",
"babel-preset-latest": "^6.24.1",
"jest-localstorage-mock": "^2.4.3",
"wait-for-expect": "^3.0.2"
},
"jest": {
"transform": {
"^.+\\.js$": "babel-jest"
},
"moduleFileExtensions": [
"js",
"jsx"
],
"moduleDirectories": [
"node_modules"
],
"setupFiles": [
"jest-localstorage-mock"
]
}
}