forked from ultrasoundmoney/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.2 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": "website_frontend",
"description": "frontend for ultrasound.money",
"version": "1.0.0",
"author": "Ultra Sound Money <[email protected]",
"private": true,
"license": "MIT",
"scripts": {
"build": "BUILD=true next build",
"check-types": "yarn tsc --noEmit",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"start:stag": "node standalone-stag/server.js",
"start:prod": "node standalone-prod/server.js"
},
"dependencies": {
"@heroicons/react": "^2.0.14",
"@popperjs/core": "^2.11.6",
"@react-hook/media-query": "^1.1.1",
"@react-spring/web": "^9.6.1",
"@sentry/nextjs": "^7.13.0",
"aos": "^2.3.4",
"confetti-js": "^0.0.18",
"d3-shape": "^3.1.0",
"date-fns": "^2.29.3",
"date-fns-tz": "^1.3.7",
"fp-ts": "^2.13.1",
"framer-motion": "^7.6.4",
"fuse.js": "^6.6.2",
"highcharts": "^10.2.1",
"highcharts-react-official": "^3.1.0",
"io-ts": "^2.2.20",
"jsbi": "^4.3.0",
"lodash": "^4.17.21",
"ndjson": "^2.0.0",
"next": "^13.0.1",
"react": "^18.2.0",
"react-click-away-listener": "^2.2.2",
"react-copy-to-clipboard": "^5.1.0",
"react-countup": "^6.3.1",
"react-dom": "^18.2.0",
"react-full-screen": "^1.1.1",
"react-intersection-observer": "^9.4.0",
"react-loading-skeleton": "^3.1.0",
"react-popper": "^2.3.0",
"react-use-websocket": "^4.2.0",
"react-window": "^1.8.7",
"react-zoom-pan-pinch": "^3.0.5",
"twemoji": "^14.0.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.0.1",
"@types/aos": "^3.0.4",
"@types/d3-shape": "^3.1.0",
"@types/lodash": "^4.14.185",
"@types/ndjson": "^2.0.1",
"@types/node": "18.11.9",
"@types/react": "18.0.24",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.6",
"@types/react-window": "^1.8.5",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.23.1",
"eslint-config-next": "13.0.1",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"sass": "^1.54.9",
"swr": "^1.3.0",
"tailwindcss": "^3.2.1",
"typescript": "^4.8.3"
}
}