-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 923 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 923 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
34
35
36
{
"name": "richardtmiles.github.io",
"version": "1.0.0",
"description": "A stats website for coaches",
"scripts": {
"start": "parcel src/index.html --open",
"build": "parcel build src/index.html --public-url ./"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"admin-lte": "4.0.0-beta3",
"axios": "^1.6.7",
"bootstrap": "^5.3.3",
"history": "^5.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.0"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.13.3",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"parcel": "^2.11.0",
"process": "^0.11.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RichardTMiles/richardtmiles.githuhb.io.git"
},
"keywords": [
"golf"
],
"author": "Richard Miles",
"license": "MIT"
}