forked from Mintbase/create-mintbase-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 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
{
"name": "create-next-mintbase-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.3.21",
"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",
"deepmerge": "^4.2.2",
"lodash": "^4.17.21",
"mintbase": "0.5.0",
"mintbase-ui": "^0.1.2",
"next": "^12.1.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-hook-form": "^7.13.0",
"react-jinke-music-player": "^4.24.1",
"subscriptions-transport-ws": "^0.9.19"
},
"devDependencies": {
"@types/lodash": "^4.14.171",
"@types/react": "17.0.14",
"autoprefixer": "^10.4.7",
"eslint": "7.30.0",
"eslint-config-next": "11.0.1",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24",
"typescript": "4.3.5"
}
}