forked from onflow/fcl-dev-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.64 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
{
"name": "fcl-dev-wallet",
"version": "0.3.1",
"private": true,
"license": "Apache-2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"tsc": "./node_modules/typescript/bin/tsc",
"test": "cypress run",
"check": "eslint . && npm run tsc"
},
"dependencies": {
"@headlessui/react": "^1.3.0",
"@monaco-editor/react": "^4.2.1",
"@onflow/fcl": "^0.0.78-alpha.4",
"@onflow/types": "^0.0.4",
"@onflow/util-encode-key": "^0.0.2",
"@theme-ui/color": "^0.10.0",
"@theme-ui/match-media": "^0.10.1",
"cors": "^2.8.5",
"elliptic": "^6.5.4",
"formik": "^2.2.9",
"monaco-editor": "^0.27.0",
"namegenerator": "^0.1.1",
"next": "^12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-image": "^4.0.3",
"sha3": "^2.1.4",
"styled-components": "^5.2.1",
"swr": "^0.5.6",
"theme-ui": "^0.10.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@theme-ui/css": "^0.10.1",
"@types/cors": "^2.8.12",
"@types/elliptic": "^6.4.12",
"@types/node": "^15.12.5",
"@types/react": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"babel-eslint": "^10.1.0",
"babel-plugin-react-remove-properties": "^0.3.0",
"cypress": "^8.0.0",
"cypress-iframe": "^1.0.1",
"eslint": "^7.29.0",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.2",
"typescript": "^4.3.4"
}
}