-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.26 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.26 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "exhibition-preview",
"version": "1.0.0",
"description": "electronJS-based balena application",
"main": "src/index.js",
"scripts": {
"lint": "eslint .",
"start": "craco start",
"build": "CI='' craco build",
"test": "craco test",
"vercel": "npm run build && vercel --prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/balena-io/balena-electronjs.git"
},
"keywords": [
"exhibition",
"io",
"js"
],
"dependencies": {
"@fortawesome/fontawesome-pro": "^5.15.2",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/pro-duotone-svg-icons": "^5.15.2",
"@fortawesome/pro-light-svg-icons": "^5.15.2",
"@fortawesome/pro-regular-svg-icons": "^5.15.2",
"@fortawesome/pro-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@reduxjs/toolkit": "^1.5.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.6.3",
"@wfp/icons": "^0.0.84",
"@wfp/ui": "1.14.0",
"axios": "^0.21.1",
"classnames": "^2.2.6",
"color": "^3.1.3",
"craco": "^0.0.3",
"create-react-class": "^15.7.0",
"i18next": "^19.8.7",
"i18next-browser-languagedetector": "^6.0.1",
"moment": "^2.29.1",
"node-sass": "^5.0.0",
"qrcode.react": "^1.0.1",
"raw-loader": "^4.0.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hook-form": "^6.15.1",
"react-hooks-full-screen": "^0.0.1",
"react-i18next": "^11.8.5",
"react-json-view": "^1.21.1",
"react-redux": "^7.2.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.2",
"react-simple-keyboard": "^2.5.134",
"react-transition-group": "^4.4.1",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"uuid": "^8.3.2"
},
"author": "wirewire GmbH",
"jshintConfig": {
"esversion": 6,
"strict": true
},
"browserslist": {
"production": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}