-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 1.04 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
{
"name": "react-ridge-translations",
"version": "1.0.4",
"description": "react-ridge-translations is a type safe translation library without the struggle",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://github.com/web-ridge/react-ridge-translations",
"license": "MIT",
"readme": "README.md",
"scripts": {
"jest": "jest",
"build": "tsc"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.10.1",
"@babel/preset-typescript": "^7.10.1",
"@testing-library/react": "^10.4.3",
"@types/jest": "^26.0.19",
"@types/react": "^17.0.0",
"@types/react-test-renderer": "^16.9.2",
"babel-jest": "^26.1.0",
"eslint": "^7.3.1",
"eslint-plugin-react": "^7.20.2",
"eslint-plugin-react-hooks": "^4.0.5",
"expect.js": "^0.3.1",
"jest": "^26.6.3",
"prettier": "^2.0.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-test-renderer": "^16.13.1",
"typescript": "^3.9.5"
}
}