-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.91 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
70
71
72
{
"name": "win11React",
"description": "Win11 made in React",
"repository": "https://github.com/blueedgetechno/win11React",
"version": "0.1.1",
"private": true,
"dependencies": {
"-": "^0.0.1",
"@crowdin/cli": "^3.7.8",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@sentry/react": "^7.4.1",
"@sentry/tracing": "^7.4.1",
"@tauri-apps/api": "^1.0.1",
"@widgetbot/react-embed": "1.4.1",
"@win11react/react-canvas-draw": "1.2.2",
"axios": "^0.27.2",
"eslint-config-react-app": "^7.0.1",
"firebase": "9.8.4",
"firebaseui": "^6.0.1",
"i18next": "^21.8.11",
"i18next-browser-languagedetector": "^6.1.4",
"i18next-http-backend": "^1.4.1",
"i18next-xhr-backend": "^3.2.2",
"react": "^18.1.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-firebase-hooks": "^5.0.3",
"react-i18next": "^11.17.4",
"react-player": "^2.10.1",
"react-redux": "^8.0.2",
"react-scripts": "^5.0.1",
"redux": "^4.2.0",
"sass": "^1.53.0",
"translation-check": "^1.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"ghbuild": "CI=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"tauri": "tauri",
"crowdin": "crowdin"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@tauri-apps/cli": "1.0.2",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.4"
}
}