-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.32 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.32 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
{
"name": "cloudphone-react-sample",
"description": "Cloud Phone sample code using React",
"private": false,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"i18next": "^24.2.0",
"i18next-browser-languagedetector": "^8.0.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "^15.2.0",
"react-router": "^7.12.0",
"vite-plugin-svgr": "^4.3.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"vite": "^6.0.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cloudmosa/cloudphone-react-sample.git"
},
"keywords": [
"Cloud Phone",
"Phone",
"React",
"create-react-app",
"CRA",
"GitHub Pages"
],
"author": "Tom Barrasso <barrasso.me>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cloudmosa/cloudphone-react-sample/issues"
},
"homepage": "https://cloudmosa.github.io/cloudphone-react-sample"
}