-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "flespi-io-js",
"version": "2.3.0",
"description": "flespi http/mqtt connection library",
"main": "./dist/main.js",
"module": "./dist/module.js",
"scripts": {
"build": "node ./build.js",
"dev": "webpack server --config webpack.dev.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/flespi-software/flespi-io-js.git"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@quasar/babel-preset-app": "^2.0.0",
"@vue/eslint-config-standard": "^6.0.0",
"babel-eslint": "^10.0.0",
"babel-loader": "^8.0.6",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-vue": "^7.7.0",
"eslint-webpack-plugin": "^2.4.0",
"git-directory-deploy": "^1.5.1",
"html-webpack-plugin": "^5.3.0",
"process": "^0.11.10",
"shebang-loader": "0.0.1",
"webpack": "^5.39.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.0"
},
"author": "sebu",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"form-data": "^4.0.0",
"in-array": "^0.1.2",
"lodash": "^4.17.21",
"mqtt": "^4.2.6"
}
}