-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.58 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
{
"name": "nftext",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/wotori-studio/NFText",
"author": "",
"license": "MIT",
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.30.1",
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/stargate": "^0.30.1",
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.9.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@keplr-wallet/types": "^0.11.63",
"@mui/material": "^5.7.0",
"@react-three/drei": "=9.9.0",
"@react-three/fiber": "^8.0.16",
"axios": "^0.27.2",
"clsx": "^1.1.1",
"gltfjsx": "^4.6.4",
"jotai": "^2.0.4",
"mobx": "^6.5.0",
"mobx-react-lite": "^3.4.0",
"next": "^12.1.6",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.1.0",
"react-keplr": "^1.0.12",
"react-painter": "^0.4.0",
"react-select": "^5.7.2",
"sass": "^1.51.0",
"styled-jsx": "^5.0.2",
"three": "^0.140.2",
"yarn": "^1.22.18"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --*"
},
"devDependencies": {
"@types/node-sass": "^4.11.2",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.0.4",
"babel-plugin-transform-remove-console": "^6.9.4",
"typescript": "^4.6.4"
}
}