-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 1.92 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
{
"name": "xrpl-browser-extension",
"version": "0.1.0",
"private": true,
"eslintConfig": {
"env": {
"webextensions": true
},
"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"
]
},
"scripts": {
"start": "vite --port 8080",
"build": "vite build --emptyOutDir",
"preview": "vite preview"
},
"dependencies": {
"@emeraldpay/hashicon-react": "^0.5.2",
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"axios": "^0.26.0",
"bulma": "^0.9.3",
"crypto-js": "^4.1.1",
"dateformat": "^5.0.3",
"html-react-parser": "^3.0.1",
"marked": "^4.0.18",
"material-design-icons": "^3.0.1",
"nanoid": "^4.0.0",
"net": "^1.0.2",
"node-polyfill-webpack-plugin": "^1.1.4",
"prop-types": "^15.7.2",
"query-string": "^7.1.1",
"react": "^17.0.2",
"react-date-picker": "^8.4.0",
"react-datetime-picker": "^3.5.0",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.2",
"react-scripts": "5.0.0",
"react-slick": "^0.28.1",
"react-toastify": "^9.0.5",
"react-transition-group": "^4.4.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-polyfill-node": "^0.10.2",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.1.1",
"stream": "^0.0.2",
"tls": "^0.0.1",
"xrpl": "^2.3.1"
},
"devDependencies": {
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"sass": "^1.54.3",
"vite": "3.0.0-beta.0",
"vite-plugin-babel": "^1.1.0",
"vite-plugin-copy": "^0.1.6",
"vite-plugin-environment": "^1.1.2",
"vite-plugin-remove-console": "^1.1.0",
"vite-plugin-static-copy": "^0.7.0"
}
}