-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
64 lines (64 loc) · 1.68 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "openevse_wifi_gui",
"version": "1.0.0",
"description": "GUI for the OpenEVSE WiFi module",
"dependencies": {
"i18next-ko": "^3.0.1",
"jquery": "^3.5.1",
"knockout": "^3.5.1",
"knockout-mapping": "^2.6.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"compression-webpack-plugin": "^10.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"dotenv": "^8.2.0",
"eslint": "^5.16.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"imports-loader": "^4.0.1",
"jshint": "^2.13.5",
"mini-css-extract-plugin": "^2.6.1",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.3",
"uglify-js": "^3.16.1",
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3",
"webpack-merge-and-include-globally": "^2.1.26"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"start": "webpack-dev-server --open",
"build": "webpack",
"prepare": "npm run build",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openevse/openevse_wifi_gui.git"
},
"keywords": [
"evse"
],
"author": "Jeremy Poulter <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/openevse/openevse_wifi_gui/issues"
},
"homepage": "https://github.com/openevse/openevse_wifi_gui#readme",
"files": [
"dist/",
"lib/"
],
"main": "lib/index.js",
"directories": {
"dist": "dist",
"lib": "lib"
}
}