This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
69 lines (69 loc) · 1.92 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
65
66
67
68
69
{
"name": "balena-electron-env",
"version": "1.2.11",
"description": "Kiosk mode for electron apps",
"main": "build/index.js",
"scripts": {
"clean": "rm -rf build/*",
"build": "npm run clean && webpack",
"watch": "webpack --watch",
"lint": "balena-lint --typescript src webpack.config.ts",
"lint-fix": "balena-lint --fix --typescript src webpack.config.ts"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"./**/*.{ts,tsx}": "npm run lint-fix"
},
"author": "Alexis Svinartchouk <[email protected]>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/balenablocks/balena-electron-env.git"
},
"devDependencies": {
"@balena/lint": "5.4.1",
"@fortawesome/fontawesome-free": "5.14.0",
"@svgr/webpack": "5.5.0",
"@types/debug": "4.1.4",
"@types/html-webpack-plugin": "3.2.3",
"@types/lockfile": "1.0.1",
"@types/mini-css-extract-plugin": "1.2.2",
"@types/node": "12.12.47",
"@types/react": "16.8.23",
"@types/react-dom": "16.8.4",
"@types/styled-components": "4.1.18",
"@types/terser-webpack-plugin": "5.0.2",
"async-mutex": "0.1.4",
"css-loader": "5.0.1",
"dbus-next": "0.10.2",
"debug": "4.3.1",
"electron": "12.0.2",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.0.0-beta.1",
"husky": "4.2.5",
"lint-staged": "10.2.11",
"lockfile": "1.0.4",
"lodash": "4.17.20",
"mini-css-extract-plugin": "1.3.3",
"pretty-bytes": "5.2.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"rendition": "20.10.1",
"style-loader": "2.0.0",
"sys-class-rgb-led": "3.0.1",
"ts-json-schema-generator": "0.82.0",
"ts-loader": "8.1.0",
"ts-node": "9.0.0",
"typescript": "4.0.3",
"webpack": "5.30.0",
"webpack-cli": "4.6.0",
"x11": "2.3.0"
},
"versionist": {
"publishedAt": "2021-11-01T12:45:37.592Z"
}
}