-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.16 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.16 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
{
"name": "react-language-selector-lite",
"version": "1.6.2",
"description": "A lightweight language selector for React applications.",
"main": "dist/LanguageSelector.js",
"types": "src/index.d.ts",
"scripts": {
"build": "babel src -d dist"
},
"files": [
"dist",
"LICENSE",
"src/index.d.ts"
],
"license": "MIT",
"author": "Jamiu Shaibu",
"keywords": [
"react",
"langs",
"language-selector",
"language",
"languages",
"iso",
"i18n",
"internationalization",
"localization",
"select-language",
"react-component",
"639",
"639-1",
"639-2",
"639-3",
"iso639"
],
"repository": {
"type": "git",
"url": "https://github.com/jamiushaibu/react-language-selector-lite.git"
},
"homepage": "https://github.com/jamiushaibu/react-language-selector-lite.git",
"dependencies": {
"langs": "^2.0.0",
"prop-types": "^15.8.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"styled-components": "^6.1.14"
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3"
}
}