-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.22 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.22 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
{
"name": "minimap",
"version": "1.0.0",
"_main": "index.js",
"license": "MIT",
"description": "A web app that shows moving trace on map as video",
"author": {
"name": "sym233",
"email": "yimiao233@outlook.com"
},
"homepage": "https://sym233.github.io/minimap",
"scripts": {
"start": "parcel index.html",
"build": "parcel build --public-url /minimap index.html"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.14.2",
"@googlemaps/react-wrapper": "^1.1.34",
"@types/google.maps": "^3.48.8",
"mobx": "^6.7.0",
"mobx-react-lite": "^3.4.0",
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
"devDependencies": {
"@parcel/transformer-less": "^2.8.0",
"@parcel/transformer-typescript-tsc": "^2.5.0",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.5.0",
"parcel": "^2.8.0",
"process": "^0.11.10",
"typescript": "^4.6.4"
}
}