-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.66 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
{
"name": "create-next-mintbase-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"l.int": "next lint"
},
"dependencies": {
"@apollo/client": "^3.3.21",
"@corex/hook-form-yup-resolver": "^2.6.34",
"@heroicons/react": "^1.0.4",
"@material-ui/core": "^4.12.3",
"@paciolan/remote-component": "^2.11.0",
"@tailwindcss/line-clamp": "^0.2.1",
"apollo-boost": "^0.4.9",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"apollo-link-http": "^1.5.17",
"apollo-link-ws": "^1.0.20",
"bn.js": "^5.2.0",
"decimal.js": "^10.3.1",
"deepmerge": "^4.2.2",
"lodash": "^4.17.21",
"material-ui": "^0.20.2",
"mintbase": "0.3.0-beta.3",
"near-api-js": "^0.39.0",
"next": "11.1",
"react": "17.0.2",
"react-beautiful-dnd-grid": "^0.1.3-alpha",
"react-colorful": "^5.3.0",
"react-dom": "17.0.2",
"react-hook-form": "^7.13.0",
"react-jinke-music-player": "^4.24.1",
"react-media": "^2.0.0-rc.1",
"spacesvr": "^1.8.1",
"subscriptions-transport-ws": "^0.9.19",
"swiper": "^7.0.5",
"three": "^0.131.0",
"valtio": "^1.2.1",
"yup": "^0.32.9"
},
"devDependencies": {
"@types/lodash": "^4.14.171",
"@types/react": "17.0.14",
"@types/three": "^0.131.0",
"autoprefixer": "^10.3.1",
"eslint": "7.30.0",
"eslint-config-next": "11.0.1",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4",
"typescript": "4.3.5"
},
"resolutions": {
"spacesvr/**/@react-three/drei": "4.1.8",
"spacesvr/**/@react-three/fiber": "6.0.14"
}
}