-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 891 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 891 Bytes
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
{
"name": "argo",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "lua scripts/ardriveBuild.lua --prod"
},
"dependencies": {
"@ar.io/wayfinder-core": "^1.6.1",
"lodash": "^4.17.21",
"vue": "^3.4.37"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^latest",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@vitejs/plugin-vue": "^latest",
"crypto-browserify": "^3.12.0",
"os-browserify": "^0.3.0",
"permaweb-deploy": "2.5.1",
"process": "^0.11.10",
"rollup-plugin-node-polyfills": "^0.2.1",
"stream-browserify": "^3.0.0",
"terser": "^5.33.0",
"util": "^0.12.5",
"vite": "^latest",
"vite-plugin-node-polyfills": "^0.24.0"
},
"trustedDependencies": [
"protobufjs"
]
}