forked from ppisljar/espeasy_new_ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
{
"name": "esphome",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"gulp": "gulp",
"webpack": "webpack --production",
"watch": "webpack --watch",
"build": "npm-run-all webpack gulp",
"server": "http-server",
"start": "npm-run-all --parallel watch server"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.3.1",
"babel-loader": "^8.0.5",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "latest",
"gulp-csso": "^2.0.0",
"gulp-gzip": "^1.4.2",
"gulp-htmlmin": "^3.0.0",
"gulp-inline-source": "^4.0.0",
"gulp-uglify": "^2.0.0",
"gulp-uglify-es": "^1.0.4",
"gulp-url-prefixer": "0.0.6",
"gulp-util": "^3.0.8",
"http-server": "^0.11.1",
"npm-run-all": "^4.1.5",
"run-sequence": "^1.2.2",
"webpack": "^4.29.3",
"webpack-bundle-analyzer": "^3.0.4",
"webpack-cli": "^3.2.3",
"webpack-livereload-plugin": "^2.2.0"
},
"dependencies": {
"lodash": "^4.17.11",
"mini-toastr": "^0.8.1",
"preact": "^8.4.2"
}
}