-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.14 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
{
"name": "OXRS-IO-TouchPanel-WEB-APP",
"description": "OXRS IO Touch Panel Web App",
"author": "Christopher Aitken",
"homepage": "https://touch.oxrs.io",
"version": "0.0.6",
"scripts": {
"dev": "vite",
"build": "node build && vite build && git checkout HEAD dist/CNAME",
"preview": "vite preview --port 5050",
"deploy": "npm run build && echo 'touch.oxrs.io' > ./dist/CNAME && gh-pages -d dist"
},
"keywords": [
"oxrs",
"home-automation"
],
"dependencies": {
"browserify": "^17.0.0",
"buffer": "^6.0.3",
"crypto-js": "^4.1.1",
"node-polyfill-webpack-plugin": "^2.0.1",
"paho-mqtt": "^1.1.0",
"pinia": "^2.0.13",
"process": "^0.11.10",
"tinyify": "^3.0.0",
"vite-plugin-css-injected-by-js": "^3.1.0",
"vue": "^3.2.31",
"vue-router": "^4.0.14",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@vitejs/plugin-vue": "^2.3.1",
"@vitejs/plugin-vue-jsx": "^1.3.9",
"gh-pages": "^5.0.0",
"html-webpack-inline-source-plugin": "^1.0.0-beta.2",
"html-webpack-plugin": "^5.5.0",
"vite": "^2.9.1"
}
}