-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 860 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 860 Bytes
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
{
"name": "hk-car-tools",
"homepage": "https://ggjason.tw",
"version": "0.1.0",
"license": "MIT",
"author": "Jason Wu <ggjason.tw@gmail.com>, Colby Fayock <hello@colbyfayock.com>",
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"startAzure": "./node_modules/next/dist/bin/next start"
},
"repository": {
"type": "git",
"url": "https://github.com/GGJason/hk-car-tools"
},
"bugs": {
"url": "https://github.com/GGJason/hk-car-tools/issues"
},
"dependencies": {
"axios": "^1.6.7",
"copy-webpack-plugin": "^11.0.0",
"leaflet": "^1.9.4",
"next": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-leaflet": "^4.2.1",
"react-microsoft-clarity": "^1.2.0",
"sass": "^1.69.5"
}
}