-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.3 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
{
"name": "@stethoscope-js/embed",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html --public-url ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stethoscope-js/embed.git"
},
"keywords": [],
"author": "Anand Chowdhary <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stethoscope-js/embed/issues"
},
"homepage": "https://github.com/stethoscope-js/embed#readme",
"dependencies": {
"chart.js": "^2.9.3",
"dayjs": "^1.8.36",
"dot-object": "^2.1.4",
"react": "^16.13.1",
"react-chartjs-2": "^2.10.0",
"react-dom": "^16.13.1",
"react-use": "^15.3.4",
"wouter": "^2.5.1"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@koj/config": "^1.2.3",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.1.1",
"@semantic-release/npm": "^7.0.6",
"@types/dot-object": "^2.1.2",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"parcel": "^1.12.4",
"sass": "^1.26.11",
"semantic-release": "^17.1.2",
"semantic-release-gitmoji": "^1.3.4",
"typescript": "^4.0.3"
}
}