-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.94 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
{
"name": "pwa-dashboard",
"version": "0.1.0",
"description": "A simple one-page PWA that can run on an old tablet to show useful information and tools",
"repository": "https://github.com/evanlihou/pwa-dashboard",
"license": "ISC",
"scripts": {
"start": "pawjs --no-cache --env=development start",
"build": "pawjs --no-cache --env-config-path=./.prod.env --env=production build && cp serverManager.js dist",
"build:demo": "pawjs --no-cache --env-config-path=./.demo.env --env=production build",
"lint": "eslint .",
"test": "pawjs --no-cache test"
},
"dependencies": {
"@ckeditor/ckeditor5-react": "^3.0.0",
"@creativebulma/bulma-collapsible": "^1.0.4",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@pawjs/pawjs": "^3.0.2-beta.26",
"@pawjs/sass": "^2.2.5",
"@types/jsonwebtoken": "^8.5.0",
"@types/react": "^16.14.3",
"@types/react-dom": "^16.9.10",
"adm-zip": "^0.5.2",
"body-parser": "^1.19.0",
"bulma": "^0.9.2",
"cookie-parser": "^1.4.5",
"date-fns": "^2.17.0",
"eslint-import-resolver-webpack": "^0.13.0",
"express-fileupload": "^1.2.1",
"fork-ts-checker-webpack-plugin": "^4.1.6",
"home-assistant-js-websocket": "^5.10.0",
"jsonwebtoken": "^8.5.1",
"kimai-sdk": "github:evanlihou/kimai-sdk",
"node-fetch": "^2.6.1",
"react-data-grid": "^7.0.0-canary.36",
"rss-parser": "^3.11.0",
"sanitize-html": "^2.3.2",
"socket.io": "^3.1.1"
},
"devDependencies": {
"@types/adm-zip": "^0.4.33",
"@types/cookie-parser": "^1.4.2",
"@types/express-fileupload": "^1.1.6",
"@types/node-fetch": "^2.5.8",
"@types/react-router-dom": "^5.1.7",
"@types/webpack": "^4.41.26",
"@types/webpack-env": "^1.16.0",
"eslint": "^7.19.0",
"prop-types": "^15.7.2",
"tslint": "^5.0.0",
"webpack-bundle-analyzer": "^4.4.0"
}
}