-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
51 lines (51 loc) · 1.26 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
{
"name": "kiosk-application-framework",
"version": "0.1.2",
"private": true,
"app": {},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@use-it/event-listener": "^0.1.6",
"analytics-provider": "^0.3.2",
"i18next": "^20.2.2",
"jsx-to-string": "^1.4.0",
"lodash-es": "^4.17.21",
"node-sass": "^6.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-html-parser": "^2.0.2",
"react-i18next": "^10.12.2",
"react-idle-timer": "^4.6.2",
"react-player": "^1.13.0",
"react-router-dom": "^5.0.1",
"react-spring": "^8.0.27",
"react-test-renderer": "^17.0.2",
"react-use-gesture": "^9.0.1"
},
"devDependencies": {
"react-scripts": "4.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}