-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.07 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
{
"name": "typescript",
"private": true,
"version": "0.0.0",
"type": "module",
"files": [
"dist"
],
"svelte": "dist/index.js",
"exports": {
".": {
"svelte": "./dist/index.js"
}
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"deploy": "vite build && arkb deploy dist --wallet wallet.json"
},
"dependencies": {
"arweave": "^1.14.4",
"buffer": "^6.0.3",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"util": "^0.12.4"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.3",
"@tsconfig/svelte": "^4.0.1",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"arconnect": "^0.4.2",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.18",
"svelte": "^4.1.2",
"svelte-check": "^3.4.6",
"tailwindcss": "^3.2.2",
"tinro": "^0.6.12",
"tslib": "^2.5.0",
"typescript": "^5.0.2",
"vite": "^4.3.2"
}
}