forked from omni-network/omni
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.92 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
{
"name": "ui",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix build",
"dev": "remix dev --manual",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "remix-serve ./build/index.js",
"typecheck": "tsc",
"codegen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@heroicons/react": "2.1.1",
"@remix-run/css-bundle": "^2.5.0",
"@remix-run/node": "^2.5.0",
"@remix-run/react": "^2.5.0",
"@remix-run/serve": "^2.5.0",
"@tailwindcss/typography": "0.5.10",
"@tanstack/react-table": "8.11.8",
"autoprefixer": "10.4.17",
"clsx": "2.1.0",
"graphql": "16.8.1",
"graphql-request": "6.1.0",
"isbot": "^4.1.0",
"openapi-fetch": "^0.8.2",
"react": "^18.2.0",
"react-daisyui": "5.0.0",
"react-dom": "^18.2.0",
"react-social-icons": "6.10.0",
"save": "2.9.0"
},
"devDependencies": {
"@fontsource/urbanist": "5.0.18",
"@fortawesome/fontawesome-common-types": "6.5.1",
"@fortawesome/react-fontawesome": "0.2.0",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/client-preset": "4.1.0",
"@graphql-typed-document-node/core": "3.2.0",
"@parcel/watcher": "2.4.0",
"@remix-run/dev": "^2.5.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"daisyui": "4.6.2",
"eslint": "^8.38.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "3.2.5",
"solid": "link:@heroicons/react/solid",
"tailwindcss": "3.4.1",
"theme-change": "2.5.0",
"typescript": "^5.3.3",
"urql": "4.0.6"
},
"engines": {
"node": ">=18.0.0"
}
}