This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
157 lines (157 loc) · 5.17 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fireworks-js/react": "^2.3.0",
"@floating-ui/react": "^0.19.0",
"@leenguyen/react-flip-clock-countdown": "^1.4.0",
"@lottiefiles/react-lottie-player": "^3.5.1",
"@react-hook/hover": "^4.0.0",
"@react-three/drei": "9.4.2",
"@react-three/fiber": "^8.11.0",
"@reduxjs/toolkit": "^1.8.3",
"@solana/spl-token": "^0.3.6",
"@solana/wallet-adapter-base": "^0.9.20",
"@solana/wallet-adapter-react": "^0.15.27",
"@solana/wallet-adapter-react-ui": "^0.9.26",
"@solana/wallet-adapter-wallets": "^0.19.9",
"@solana/web3.js": "^1.72.0",
"@splinetool/loader": "0.9.204",
"@splinetool/r3f-spline": "^1.0.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"animate.css": "^4.1.1",
"axios": "^0.27.2",
"chart.js": "^4.2.0",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"crypto-browserify": "^3.12.0",
"dayjs": "^1.11.5",
"fireworks-js": "^2.3.0",
"framer-motion": "^6.5.1",
"gsap": "^3.10.4",
"howler": "^2.2.3",
"matter-js": "^0.18.0",
"polished": "^4.2.2",
"rc-collapse": "^3.3.1",
"react": "^18.2.0",
"react-canvas-confetti": "^1.3.0",
"react-chartjs-2": "^5.2.0",
"react-container-query": "^0.12.0",
"react-copy-to-clipboard": "^5.1.0",
"react-countdown-circle-timer": "^3.1.0",
"react-data-table-component": "^7.5.2",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.2",
"react-image-file-resizer": "^0.4.8",
"react-lazy-load-image-component": "^1.5.5",
"react-loading-skeleton": "^3.1.0",
"react-lottie": "^1.2.3",
"react-mentions": "^4.4.7",
"react-number-format": "^5.1.1",
"react-pro-sidebar": "^1.0.0",
"react-range": "^1.8.14",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-scroll": "^1.8.7",
"react-select": "^5.4.0",
"react-slick": "^0.29.0",
"react-spinners": "^0.13.4",
"react-spring": "^9.5.0",
"react-tabs": "^5.1.0",
"react-textarea-autosize": "^8.3.4",
"react-toastify": "^9.0.7",
"react-toggle": "^4.1.3",
"react-transition-group": "^4.4.5",
"react-type-animation": "^2.1.2",
"sass": "^1.53.0",
"slick-carousel": "^1.8.1",
"source-map-explorer": "^2.5.2",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.5",
"styled-system": "^5.1.5",
"swr": "^2.0.4",
"three": "0.142.0",
"typescript": "^4.7.4",
"underscore": "^1.13.6",
"use-sound": "^4.0.1",
"usehooks-ts": "^2.6.0",
"uuid": "^8.3.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "export PORT=3005 && react-app-rewired start",
"build": "react-app-rewired build",
"analyze": "source-map-explorer build/static/js/main.*",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"lint": "eslint \"./src\"",
"format:lint": "eslint \"./src\" --fix",
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json}\"",
"format:write": "prettier --write \"**/*.{js,jsx,ts,tsx,json}\"",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
"server": "cd server && go run main.go"
},
"browserslist": {
"production": [
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-essentials": "^6.5.9",
"@storybook/addon-interactions": "^6.5.9",
"@storybook/addon-links": "^6.5.9",
"@storybook/builder-webpack5": "^6.5.9",
"@storybook/manager-webpack5": "^6.5.9",
"@storybook/node-logger": "^6.5.9",
"@storybook/preset-create-react-app": "^4.1.2",
"@storybook/react": "^6.5.9",
"@storybook/testing-library": "^0.0.13",
"@types/howler": "^2.2.7",
"@types/jest": "^27.5.2",
"@types/matter-js": "^0.18.2",
"@types/node": "^16.11.45",
"@types/react": "^18.0.15",
"@types/react-chartjs-2": "^2.5.7",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.6",
"@types/react-lazy-load-image-component": "^1.5.2",
"@types/react-lottie": "^1.2.6",
"@types/react-mentions": "^4.1.6",
"@types/react-scroll": "^1.8.4",
"@types/react-slick": "^0.23.10",
"@types/react-toggle": "^4.0.3",
"@types/react-transition-group": "^4.4.5",
"@types/styled-components": "^5.1.25",
"@types/styled-system": "^5.1.15",
"@types/three": "0.142.0",
"@types/underscore": "^1.11.4",
"@types/uuid": "^8.3.4",
"babel-plugin-named-exports-order": "^0.0.2",
"css-loader": "^6.7.1",
"customize-cra": "^1.0.0",
"prettier": "^2.7.1",
"prop-types": "^15.8.1",
"react-app-rewired": "^2.2.1",
"sass-loader": "^13.0.2",
"storybook-addon-react-router-v6": "^0.1.10",
"storybook-addon-styled-component-theme": "^2.0.0",
"style-loader": "^3.3.1",
"webpack": "^5.73.0"
}
}