-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1 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
{
"name": "dmx-website",
"version": "1.0.0",
"description": "A means of controlling dmx lighting fixtures over wifi using a Raspberry pi and arduino using the DMXsimple library and communicating over i2c. The website is built on nodejs.",
"main": "index.js",
"scripts": {
"build-css": "tailwindcss build -i src/styles.css -o public/styles/styles.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hrtze/DMX-Website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hrtze/DMX-Website/issues"
},
"homepage": "https://github.com/hrtze/DMX-Website#readme",
"dependencies": {
"express": "^4.17.1",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"i2c-bus": "^5.2.2",
"serialport": "^9.2.4",
"socket.io": "^1.7.4",
"socket.io-client": "^1.7.4",
"socketio": "^1.0.0",
"tailwindcss": "^3.0.8",
"three.js": "^0.77.0",
"ts-node": "^10.4.0"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}