|
1 |
| -{ |
2 |
| - "name": "libreblocks", |
3 |
| - "version": "0.1.0", |
4 |
| - "private": false, |
5 |
| - "scripts": { |
6 |
| - "dev": "next dev", |
7 |
| - "build": "next build", |
8 |
| - "start": "next start", |
9 |
| - "lint": "next lint", |
10 |
| - "lint:fix": "eslint src --fix && pnpm format", |
11 |
| - "lint:strict": "eslint --max-warnings=0 src", |
12 |
| - "typecheck": "tsc --noEmit --incremental false", |
13 |
| - "format": "prettier -w .", |
14 |
| - "format:check": "prettier -c ." |
15 |
| - }, |
16 |
| - "dependencies": { |
17 |
| - "@emotion/react": "^11.11.0", |
18 |
| - "@emotion/styled": "^11.11.0", |
19 |
| - "@headlessui/react": "^1.7.15", |
20 |
| - "@mui/icons-material": "^5.11.16", |
21 |
| - "@mui/material": "^5.13.4", |
22 |
| - "@mui/x-data-grid": "^6.6.0", |
23 |
| - "@next/font": "13.4.4", |
24 |
| - "@radix-ui/react-dialog": "^1.0.4", |
25 |
| - "@tanstack/react-query": "^4.29.12", |
26 |
| - "@vercel/og": "^0.5.6", |
27 |
| - "axios": "^1.4.0", |
28 |
| - "bip39": "^3.1.0", |
29 |
| - "clsx": "^1.2.1", |
30 |
| - "dayjs": "^1.11.8", |
31 |
| - "eosjs-ecc": "^4.0.0", |
32 |
| - "framer-motion": "^10.12.16", |
33 |
| - "hdkey": "^2.1.0", |
34 |
| - "immer": "^10.0.2", |
35 |
| - "lucide-react": "^0.236.0", |
36 |
| - "next": "13.4.4", |
37 |
| - "react": "18.2.0", |
38 |
| - "react-dom": "18.2.0", |
39 |
| - "react-ga4": "^2.1.0", |
40 |
| - "react-hotkeys-hook": "^4.4.0", |
41 |
| - "react-router-dom": "^6.14.0", |
42 |
| - "react-timeago": "^7.1.0", |
43 |
| - "react-toastify": "^9.1.3", |
44 |
| - "recharts": "^2.6.2", |
45 |
| - "use-immer": "^0.9.0", |
46 |
| - "wif": "^2.0.6" |
47 |
| - }, |
48 |
| - "devDependencies": { |
49 |
| - "@svgr/webpack": "^8.0.1", |
50 |
| - "@tailwindcss/forms": "^0.5.3", |
51 |
| - "@types/hdkey": "^2.0.1", |
52 |
| - "@types/node": "20.2.5", |
53 |
| - "@types/react": "18.2.8", |
54 |
| - "@types/react-dom": "18.2.4", |
55 |
| - "@types/react-timeago": "^4.1.3", |
56 |
| - "@types/wif": "^2.0.2", |
57 |
| - "@typescript-eslint/eslint-plugin": "^5.59.9", |
58 |
| - "@typescript-eslint/parser": "^5.59.9", |
59 |
| - "autoprefixer": "^10.4.13", |
60 |
| - "cssnano": "^6.0.1", |
61 |
| - "eslint": "8.42.0", |
62 |
| - "eslint-config-next": "13.4.4", |
63 |
| - "postcss": "^8.4.24", |
64 |
| - "prettier": "^2.8.8", |
65 |
| - "prettier-plugin-tailwindcss": "^0.3.0", |
66 |
| - "tailwindcss": "^3.3.2", |
67 |
| - "typescript": "5.1.3" |
68 |
| - }, |
69 |
| - "license": "UNLICENSED" |
70 |
| -} |
| 1 | +{ |
| 2 | + "name": "libreblocks", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": false, |
| 5 | + "scripts": { |
| 6 | + "dev": "next dev", |
| 7 | + "build": "next build", |
| 8 | + "start": "next start", |
| 9 | + "lint": "next lint", |
| 10 | + "lint:fix": "eslint src --fix && pnpm format", |
| 11 | + "lint:strict": "eslint --max-warnings=0 src", |
| 12 | + "typecheck": "tsc --noEmit --incremental false", |
| 13 | + "format": "prettier -w .", |
| 14 | + "format:check": "prettier -c ." |
| 15 | + }, |
| 16 | + "dependencies": { |
| 17 | + "@emotion/react": "^11.11.0", |
| 18 | + "@emotion/styled": "^11.11.0", |
| 19 | + "@headlessui/react": "^1.7.15", |
| 20 | + "@mui/icons-material": "^5.11.16", |
| 21 | + "@mui/material": "^5.13.4", |
| 22 | + "@mui/x-data-grid": "^6.6.0", |
| 23 | + "@next/font": "13.4.4", |
| 24 | + "@radix-ui/react-dialog": "^1.0.4", |
| 25 | + "@tanstack/react-query": "^4.29.12", |
| 26 | + "@vercel/og": "^0.5.6", |
| 27 | + "axios": "^1.4.0", |
| 28 | + "bip39": "^3.1.0", |
| 29 | + "clsx": "^1.2.1", |
| 30 | + "dayjs": "^1.11.8", |
| 31 | + "eosjs-ecc": "^4.0.0", |
| 32 | + "framer-motion": "^10.12.16", |
| 33 | + "hdkey": "^2.1.0", |
| 34 | + "immer": "^10.0.2", |
| 35 | + "lucide-react": "^0.236.0", |
| 36 | + "next": "13.4.4", |
| 37 | + "react": "18.2.0", |
| 38 | + "react-dom": "18.2.0", |
| 39 | + "react-ga4": "^2.1.0", |
| 40 | + "react-hotkeys-hook": "^4.4.0", |
| 41 | + "react-router-dom": "^6.14.0", |
| 42 | + "react-timeago": "^7.1.0", |
| 43 | + "react-toastify": "^9.1.3", |
| 44 | + "recharts": "^2.6.2", |
| 45 | + "use-immer": "^0.9.0", |
| 46 | + "wif": "^2.0.6" |
| 47 | + }, |
| 48 | + "devDependencies": { |
| 49 | + "@svgr/webpack": "^8.0.1", |
| 50 | + "@tailwindcss/forms": "^0.5.3", |
| 51 | + "@types/hdkey": "^2.0.1", |
| 52 | + "@types/node": "20.2.5", |
| 53 | + "@types/react": "18.2.8", |
| 54 | + "@types/react-dom": "18.2.4", |
| 55 | + "@types/react-timeago": "^4.1.3", |
| 56 | + "@types/wif": "^2.0.2", |
| 57 | + "@typescript-eslint/eslint-plugin": "^5.59.9", |
| 58 | + "@typescript-eslint/parser": "^5.59.9", |
| 59 | + "autoprefixer": "^10.4.13", |
| 60 | + "cssnano": "^6.0.1", |
| 61 | + "eslint": "8.42.0", |
| 62 | + "eslint-config-next": "13.4.4", |
| 63 | + "postcss": "^8.4.24", |
| 64 | + "prettier": "^2.8.8", |
| 65 | + "prettier-plugin-tailwindcss": "^0.3.0", |
| 66 | + "tailwindcss": "^3.3.2", |
| 67 | + "typescript": "5.1.3" |
| 68 | + }, |
| 69 | + "license": "UNLICENSED" |
| 70 | +} |
0 commit comments