-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.97 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.97 KB
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
{
"name": "with-apollo",
"version": "2.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build"
},
"dependencies": {
"@ant-design/icons": "^4.0.5",
"@apollo/client": "^3.0.0-beta.44",
"@apollo/link-error": "^2.0.0-beta.3",
"@apollo/react-ssr": "3.0.0",
"@next/bundle-analyzer": "^9.3.4",
"@zeit/next-css": "^1.0.1",
"@zeit/next-less": "^1.0.1",
"antd": "^4.2.4",
"axios": "^0.19.2",
"babel-plugin-import": "^1.13.0",
"babel-plugin-import-graphql": "^2.7.0",
"cross-env": "^7.0.2",
"graphql": "^14.0.2",
"graphql-tag": "2.10.1",
"isomorphic-unfetch": "^3.0.0",
"less": "^3.11.1",
"less-vars-to-js": "^1.3.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"next": "^9.3.4",
"next-compose-plugins": "^2.2.0",
"next-nookies-persist": "^1.3.4",
"next-with-apollo": "^5.0.0",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"styled-components": "^5.0.1",
"yup": "^0.28.3"
},
"license": "ISC",
"devDependencies": {
"babel-eslint": "^10.1.0",
"babel-plugin-graphql-tag": "^2.5.0",
"babel-plugin-inline-import": "^3.0.0",
"babel-plugin-module-resolver": "^4.0.0",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-wesbos": "0.0.19",
"eslint-import-resolver-babel-module": "^5.1.2",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"file-loader": "^4.1.0",
"null-loader": "^3.0.0",
"prettier": "^2.0.2",
"url-loader": "^3.0.0"
}
}