generated from vannizhang/react-redux-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
86 lines (86 loc) · 2.62 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
80
81
82
83
84
85
86
{
"name": "vessel-traffic",
"version": "1.0.0",
"description": "AIS shipping tracks since Jan 2017. Find patterns & download for analysis",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development --open",
"dev": "webpack --mode development",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vannizhang/vessel-traffic.git"
},
"keywords": [
"AIS",
"Vessel Traffic",
"ESRI",
"Living Atlas"
],
"author": "Living Atlas of the World",
"license": "ISC",
"bugs": {
"url": "https://github.com/vannizhang/vessel-traffic/issues"
},
"homepage": "https://github.com/vannizhang/vessel-traffic#readme",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/polyfill": "^7.11.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@babel/runtime": "^7.14.6",
"@types/classnames": "^2.2.10",
"@types/react-helmet": "^6.1.8",
"@types/react-responsive": "^8.0.2",
"@types/styled-components": "^5.1.29",
"@vue/preload-webpack-plugin": "^2.0.0",
"autoprefixer": "^10.2.6",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.6",
"css-minimizer-webpack-plugin": "^3.0.1",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.3.3",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"husky": "^8.0.1",
"jest": "^29.7.0",
"mini-css-extract-plugin": "^1.6.0",
"prettier": "^2.7.1",
"sass": "^1.69.4",
"sass-loader": "^10.4.1",
"source-map-loader": "^3.0.0",
"terser-webpack-plugin": "^5.1.3",
"typescript": "^5.2.2",
"url-loader": "^4.1.1",
"webpack": "^5.92.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "4.10",
"webpack-dev-server": "^4.9.3"
},
"dependencies": {
"@arcgis/core": "4.29",
"@esri/arcgis-rest-auth": "^2.0.0",
"@esri/arcgis-rest-feature-layer": "^2.24.0",
"@esri/arcgis-rest-request": "^2.0.0",
"@esri/arcgis-rest-types": "^2.23.0",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"axios": "^1.7.2",
"calcite-web": "github:Esri/calcite-web#v1.2.5",
"date-fns": "^2.16.1",
"helper-toolkit-ts": "^1.1.14",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"styled-components": "^5.2.1"
},
"resolutions": {
"styled-components": "^5"
}
}