-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
154 lines (154 loc) · 5.46 KB
/
package.json
File metadata and controls
154 lines (154 loc) · 5.46 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
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
{
"name": "arns-vite-react",
"private": true,
"version": "1.29.1",
"homepage": ".",
"scripts": {
"build": "yarn clean && cross-env NODE_OPTIONS=--max-old-space-size=32768 vite build",
"build:production": "yarn clean && cross-env NODE_OPTIONS=--max-old-space-size=32768 VITE_NODE_ENV=production VITE_ENVIRONMENT=production vite build",
"build:develop": "yarn clean && cross-env NODE_OPTIONS=--max-old-space-size=32768 VITE_NODE_ENV=develop VITE_ENVIRONMENT=develop vite build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"publish:arweave": "yarn build && permaweb-deploy --arns-name $VITE_ARNS_NAME ",
"deploy:arweave": "permaweb-deploy --arns-name $VITE_ARNS_NAME ",
"clean": "rimraf dist",
"dev": "cross-env NODE_ENV=prod VITE_GITHUB_HASH=local vite",
"lint:fix": "biome check --write --unsafe",
"lint:check": "biome check --unsafe",
"format:fix": "biome format --write",
"format:check": "biome format",
"preview": "vite preview",
"test": "cross-env NODE_ENV=test jest",
"test:updateSnapshot": "cross-env NODE_ENV=test jest --updateSnapshot",
"test:coverage": "cross-env NODE_ENV=test jest --coverage",
"test:playwright": "cross-env NODE_ENV=test playwright test",
"prepare": "husky install",
"pre-commit": "lint-staged",
"docs:serve": "rm -rf docs && typedoc --out docs src/**/**/* && http-server docs",
"landing:serve": "http-server ./landing_page"
},
"dependencies": {
"@ant-design/icons": "5.4.0",
"@ar.io/sdk": "^3.22.1",
"@ar.io/wayfinder-core": "^1.9.0",
"@ar.io/wayfinder-react": "^1.0.27",
"@ardrive/turbo-sdk": "1.39.2",
"@permaweb/aoconnect": "0.0.69",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-switch": "^1.1.2",
"@rainbow-me/rainbowkit": "^2.2.9",
"@sentry/react": "^7.45.0",
"@stripe/react-stripe-js": "^3.6.0",
"@stripe/stripe-js": "^7.0.0",
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-query-devtools": "^5.66.9",
"@tanstack/react-query-persist-client": "^5.45.1",
"@tanstack/react-table": "^8.20.5",
"@vela-ventures/ao-sync-sdk": "^1.1.25",
"antd": "^5.20.6",
"arconnect": "^1.0.3",
"arweave": "^1.15.1",
"arweave-graphql": "^0.0.5",
"arweave-wallet-connector": "^1.0.2",
"axios": "^1.1.3",
"dayjs": "^1.11.13",
"emoji-regex": "^10.3.0",
"eventemitter3": "^5.0.0",
"framer-motion": "^11.11.1",
"idb-keyval": "^6.2.1",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"lucide-react": "^0.438.0",
"plimit-lit": "^3.0.1",
"puny-coder": "^1.0.1",
"radix-ui": "^1.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-markdown": "6",
"react-router-dom": "^6.4.2",
"recharts": "^2.15.0",
"validator": "^13.15.0",
"viem": "^2.40.2",
"wagmi": "^2.19.5"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@biomejs/biome": "1.9.4",
"@chromatic-com/storybook": "^3.2.2",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@glen/jest-raw-loader": "^2.0.0",
"@playwright/test": "^1.48.1",
"@sentry/vite-plugin": "^0.7.2",
"@storybook/addon-actions": "^8.4.7",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-onboarding": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/test": "^8.4.7",
"@tailwindcss/typography": "^0.5.16",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/chartjs-plugin-annotation": "^0.5.2",
"@types/jest": "^29.5.10",
"@types/lodash": "^4.14.188",
"@types/match-media-mock": "^0.1.6",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-test-renderer": "^18.0.0",
"@types/rimraf": "^3.0.2",
"@types/uuid": "^9.0.0",
"@types/validator": "^13.12.3",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.20",
"core-js": "^3.26.1",
"cross-env": "^7.0.3",
"fake-indexeddb": "^6.0.0",
"http-server": "^14.1.1",
"husky": "^8.0.0",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.7.0",
"jest-location-mock": "^2.0.0",
"jest-transform-stub": "^2.0.0",
"lint-staged": "^13.1.0",
"match-media-mock": "^0.1.1",
"nyc": "^15.1.0",
"permaweb-deploy": "^2.4.0",
"postcss": "^8.4.41",
"react-hooks": "^1.0.1",
"react-test-renderer": "^18.2.0",
"rimraf": "^3.0.2",
"storybook": "^8.4.7",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.9",
"tailwindcss-animate": "^1.0.7",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"vite": "^4.3.3",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-node-stdlib-browser": "^0.2.1",
"vite-plugin-package-version": "^1.0.2",
"vite-plugin-svgr": "^2.2.2"
},
"lint-staged": {
"**/*.{ts,tsx,js,md,json}": [
"biome check --write --unsafe",
"biome format --write"
]
},
"packageManager": "yarn@1.22.22"
}