forked from teia-community/teia-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.28 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.28 KB
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
78
79
80
81
82
83
84
85
{
"name": "teia-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@airgap/beacon-sdk": "^2.3.12",
"@taquito/beacon-wallet": "^12.0.3",
"@taquito/michelson-encoder": "^12.0.3",
"@taquito/taquito": "^12.0.3",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.26.1",
"base-x": "^3.0.8",
"bs58check": "^2.1.2",
"classnames": "^2.3.1",
"compressorjs": "^1.1.1",
"conseiljs-softsigner": "^5.0.4",
"fflate": "^0.7.3",
"framer-motion": "^4.1.16",
"ipfs-http-client": "^53.0.1",
"ipfs-only-hash": "^4.0.0",
"local-storage": "^2.0.0",
"lodash": "^4.17.21",
"markdown-to-jsx": "^7.1.7",
"mime-types": "^2.1.35",
"node-sass": "^7.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-infinite-scroll-component": "^6.1.0",
"react-intersection-observer": "^8.32.0",
"react-lazy-load-image-component": "^1.5.1",
"react-masonry-css": "^1.0.16",
"react-pdf": "^5.7.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.0",
"react-select": "^5.3.2",
"read-json-lines-sync": "^2.1.7",
"screenfull": "^5.1.0"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"format": "prettier --write \"./src/**/*.{js,jsx,scss}\"",
"prepare": "husky install"
},
"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": {
"@craco/craco": "^7.0.0-alpha.3",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"https-browserify": "^1.0.0",
"husky": "^7.0.4",
"libsodium-wrappers": "^0.7.8",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"prettier": "^2.6.0",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.0"
},
"module": "commonjs"
}