forked from EOSIO/ual-reactjs-renderer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.06 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
59
60
61
62
63
64
65
66
{
"name": "@eoscostarica/ual-reactjs-renderer",
"version": "0.3.1",
"main": "dist/index.js",
"author": "block.one (https://block.one/)",
"collaborators": [
"Nasser Abouelazm",
"Mike Manfredi"
],
"license": "MIT",
"scripts": {
"build": "rm -rf dist && babel src --out-dir dist --source-maps",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
"test": "jest",
"prepare": "yarn build",
"docs": "jsdoc src -r -d docs"
},
"dependencies": {
"@react-icons/all-files": "^4.1.0",
"i18next": "14.0.1",
"i18next-browser-languagedetector": "2.2.4",
"prop-types": "15.7.2",
"react": "16.13.0",
"react-dom": "16.13.0",
"react-icons": "4.1.0",
"react-tooltip": "3.9.2",
"styled-components": "4.4.1",
"universal-authenticator-library": "0.3.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-regenerator": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@blockone/eslint-config-blockone": "^3.0.0",
"@types/i18next": "^12.1.0",
"@types/i18next-browser-languagedetector": "^2.0.1",
"@types/jest": "^25.1.4",
"@types/react": "15.0.4",
"babel-jest": "^25.1.0",
"babel-plugin-react-icons": "^0.1.1",
"babel-polyfill": "^6.26.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.4",
"eslint": "^6.8.0",
"jest": "^25.1.0",
"jest-enzyme": "^7.1.2",
"jsdoc": "^3.5.5",
"typescript": "^3.8.3"
},
"description": "This library provides a React renderer around the [Universal Authenticator Library](https://github.com/EOSIO/universal-authenticator-library).",
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eoscostarica/ual-reactjs-renderer.git"
},
"bugs": {
"url": "https://github.com/eoscostarica/ual-reactjs-renderer/issues"
},
"homepage": "https://github.com/eoscostarica/ual-reactjs-renderer#readme"
}