-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.76 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
{
"name": "permacast-ui",
"version": "1.0.0",
"author": "parallel-news",
"license": "MIT",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "yarn run eslint .",
"prepare": "husky install",
"build:analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@next/bundle-analyzer": "^13.3.0",
"@tanstack/react-query": "^4.29.5",
"@tanstack/react-query-devtools": "^4.29.6",
"arseeding-js": "^0.0.23",
"axios": "^1.2.4",
"bignumber.js": "^9.1.1",
"daisyui": "^2.51.5",
"everpay": "^0.6.0",
"fast-average-color": "^9.3.0",
"fuse.js": "^6.6.2",
"i18next": "^22.4.9",
"next": "latest",
"next-i18next": "^13.0.3",
"react": "latest",
"react-arconnect": "github:decentldotland/react-arconnect",
"react-dom": "latest",
"react-dropzone": "^11.3.4",
"react-easy-crop": "^4.6.2",
"react-hot-toast": "^2.4.0",
"react-i18next": "^12.2.0",
"react-icons": "^4.2.0",
"react-image-file-resizer": "^0.4.8",
"react-markdown": "^8.0.6",
"react-share": "^4.4.1",
"react-spinners": "^0.13.8",
"react-tooltip": "5.8.3",
"recoil": "^0.7.6",
"redstone-api": "^0.4.11"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "18.15.3",
"@types/react": "latest",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"autoprefixer": "^10.4.2",
"cross-env": "^7.0.3",
"eslint": "^8.35.0",
"eslint-plugin-react": "^7.32.2",
"husky": "^8.0.0",
"react-error-overlay": "6.0.9",
"tailwindcss": "^3.3.2",
"typescript": "4.9.4"
}
}