This repository was archived by the owner on Jul 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.45 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
{
"name": "line",
"private": true,
"dependencies": {
"@babel/core": "^7.23.9",
"@babel/plugin-transform-private-methods": "^7.23.3",
"@babel/plugin-transform-private-property-in-object": "^7.23.4",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^8.0.3",
"@rails/actioncable": "^7.1.2",
"@rails/activestorage": "^7.1.2",
"@tailwindcss/postcss7-compat": "npm:@tailwindcss/postcss7-compat",
"@wagmi/connectors": "^4.1.18",
"@wagmi/core": "^2.6.9",
"@walletconnect/ethereum-provider": "^2.11.3",
"@web3modal/wagmi": "^4.0.11",
"assert": "^2.1.0",
"esbuild-plugin-polyfill-node": "^0.3.0",
"heroicon": "^0.0.2",
"http": "^0.0.1-security",
"https": "^1.0.0",
"i18next": "23.2.3",
"lit": "^3.1.2",
"os": "^0.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "^0.73.5",
"stimulus": "^3.2.2",
"stream": "^0.0.2",
"url": "^0.11.3",
"util": "^0.12.5",
"valtio": "^1.13.2",
"viem": "^2.7.16"
},
"version": "0.1.0",
"devDependencies": {
"@babel/preset-env": "^7.24.0",
"@chialab/esbuild-plugin-postcss": "^0.18.0",
"autoprefixer": "^10.4.19",
"esbuild": "^0.23.1",
"postcss": "^8.4.38",
"postcss-load-config": "^3.1.0",
"postcss-loader": "^8.0.0",
"tailwindcss": "^3.4.4"
},
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --sourcemap --format=esm --outdir=app/assets/builds --watch"
}
}