forked from DoneDeal0/Talkr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.46 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
{
"name": "talkr",
"version": "3.3.7",
"description": "Talkr is the lightest i18n provider for React applications. It supports Typescript, provides autocompletion, has 0 dependencies, and is very easy to use.",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"types": "dist/index.d.ts",
"declaration": true,
"files": [
"dist"
],
"scripts": {
"build": "rimraf dist && mkdirp dist && rollup -c",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DoneDeal0/Talkr"
},
"keywords": [
"i18n",
"react",
"react-native",
"react native",
"reactjs",
"localization",
"globalization",
"translations",
"translation",
"internationalization",
"l10n",
"talkr"
],
"author": "DoneDeal0",
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@types/jest": "^28.1.5",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"babel-jest": "^28.1.3",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"mkdirp": "^1.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^3.0.2",
"rollup": "^2.76.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.32.1",
"ts-jest": "^28.0.6",
"typescript": "^4.7.4"
}
}