-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 2.96 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 2.96 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "optim-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@dcspark/cardano-multiplatform-lib-browser": "^6.0.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@emurgo/cip14-js": "^3.0.1",
"@mui/material": "^5.11.7",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"big.js": "^6.2.1",
"blake2b": "^2.1.4",
"browserify-fs": "^1.0.0",
"buffer": "^6.0.3",
"buffer-browserify": "^0.2.5",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.1",
"date-fns": "^2.30.0",
"dayjs": "^1.11.3",
"exports-loader": "^4.0.0",
"json-bigint": "^1.0.0",
"lodash.clonedeep": "^4.5.0",
"lucid-cardano": "^0.10.9",
"lucide-react": "^0.288.0",
"non.geist": "^1.0.2",
"process": "^0.11.10",
"react": "^18.0.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.0.0",
"react-helmet-async": "^1.3.0",
"react-paginate": "^8.1.3",
"react-redux": "^7.2.8",
"react-router-dom": "^6.3.0",
"react-slider": "^2.0.0",
"react-spinners": "^0.13.6",
"react-svg": "^16.1.34",
"recharts": "^2.12.5",
"stream-browserify": "^3.0.0",
"tailwind-merge": "^2.2.1",
"uuid": "^8.3.2"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"analyze": "npm run build"
},
"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.7",
"@reduxjs/toolkit": "^1.8.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.3.0",
"@types/big.js": "^6.1.5",
"@types/blake2b": "^2.1.0",
"@types/jest": "^24.9.1",
"@types/json-bigint": "^1.0.1",
"@types/lodash.clonedeep": "^4.5.7",
"@types/node": "^12.20.48",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.0",
"@types/react-redux": "^7.1.24",
"@types/react-slider": "^1.3.1",
"@types/recharts": "^1.8.29",
"@types/uuid": "^8.3.4",
"autoprefixer": "^10.4.16",
"local-cors-proxy": "^1.1.0",
"postcss": "^8.4.31",
"react-icons": "^5.0.1",
"react-scripts": "5.0.1",
"sass": "^1.50.0",
"serve": "^14.1.1",
"tailwindcss": "^3.3.3",
"typescript": "^4.6.3",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^4.10.0"
}
}