-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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": "houseautomationapp",
"version": "1.0.0",
"description": "houseautomationapp",
"private": true,
"scripts": {
"test": "test",
"compileTS": "./node_modules/.bin/tsc -p .",
"watchTS": "./node_modules/.bin/tsc -p . --watch",
"build": "./node_modules/.bin/tsc -p . && webpack --mode development",
"buildprod": "./node_modules/.bin/tsc -p . && webpack --mode production"
},
"repository": {
"type": "git",
"url": "houseautomationapp"
},
"keywords": [
"js"
],
"author": "Alexandru Avram",
"license": "ISC",
"dependencies": {
"canvas-gauges": "^2.1.5",
"materialize-css": "^1.0.0"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-string-replace": "^1.1.2",
"gulp-tap": "^1.0.1",
"gulp-watch": "^5.0.1",
"html-minifier": "^4.0.0",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"mini-css-extract-plugin": "^0.7.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"terser-webpack-plugin": "^1.3.0",
"typescript": "~3.2.2",
"webpack": "^4.34.0",
"webpack-cli": "^3.3.4"
}
}