-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
66 lines (66 loc) · 1.79 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
{
"name": "mern-ant-design-graphql-next-template",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "next dev",
"now-dev": "now dev",
"build": "next build",
"start": "next start",
"production": "now --prod"
},
"dependencies": {
"@apollo/react-common": "3.0.1",
"@apollo/react-hooks": "3.0.1",
"@apollo/react-ssr": "3.0.1",
"antd": "^3.22.2",
"apollo-cache-inmemory": "1.6.3",
"apollo-client": "2.6.4",
"apollo-datasource-rest": "^0.6.4",
"apollo-link-http": "1.5.15",
"apollo-link-schema": "1.2.3",
"apollo-server-cache-redis": "^1.1.3",
"apollo-server-micro": "2.9.0",
"apollo-utilities": "^1.3.2",
"axios": "^0.19.0",
"datasource-sql": "^0.2.0",
"dotenv": "^8.1.0",
"graphql": "^14.0.2",
"graphql-tag": "2.10.1",
"knex": "^0.19.4",
"mongo": "^0.1.0",
"next": "^9.0.5",
"pg": "^7.12.1",
"prop-types": "^15.6.2",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"devDependencies": {
"@mdx-js/loader": "^1.4.0",
"@next/mdx": "^9.0.3",
"@types/node": "^12.7.3",
"@zeit/next-bundle-analyzer": "^0.1.2",
"@zeit/next-less": "^1.0.1",
"babel-plugin-import": "^1.12.1",
"global": "^4.4.0",
"image-trace-loader": "^0.1.0",
"imagemin-gifsicle": "^6.0.1",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-optipng": "^7.0.0",
"imagemin-svgo": "^7.0.0",
"less": "^3.10.3",
"less-vars-to-js": "^1.3.0",
"lqip-loader": "^2.2.0",
"next-offline": "^5.0.0-beta.4",
"next-optimized-images": "^2.5.3",
"now": "^16.1.3",
"null-loader": "3.0.0",
"remark-emoji": "^2.0.2",
"remark-images": "^1.0.0",
"responsive-loader": "^1.2.0",
"sharp": "^0.23.0",
"typescript": "^3.6.2",
"webp-loader": "^0.5.0"
}
}