-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
66 lines (66 loc) · 2.09 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
{
"name": "bts_nft_gallery_template",
"private": false,
"homepage": "/",
"scripts": {
"dev": "cross-env NODE_ENV=development next dev",
"fetchJSON": "node ./scripts/001_download_JSON.js",
"downloadImages": "node ./scripts/002_download_images.js",
"shrinkImages": "node ./scripts/003_shrink_images.js",
"build": "cross-env NODE_ENV=production next build",
"postbuild": "cross-env next-sitemap --config next-sitemap.js",
"start": "next start",
"lint": "next lint",
"lintFix": "next lint --fix",
"testProxy": "lcp --port 8082 --proxyUrl https://api.testnet.bitshares.ws",
"prodProxy": "lcp --port 8082 --proxyUrl https://api.bitshares.ws"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@mantine/carousel": "^6.0.17",
"@mantine/core": "^6.0.17",
"@mantine/hooks": "^6.0.17",
"@mantine/next": "^6.0.17",
"@react-three/drei": "^9.46.4",
"@react-three/fiber": "^8.9.1",
"@react-three/postprocessing": "^2.7.0",
"@types/three": "^0.153.0",
"@vercel/analytics": "^1.0.1",
"atob": "^2.1.2",
"axios": "^1.4.0",
"cross-env": "^7.0.3",
"dayjs": "^1.11.9",
"embla-carousel-react": "^7.1.0",
"fuse.js": "^6.6.2",
"gray-matter": "^4.0.3",
"next": "^13.4.9",
"next-export-i18n": "^2.1.0",
"next-sitemap": "^4.1.8",
"prompts": "^2.4.2",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-intersection-observer": "^9.5.2",
"react-responsive-carousel": "^3.2.23",
"react-share": "^4.4.1",
"remark": "^14.0.3",
"remark-html": "^15.0.2",
"simple-websocket": "^9.1.0",
"swr": "^2.2.0",
"three": "^0.151.0",
"typescript": "^5.1.6",
"zustand": "^4.4.0"
},
"devDependencies": {
"eslint": "^8.46.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.4.12",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"sharp": "^0.32.4"
}
}