-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.37 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
53
{
"name": "hip-simulator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"dist": "webpack --config webpack.prod.js",
"clean": "node-gyp clean",
"build": "node-gyp configure build"
},
"repository": {
"type": "git",
"url": "https://github.com/jrj2211/hip-simulator"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jrj2211/hip-simulator/issues"
},
"homepage": "https://github.com/jrj2211/hip-simulator#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"ads1115": "^1.2.0",
"app-module-path": "^2.2.0",
"conf": "^10.0.1",
"dotenv": "^8.4.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"i2c-bus": "^5.2.2",
"jquery": "^3.6.0",
"js-yaml": "^4.1.0",
"moment": "^2.29.1",
"multer": "^1.4.2",
"pi-hx711": "^1.2.0",
"pigpio": "^3.3.1",
"serialport": "^9.0.7",
"socket.io": "^4.0.1",
"socket.io-client": "^4.0.1",
"socketio": "^1.0.0"
},
"devDependencies": {
"css-loader": "^5.0.1",
"html-webpack-plugin": "^5.0.0-beta.5",
"mini-css-extract-plugin": "^1.3.4",
"style-loader": "^2.0.0",
"webpack": "^5.18.0",
"webpack-cli": "^4.4.0",
"webpack-dev-middleware": "^4.1.0",
"webpack-merge": "^5.7.3"
}
}