-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
77 lines (77 loc) · 2.1 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
71
72
73
74
75
76
77
{
"name": "thespace",
"version": "0.1.0",
"private": true,
"title": "The Space | World’s First NFT Pixel Art Game in Radical Markets",
"description": "The Space is the first NFT pixel art game where players own, color, and trade pixels as ERC721 tokens under Harberger Tax and earn a Universal Basic Income.",
"keywords": [
"universal basic income",
"r/place",
"graffiti wall",
"pixel nft",
"nft pixel art",
"reddit place",
"pixel art nft",
"radical markets",
"fractional nft",
"pixel map",
"harberger tax",
"dynamic nft",
"reddit pixel canvas",
"nft pixel art grid",
"nft fractionalization",
"nft fractional ownership",
"fractionalized nft",
"online graffiti wall",
"fractionalized ownership nft",
"collaborative nft",
"TheSpace",
"SpaceDAO",
"pixels",
"Decentralized",
"UBI",
"thespace",
"MattersLab",
"Matters.News",
"創作有價"
],
"githubResource": "https://github.com/thematters/contracts/tree/develop/docs/TheSpace",
"homepage": "https://thespace.game/",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"{,!(.next|build|public|node_modules|coverage|out)/**/}*.{ts,js,jsx,tsx,json,md}\"",
"prepare": "husky install"
},
"dependencies": {
"@slack/webhook": "^6.1.0",
"dayjs": "^1.11.2",
"ethers": "^5.6.5",
"ioredis": "^5.0.6",
"nanoid": "^3.3.4",
"next": "12.1.5",
"react": "18.0.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.0.0",
"twitter-api-sdk": "^1.0.7",
"wagmi": "^0.5.5"
},
"devDependencies": {
"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.182",
"@types/node": "17.0.25",
"@types/react": "18.0.5",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "18.0.1",
"classnames": "^2.3.1",
"eslint": "^8.13.0",
"eslint-config-next": "^12.1.5",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.1",
"prettier": "^2.6.2",
"sass": "^1.50.1",
"typescript": "4.6.3"
}
}