-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.22 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
49
50
51
52
{
"name": "pebble",
"version": "1.0.0",
"description": "A browser-based Bluetooth Low Energy (BLE) GATT client compatible with Chrome and Edge browsers",
"main": "src/index.js",
"scripts": {
"start": "webpack serve --mode=development",
"build": "webpack --mode=production",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shishir-dey/PebBLE.git"
},
"keywords": [
"BLE",
"Bluetooth",
"Low",
"Energy",
"GATT",
"GATT",
"Client",
"Web",
"Bluetooth",
"Chromium",
"Chrome",
"Edge"
],
"author": "Shishir Dey",
"license": "MIT",
"bugs": {
"url": "https://github.com/shishir-dey/PebBLE/issues"
},
"homepage": "https://github.com/shishir-dey/PebBLE#readme",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.1",
"gh-pages": "^6.2.0",
"html-webpack-plugin": "^5.6.3",
"style-loader": "^4.0.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}