-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.91 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.91 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
{
"name": "arcao-front-end-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"deploy": "npm run build && permaweb-deploy --deploy-folder ./dist --arns-name $DEPLOY_ARNS_NAME",
"deploy-undername": "npm run build && permaweb-deploy --deploy-folder ./dist --arns-name $DEPLOY_ARNS_NAME --undername $DEPLOY_UNDERNAME",
"build:docs": "npm ci --prefix website && npm run build --prefix website",
"deploy-2": "npm run build:docs && permaweb-deploy --deploy-folder ./website/build --arns-name $DEPLOY_ARNS_NAME --undername docs"
},
"dependencies": {
"@ar.io/wayfinder-core": "1.3.0",
"@tailwindcss/vite": "4.1.11",
"antd": "5.26.4",
"ao-js-sdk": "0.3.8",
"lucide-react": "0.525.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-ga4": "2.1.0",
"react-icons": "5.5.0",
"react-router-dom": "7.6.2",
"react-zoom-pan-pinch": "3.7.0",
"rxjs": "7.8.2"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@tailwindcss/postcss": "4.1.11",
"@tailwindcss/typography": "0.5.16",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@vitejs/plugin-react-swc": "3.10.2",
"autoprefixer": "10.4.21",
"cross-env": "10.0.0",
"cssnano": "7.1.1",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"permaweb-deploy": "2.1.0",
"postcss": "8.5.6",
"tailwind-scrollbar": "4.0.2",
"tailwindcss": "4.1.11",
"tailwindcss-animate": "1.0.7",
"terser": "5.43.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "6.3.5",
"vite-plugin-node-polyfills": "0.24.0",
"vite-plugin-pwa": "1.0.0",
"vite-plugin-singlefile": "2.3.0"
}
}