-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.5 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
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "@arcadecity/arcade.city",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ceramicnetwork/3id-did-resolver": "^1.3.1",
"@ceramicnetwork/http-client": "^1.1.1",
"@ceramicnetwork/stream-tile": "^1.1.1",
"@ceramicstudio/idx": "^0.12.1",
"@headlessui/react": "^1.4.0",
"@heroicons/react": "^1.0.4",
"@mdx-js/loader": "^1.6.22",
"@react-spring/core": "^9.2.4",
"@react-spring/three": "^9.2.4",
"@react-three/drei": "7.3.1",
"@react-three/fiber": "7.0.6",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/typography": "^0.4.0",
"@vimeo/player": "^2.16.0",
"autoprefixer": "^10.2.5",
"bitcoinjs-lib": "5.2.0",
"bitcoinjs-message": "2.2.0",
"bolt11": "1.3.2",
"dids": "^2.4.0",
"ethers": "^5.4.5",
"key-did-provider-ed25519": "^1.1.0",
"key-did-resolver": "^1.3.1",
"lerp": "1.0.3",
"magic-sdk": "^4.4.2",
"next": "11.1.0",
"postcss": "^8.2.8",
"prismjs": "^1.23.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.64.2",
"react-native-web": "^0.13.14",
"react-qr-code": "^2.0.2",
"tailwindcss": "^2.2.0-canary.16",
"text-encoding-polyfill": "0.6.7",
"three": "^0.131.3",
"tinytime": "^0.2.6",
"use-elapsed-time": "^3.0.1",
"zustand": "^3.5.9"
},
"devDependencies": {
"@next/bundle-analyzer": "^10.0.8",
"@types/react": "17.0.18",
"@types/react-native": "0.64.10",
"@types/three": "^0.131.0",
"babel-plugin-glsl": "^1.0.0",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-react-native-web": "^0.13.14",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"feed": "^4.2.1",
"file-loader": "^6.0.0",
"glsl-random": "^0.0.5",
"glslify": "^7.1.1",
"glslify-loader": "^2.0.0",
"raw-loader": "^4.0.2",
"simple-functional-loader": "^1.2.1",
"typescript": "4.3.5"
},
"prettier": {
"arrowParens": "always",
"bracketSpacing": true,
"embeddedLanguageFormatting": "auto",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": true,
"printWidth": 80,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false,
"vueIndentScriptAndStyle": false
}
}