-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 2.05 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "concertx-frontend",
"private": true,
"sideEffects": false,
"type": "commonjs",
"scripts": {
"build": "run-s build:*",
"build:app": "remix build",
"dev": "run-p dev:*",
"dev:app": "remix dev --manual",
"start": "run-p start:*",
"start:app": "dotenv remix-serve build",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"typecheck": "tsc"
},
"dependencies": {
"@headlessui/react": "1.7.18",
"@heroicons/react": "2.1.1",
"@remix-run/node": "2.7.2",
"@remix-run/react": "2.7.2",
"@remix-run/serve": "2.7.2",
"@remix-run/v1-meta": "^0.1.3",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-phantom": "^0.9.24",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/web3.js": "^1.78.2",
"@tanstack/react-query": "^5.22.2",
"clsx": "2.1.0",
"crypto-browserify": "^3.12.0",
"date-fns": "3.3.1",
"framer-motion": "11.0.5",
"isbot": "^4.1.0",
"lodash": "4.17.21",
"react": "^18.2.0",
"react-cool-onclickoutside": "^1.7.0",
"react-dom": "18.2.0",
"react-responsive": "^9.0.2",
"remix-utils": "^7.5.0",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@remix-run/dev": "2.7.2",
"@remix-run/eslint-config": "2.7.2",
"@remix-run/v1-route-convention": "^0.1.4",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.4",
"@tailwindcss/line-clamp": "0.4.4",
"@tailwindcss/typography": "0.5.9",
"@types/lodash": "4.14.196",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"cssnano": "6.0.1",
"dotenv-cli": "7.2.1",
"eslint": "8.46.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.27",
"postcss-cli": "10.1.0",
"postcss-import": "15.1.0",
"prettier": "3.0.0",
"prettier-plugin-tailwindcss": "0.4.1",
"tailwindcss": "3.3.3",
"tiny-invariant": "1.3.1",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18.0.0"
}
}