-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 2.82 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "adrestus-wallet-front-end",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.8.0",
"@emotion/react": "^11.11.3",
"@kvs/env": "^2.1.3",
"@material-tailwind/html": "^2.0.0",
"@material-tailwind/react": "^2.0.7",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"animate-scss": "^3.2.1",
"animate.css": "^4.1.1",
"apexcharts": "^3.41.0",
"axios": "^1.4.0",
"bn.js": "^5.2.1",
"compass": "^0.1.1",
"compass-mixins": "^0.12.12",
"compass-sass-mixins": "^0.12.7",
"crypto-browserify": "^3.12.0",
"elliptic": "^6.5.4",
"hi-base32": "^0.5.1",
"long": "^5.2.3",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-auth-kit": "^2.12.3",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.1",
"react-icons": "^4.10.1",
"react-idle-timer": "^5.7.2",
"react-password-strength-bar": "^0.4.1",
"react-router-dom": "^6.14.1",
"react-scripts": "^5.0.1",
"resolve": "^1.22.1",
"save": "^2.9.0",
"secure-random": "^1.1.2",
"uniq": "^1.0.1",
"validator": "^13.9.0",
"web-vitals": "^3.3.0"
},
"scripts": {
"start": "react-scripts start && set NODE_ENV=dev && node app.js",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build": "react-scripts build",
"test": "jest",
"pretty": "prettier --write \"./**/*.{js,jsx,json}\"",
"tailwind": "npx tailwindcss -i ./src/index.css -o ./src/css/style.css --watch",
"eject": "react-scripts eject"
},
"jest": {
"verbose": true
},
"rules": {
"node/no-deprecated-api": [
"error",
{
"version": ">=8.0.0",
"ignoreModuleItems": [],
"ignoreGlobalItems": []
}
]
},
"overrides": {
"@svgr/webpack": "^6.5.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.20.2",
"@svgr/webpack": "^6.5.1",
"autoprefixer": "^10.4.14",
"babel-jest": "^29.5.0",
"browserify-shim": "^3.8.16",
"concurrently": "^8.2.0",
"esmify": "^2.1.1",
"gh-pages": "^6.1.1",
"jest": "^29.5.0",
"postcss": "^8.4.26",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"sass": "^1.63.6",
"tailwindcss": "^3.3.3",
"tailwindcss-rtl": "^0.9.0",
"webpack": "^5.76.3"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"exports": "global:java"
}
}