Skip to content

Commit cb36eec

Browse files
committed
update packages
1 parent ff2da2e commit cb36eec

File tree

5 files changed

+254
-187
lines changed

5 files changed

+254
-187
lines changed

.editorconfig

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,38 @@
1-
# EditorConfig is awesome: https://EditorConfig.org
1+
# This file is for unifying the coding style for different editors and IDEs.
2+
# More information at http://EditorConfig.org
23

3-
# top-most EditorConfig file
4+
# No .editorconfig files above the root directory
45
root = true
56

67
[*]
7-
indent_style = space
8-
indent_size = 4
9-
end_of_line = crlf
108
charset = utf-8
9+
insert_final_newline = false
1110
trim_trailing_whitespace = true
12-
insert_final_newline = false
11+
end_of_line = lf
12+
max_line_length = null
13+
14+
[*.{css,html,js}]
15+
indent_style = space
16+
indent_size = 4
17+
18+
# Markdown files
19+
# Use 4 spaces for indentation
20+
[*.md]
21+
indent_style = space
22+
indent_size = 4
23+
trim_trailing_whitespace = false
24+
25+
# The indent size used in the `package.json` file cannot be changed
26+
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
27+
[{.jshintrc,*.json,*.yml}]
28+
indent_size = 2
29+
indent_style = space
30+
31+
# Python Styles
32+
# Use 4 spaces for indentation
33+
[*.py]
34+
indent_style = space
35+
indent_size = 4
36+
37+
[{*.txt}]
38+
end_of_line = crlf

README.md

Lines changed: 31 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22

33
[![Website](https://img.shields.io/website-up-down-green-red/http/shields.io.svg?label=website)](http://maps.azmag.gov/)
44
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/AZMAG/mag-maps-page?&logo=github&style=flat-square)](https://github.com/AZMAG/mag-maps-page/releases)
5+
56
![GitHub Release Date](https://img.shields.io/github/release-date/AZMAG/mag-maps-page?&logo=github&style=flat-square)
7+
68
![GitHub last commit](https://img.shields.io/github/last-commit/AZMAG/mag-maps-page?&logo=github&style=flat-square)
9+
710
[![GitHub issues](https://img.shields.io/github/issues/AZMAG/mag-maps-page?&logo=github&style=flat-square)](https://github.com/AZMAG/mag-maps-page/issues)
11+
812
![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/AZMAG/mag-maps-page?style=flat-square)
13+
914
[![semver](https://img.shields.io/badge/semver-2.0.0-blue?style=flat-square)](https://semver.org/)
1015
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
1116

@@ -20,11 +25,10 @@ This JavaScript web-page was developed by MAG staff for MAG member agencies and
2025
### Version | 6.3.3
2126

2227
- #### Updated | 2025-01-15
23-
- #### Created | 2014-10-21
2428

25-
Releases will be numbered with the following format:
29+
- #### Created | 2014-10-21
2630

27-
**`<major>.<minor>.<patch>`**
31+
Releases will be numbered with the following format: **`<major>.<minor>.<patch>`**
2832

2933
And constructed with the following guidelines:
3034

@@ -36,6 +40,14 @@ And constructed with the following guidelines:
3640

3741
- [maps.azmag.gov](https://maps.azmag.gov/)
3842

43+
## Development Instructions
44+
45+
### :gear: Quickstart Instructions
46+
47+
1. [Clone this repo](https://github.com/AZMAG/mag-maps-page) - `https://github.com/AZMAG/mag-maps-page`
48+
2. `cd` into the `mag-maps-page` folder.
49+
3. Install the dependencies with `npm install`.
50+
3951
## Available Scripts
4052

4153
In the project directory, you can run:
@@ -44,7 +56,7 @@ In the project directory, you can run:
4456

4557
- Compiles raw source code into both "debug" and "production" versions.\
4658
- Runs the app in the development mode.
47-
- Open http://localhost:3000 to view it in the browser.
59+
- Open <http://localhost:3000> to view it in the browser.
4860
- The page will reload if you make edits.
4961
- You will also see any lint errors in the console.
5062

@@ -58,6 +70,17 @@ In the project directory, you can run:
5870

5971
- Replaces the version number, copyright, and build date in the package.json file in the rest of the documents.
6072

73+
## Deployment Instructions
74+
75+
### Production
76+
77+
- add files to the server here: `\\wwwroot\IMSSite\`
78+
- [Published site](https://maps.azmag.gov/): `https://maps.azmag.gov/`
79+
80+
### Services
81+
82+
These are the services that are used in this map application.
83+
6184
## Technologies
6285

6386
A list of technologies used within the project:
@@ -74,17 +97,16 @@ A list of technologies used within the project:
7497
<a href="https://vitejs.dev/" title="Vite"><img src="https://github.com/get-icon/geticon/raw/master/icons/vite.svg" alt="Vite" width="31px" height="31px"></a>
7598
<a href="https://code.visualstudio.com/" title="vscode"><img src="https://github.com/get-icon/geticon/raw/master/icons/visual-studio-code.svg" alt="vscode" width="31px" height="31px"></a>
7699

100+
## Credits
77101

78-
## :zap: Disclaimer
79-
80-
- [Disclaimer](LEGAL_DISCLAIMER)
102+
`Maricopa Association of Governments (MAG) and the MAG member agencies`
81103

82104
## :warning: Licensing
83105

84106
Copyright &copy; 2025 Maricopa Association of Governments (MAG)
85107

86-
All contents are licensed under the [MIT license].
108+
This project is licensed under the MIT license.
87109

88-
[mit license]: LICENSE
110+
[MIT license]: LICENSE
89111

90112
[Back to top](#mag-maps-page)

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<meta name="creation-date" content="2014-10-21" />
2020
<meta name="revision-date" content="2025-01-15" />
2121
<meta name="version" content="6.3.3" />
22-
<meta name="build-info" content="6.3.3.20250115221210" />
23-
<meta property="article:modified_time" content="2025-01-15T22:12:10.575Z" />
22+
<meta name="build-info" content="6.3.3.20250115232324" />
23+
<meta property="article:modified_time" content="2025-01-15T23:23:24.491Z" />
2424
<meta name="theme-color" content="#ffffff" />
2525

2626
<!-- Facebook Meta Tags -->

package.json

Lines changed: 103 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -1,107 +1,107 @@
11
{
2-
"name": "mag-maps-page",
3-
"version": "6.3.3",
4-
"date": "2025-01-15",
5-
"created": "2014-10-21",
6-
"copyright": "2025",
7-
"description": "MAG Main Map Page",
8-
"keywords": [
9-
"MAG",
10-
"region",
11-
"planning",
12-
"MPO",
13-
"COG",
14-
"maps",
15-
"mapping",
16-
"state",
17-
"Arizona",
18-
"ESRI",
19-
"#MAGmaps"
2+
"name": "mag-maps-page",
3+
"version": "6.3.3",
4+
"date": "2025-01-15",
5+
"created": "2014-10-21",
6+
"copyright": "2025",
7+
"description": "MAG Main Map Page",
8+
"keywords": [
9+
"MAG",
10+
"region",
11+
"planning",
12+
"MPO",
13+
"COG",
14+
"maps",
15+
"mapping",
16+
"state",
17+
"Arizona",
18+
"ESRI",
19+
"#MAGmaps"
20+
],
21+
"type": "module",
22+
"author": "MAG Information Technology",
23+
"repository": {
24+
"type": "git",
25+
"url": "https://github.com/AZMAG/mag-maps-page/"
26+
},
27+
"homepage": ".",
28+
"private": true,
29+
"scripts": {
30+
"dev": "vite",
31+
"build": "npm run replace && vite build && explorer dist",
32+
"build-test": "npm run replace && vite build --mode staging && explorer dist",
33+
"preview": "vite preview",
34+
"replace": "node replaceScripts"
35+
},
36+
"dependencies": {
37+
"@fortawesome/fontawesome-svg-core": "^6.7.2",
38+
"@fortawesome/free-brands-svg-icons": "^6.7.2",
39+
"@fortawesome/free-regular-svg-icons": "^6.7.2",
40+
"@fortawesome/free-solid-svg-icons": "^6.7.2",
41+
"@fortawesome/react-fontawesome": "^ 0.2.2",
42+
"react": "^18.2.0",
43+
"react-dom": "^18.2.0",
44+
"react-ga4": "^2.1.0",
45+
"react-router-dom": "^6.10.0"
46+
},
47+
"devDependencies": {
48+
"@vitejs/plugin-react": "^ 4.3.4",
49+
"autoprefixer": "^10.4.20",
50+
"eslint": "^9.18.0",
51+
"eslint-config-prettier": "^10.0.1",
52+
"mag-prettier-config": "^1.1.4",
53+
"postcss": "^8.4.23",
54+
"prettier": "^3.4.2",
55+
"prettier-plugin-tailwindcss": "^0.6.9",
56+
"replace-in-file": "^8.3.0",
57+
"tailwindcss": "^3.4.17",
58+
"vite": "^6.0.7",
59+
"vite-plugin-svgr": "^4.3.0"
60+
},
61+
"prettier": {
62+
"extends": "mag-prettier-config",
63+
"plugins": [
64+
"prettier-plugin-tailwindcss"
65+
]
66+
},
67+
"eslintConfig": {
68+
"extends": [
69+
"react-app",
70+
"react-app/jest",
71+
"prettier"
2072
],
21-
"type": "module",
22-
"author": "MAG Information Technology",
23-
"repository": {
24-
"type": "git",
25-
"url": "https://github.com/AZMAG/mag-maps-page/"
26-
},
27-
"homepage": ".",
28-
"private": true,
29-
"scripts": {
30-
"dev": "vite",
31-
"build": "npm run replace && vite build && explorer dist",
32-
"build-test": "npm run replace && vite build --mode staging && explorer dist",
33-
"preview": "vite preview",
34-
"replace": "node replaceScripts"
35-
},
36-
"dependencies": {
37-
"@fortawesome/fontawesome-svg-core": "^6.4.0",
38-
"@fortawesome/free-brands-svg-icons": "^6.4.0",
39-
"@fortawesome/free-regular-svg-icons": "^6.4.0",
40-
"@fortawesome/free-solid-svg-icons": "^6.4.0",
41-
"@fortawesome/react-fontawesome": "^ 0.2.0",
42-
"react": "^18.2.0",
43-
"react-dom": "^18.2.0",
44-
"react-ga4": "^2.1.0",
45-
"react-router-dom": "^6.10.0"
46-
},
47-
"devDependencies": {
48-
"@vitejs/plugin-react": "^4.0.0",
49-
"autoprefixer": "^10.4.16",
50-
"eslint": "^8.56.0",
51-
"eslint-config-prettier": "^9.1.0",
52-
"mag-prettier-config": "^1.1.1",
53-
"postcss": "^8.4.23",
54-
"prettier": "^3.1.1",
55-
"prettier-plugin-tailwindcss": "^0.5.9",
56-
"replace-in-file": "^7.0.2",
57-
"tailwindcss": "^3.4.0",
58-
"vite": "^5.0.10",
59-
"vite-plugin-svgr": "^4.2.0"
60-
},
61-
"prettier": {
62-
"extends": "mag-prettier-config",
63-
"plugins": [
64-
"prettier-plugin-tailwindcss"
65-
]
66-
},
67-
"eslintConfig": {
68-
"extends": [
69-
"react-app",
70-
"react-app/jest",
71-
"prettier"
72-
],
73-
"env": {
74-
"browser": true,
75-
"node": true,
76-
"es6": true
77-
}
78-
},
79-
"browser": {
80-
"fs": false,
81-
"path": false,
82-
"os": false
83-
},
84-
"browserslist": {
85-
"production": [
86-
"last 1 chrome version",
87-
"last 1 firefox version",
88-
"last 1 safari version"
89-
],
90-
"development": [
91-
"last 1 chrome version",
92-
"last 1 firefox version",
93-
"last 1 safari version"
94-
]
95-
},
96-
"contributors": [
97-
{
98-
"name": "Vern Wolfley",
99-
"email": "[email protected]"
100-
},
101-
{
102-
"name": "Jack Fairfield",
103-
"email": "[email protected]"
104-
}
73+
"env": {
74+
"browser": true,
75+
"node": true,
76+
"es6": true
77+
}
78+
},
79+
"browser": {
80+
"fs": false,
81+
"path": false,
82+
"os": false
83+
},
84+
"browserslist": {
85+
"production": [
86+
"last 1 chrome version",
87+
"last 1 firefox version",
88+
"last 1 safari version"
10589
],
106-
"license": "MIT"
90+
"development": [
91+
"last 1 chrome version",
92+
"last 1 firefox version",
93+
"last 1 safari version"
94+
]
95+
},
96+
"contributors": [
97+
{
98+
"name": "Vern Wolfley",
99+
"email": "[email protected]"
100+
},
101+
{
102+
"name": "Jack Fairfield",
103+
"email": "[email protected]"
104+
}
105+
],
106+
"license": "MIT"
107107
}

0 commit comments

Comments
 (0)