-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.15 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
67
68
69
70
71
72
73
74
75
76
77
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/icons": "^1.0.3",
"@chakra-ui/react": "^1.1.4",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@onflow/fcl": "^0.0.67",
"@onflow/six-create-account": "^0.0.2",
"@onflow/types": "^0.0.4",
"@reduxjs/toolkit": "^1.5.0",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.2.1",
"@testing-library/user-event": "^12.0.2",
"@types/jest": "^25.0.0",
"@types/lodash": "^4.14.168",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-router-dom": "^5.1.7",
"@types/recoil": "^0.0.1",
"cross-env": "^7.0.3",
"elliptic": "^6.5.4",
"formik": "^2.2.6",
"formik-chakra-ui": "^1.2.6",
"framer-motion": ">=3.0.0",
"i18next": "^19.8.4",
"i18next-browser-languagedetector": "^6.0.1",
"i18next-xhr-backend": "^3.2.2",
"lodash": "^4.17.20",
"react": "^17.0.1",
"react-ace": "^9.2.1",
"react-device-detect": "^1.15.0",
"react-dom": "^17.0.1",
"react-ga": "^3.3.0",
"react-i18next": "^11.8.5",
"react-icons": "^3.0.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-select": "^3.1.1",
"recoil": "^0.1.2",
"rlp": "^2.2.6",
"sha3": "^2.1.4",
"web-vitals": "^0.2.2",
"yup": "^0.32.8"
},
"scripts": {
"start": "react-app-env start",
"build": "react-app-env build",
"test": "react-app-env test",
"eject": "react-app-env eject",
"dev-wallet": "PK=707f53bf5e511ffc93ab91054285a59f6bbc68a8a0255dfeee08c4e63af54d3b fcl-wallet",
"dev-wallet-win": "SET PK=84f82df6790f07b281adb5bbc848bd6298a2de67f94bdfac7a400d5a1b893de5 && fcl-wallet"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@onflow/dev-wallet": "^0.0.10",
"react-app-env": "^1.2.3",
"typescript": "^3.9.5"
}
}