-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.02 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.02 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
{
"name": "react-strings",
"version": "0.3.1",
"description": "Keep your content organized, easy to update, and multilingual—built for React.",
"keywords": [
"react",
"nextjs",
"typescript",
"strings",
"intl",
"internationalization",
"i18n",
"static"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"build": "tsc"
},
"author": "intoRandom",
"license": "MIT",
"peerDependencies": {
"react-dom": ">=18"
},
"devDependencies": {
"@types/node": "^24.3.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"typescript": "^5.9.2"
},
"repository": {
"type": "git",
"url": "https://github.com/intoRandom/react-strings.git"
},
"bugs": {
"url": "https://github.com/intoRandom/react-strings/issues"
},
"homepage": "https://github.com/intoRandom/react-strings#readme",
"packageManager": "pnpm@10.19.0+sha512.c9fc7236e92adf5c8af42fd5bf1612df99c2ceb62f27047032f4720b33f8eacdde311865e91c411f2774f618d82f320808ecb51718bfa82c060c4ba7c76a32b8"
}