-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.31 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
{
"name": "photo-manager-client",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-transform-runtime": "^7.12.1",
"cssnano": "^4.1.11",
"parcel-bundler": "^1.12.5",
"prettier": "^1.19.1",
"typescript": "^3.9.10"
},
"dependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@types/googlemaps": "^3.40.2",
"@types/jquery": "^3.5.3",
"@types/lodash": "^4.14.162",
"@types/msgpack-lite": "^0.1.8",
"@types/react-dom": "^16.9.17",
"@types/react-router-dom": "^4.3.5",
"@types/react-virtualized": "^9.21.21",
"browserslist": "^4.21.4",
"filepond": "^4.30.4",
"filepond-plugin-file-validate-size": "^2.2.8",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.11",
"google-maps-react": "^2.0.6",
"jquery": "^3.6.3",
"msgpack-lite": "^0.1.26",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-filepond": "^7.1.2",
"react-hammerjs": "^1.0.1",
"react-router-dom": "^5.3.4",
"react-virtualized": "^9.22.3"
},
"scripts": {
"install": "node ./scripts/install",
"test": "tsc && prettier --check **/*.{ts,tsx,js,json}",
"format": "prettier --write **/*.{ts,tsx,js,json}",
"build": "node ./scripts/build"
}
}