forked from hicetnunc2000/hicetnunc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.14 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
78
79
80
{
"name": "hicetnunc-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@airgap/beacon-sdk": "^2.3.3",
"@babel/core": "^7.14.5",
"@taquito/beacon-wallet": "^10.1.3",
"@taquito/michelson-encoder": "^9.1.1",
"@taquito/taquito": "^10.1.3",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
"axios": "^0.21.1",
"base-x": "^3.0.8",
"big-integer": "^1.6.48",
"buffer": "^6.0.3",
"classnames": "^2.3.1",
"compressorjs": "^1.0.7",
"conseiljs-softsigner": "^5.0.4-1",
"d3": "^7.1.1",
"eztz": "^1.1.2",
"eztz-lib": "^0.1.2",
"fetch": "^1.1.0",
"fflate": "^0.7.0",
"filereader": "^0.10.3",
"framer-motion": "^4.1.16",
"ipfs-api": "^26.1.2",
"ipfs-http-client": "^53.0.1",
"local-storage": "^2.0.0",
"lodash": "^4.17.21",
"markdown-to-jsx": "^7.1.3",
"mime-types": "^2.1.30",
"node-fetch": "^2.6.1",
"node-sass": "^6.0.0",
"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.3.0",
"react-player": "^2.8.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-scroll": "^1.8.1",
"read-json-lines-sync": "^2.1.7",
"screenfull": "^5.1.0",
"web-encoding": "1.1.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"eb:prod": "npm run build && npm run start:prod",
"prettier": "prettier --write \"./src/**/*.{js,jsx}\""
},
"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": {
"prettier": "^2.3.0"
},
"module": "commonjs"
}