-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 909 Bytes
/
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
{
"name": "@skywardapps/translate_keyer",
"version": "1.0.1",
"description": "An integration for react + Phrase",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"homepage": "",
"keywords": [],
"author": "Skyward App Company, LLC",
"license": "MIT",
"scripts": {
"lint": "eslint src/**/*.ts*",
"build": "yarn lint && yarn tsc --declaration --declarationMap --sourceMap"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"cross-env": "^7.0.3",
"eslint": "^8.24.0",
"eslint-prettier": "^0.0.0-empty",
"prettier": "^2.8.2",
"typescript": "^4.8.3"
},
"dependencies": {
"@types/lodash": "^4.14.191",
"i18next": "^23.2.3",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-i18next": "^13.0.1",
"short-hash-ts": "^1.0.2"
}
}