forked from zeitgeistpm/ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
123 lines (123 loc) · 4.19 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
{
"name": "@zeitgeistpm/ui",
"version": "0.0.1-beta",
"scripts": {
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build",
"build": "next build",
"build:staging": "NEXT_PUBLIC_VERCEL_ENV=staging next build",
"dev": "NEXT_PUBLIC_VERCEL_ENV=staging next",
"dev:prod": "NEXT_PUBLIC_VERCEL_ENV=production next",
"prettier:check": "npx prettier ./**/*.tsx --check",
"prettier:fix": "npx prettier ./**/*.tsx --write",
"start": "next start",
"test:watch": "jest --watch",
"test": "jest",
"prunable": "ts-prune | grep -v 'used in module' | grep -v '^pages.*\\- [default|getStaticPaths|getStaticProps]' | grep -v 'playwright.config.ts'"
},
"dependencies": {
"@babel/helper-compilation-targets": "^7.19.3",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@headlessui/react": "^1.7.15",
"@headlessui/tailwindcss": "^0.1.2",
"@notionhq/client": "^2.2.3",
"@plaiceholder/next": "^2.5.0",
"@polkadot/extension-dapp": "^0.44.6",
"@polkadot/ui-keyring": "^2.4.1",
"@subsocial/grill-widget": "^0.0.5",
"@tailwindcss/container-queries": "^0.1.1",
"@talismn/connect-wallets": "^1.2.3",
"@tanstack/query-core": "^4.29.1",
"@tanstack/react-query": "^4.19.0",
"@tanstack/react-query-devtools": "^4.19.1",
"@vercel/og": "^0.0.27",
"@yornaath/batshit": "^0.7.1",
"@yornaath/batshit-devtools-react": "^0.5.4",
"@zeitgeistpm/augment-api": "^2.8.1",
"@zeitgeistpm/avatara-nft-sdk": "^1.3.1",
"@zeitgeistpm/avatara-react": "^1.3.2",
"@zeitgeistpm/avatara-util": "^1.2.0",
"@zeitgeistpm/sdk": "^1.0.3",
"@zeitgeistpm/sdk-next": "npm:@zeitgeistpm/[email protected]",
"@zeitgeistpm/utility": "^2.19.1",
"axios": "^0.21.4",
"boring-avatars": "^1.6.1",
"decimal.js": "^10.4.3",
"dotenv": "^9.0.2",
"fathom-client": "^3.2.0",
"flexsearch": "^0.7.21",
"font-color-contrast": "^11.1.0",
"framer-motion": "^10.12.16",
"graphql-request": "^5.0.0",
"ip-range-check": "^0.2.0",
"jotai": "^2.0.4",
"jotai-tanstack-query": "^0.7.0",
"lodash.merge": "^4.6.2",
"median-range": "^0.0.11",
"next": "^13.2.3",
"next-absolute-url": "^1.2.2",
"object-hash": "^2.2.0",
"plaiceholder": "^2.5.0",
"pure-react-carousel": "^1.27.8",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-countdown-circle-timer": "^2.5.4",
"react-data-table-component": "^6.11.8",
"react-datetime": "^3.1.1",
"react-dom": "^18.2.0",
"react-feather": "^2.0.9",
"react-hook-form": "^7.43.9",
"react-hotjar": "^3.0.1",
"react-icons": "^4.9.0",
"react-intersection-observer": "^9.4.1",
"react-quill": "^2.0.0",
"react-resize-detector": "^7.0.0",
"react-select": "^5.7.0",
"react-spinners": "^0.10.6",
"react-syntax-highlighter": "^15.5.0",
"react-table": "^7.7.0",
"recharts": "^2.4.3",
"rxjs": "7.5.6",
"sharp": "^0.31.2",
"styled-components": "^5.3.3",
"toformat": "^2.0.0",
"uri-js": "^4.4.1",
"use-debounce": "^7.0.1",
"validatorjs": "^3.22.1",
"zod": "^3.21.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.3.1",
"@playwright/test": "^1.28.1",
"@polkadot/wasm-crypto": "^6.3.1",
"@tailwindcss/line-clamp": "^0.4.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/flexsearch": "^0.7.2",
"@types/jest": "^29.5.0",
"@types/lodash-es": "^4.17.6",
"@types/lodash.merge": "^4.6.6",
"@types/object-hash": "^2.2.1",
"@types/react": "^18.0.28",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.11",
"autoprefixer": "10.2.5",
"commander": "^8.3.0",
"cross-env": "^7.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"moment": "^2.29.1",
"next-transpile-modules": "^9.1.0",
"postcss": "8.2.13",
"prettier": "2.4.1",
"react-test-renderer": "^18.2.0",
"start-server-and-test": "^1.14.0",
"tailwindcss": "^3.1.8",
"ts-node": "^10.9.1",
"ts-prune": "^0.10.3",
"typescript": "^5.0.4"
},
"packageManager": "[email protected]"
}