-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 949 Bytes
/
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
{
"name": "loose-rat",
"version": "0.1.0",
"private": true,
"scripts": {
"fmt": "prettier --cache --write 'app/**/*.tsx' 'components/*.tsx' tailwind.config.ts next.config.mjs tsconfig.json",
"dev": "next dev",
"export": "next build",
"start": "next start",
"lint": "tsc && next lint"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"mnemonist": "^0.39.8",
"next": "15.1.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0"
},
"devDependencies": {
"@ethereumjs/trie": "^6.2.1",
"@types/bun": "^1.1.16",
"@types/node": "^22.10.5",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"eslint": "^9.17.0",
"eslint-config-next": "15.1.4",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"tailwindcss": "^3.4.17",
"trie-search": "^2.1.0",
"typescript": "^5.7.3"
}
}