-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.23 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
67
68
69
70
71
72
73
74
75
76
77
{
"name": "hangwoman-cms",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p $PORT",
"start:dev": "yarn dev",
"test": "echo 1;",
"test:jest": "jest",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@material-ui/core": "latest",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.43",
"@types/sinon": "^9.0.0",
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link": "^1.2.14",
"apollo-link-batch-http": "^1.2.14",
"apollo-link-context": "^1.0.20",
"apollo-link-error": "^1.1.13",
"apollo-link-http": "^1.5.17",
"apollo-link-ws": "^1.0.20",
"apollo-utilities": "^1.3.4",
"axios": "^0.21.1",
"browser-monads": "^1.0.0",
"clsx": "latest",
"deep-object-diff": "^1.1.0",
"dotenv": "^8.2.0",
"emoji-mart": "^3.0.0",
"formik": "^2.1.4",
"graphql": "^15.0.0",
"graphql-tag": "^2.10.3",
"isomorphic-fetch": "^2.2.1",
"js-cookie": "^2.2.1",
"lodash": "^4.17.19",
"material-ui-popup-state": "^1.6.1",
"moment": "^2.28.0",
"next": "latest",
"next-images": "^1.3.1",
"next-with-apollo": "^5.0.1",
"notistack": "^0.9.11",
"nprogress": "^0.2.0",
"omit-deep-lodash": "^1.1.4",
"prop-types": "latest",
"react": "latest",
"react-addons-test-utils": "^15.6.2",
"react-avatar-editor": "^11.0.9",
"react-color": "^2.18.0",
"react-dom": "latest",
"seo-friendly-slugify": "^1.0.5",
"sinon": "^9.0.2",
"styled-components": "^5.1.0",
"subscriptions-transport-ws": "^0.9.17",
"velocity-react": "^1.4.3",
"yup": "^0.28.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.4",
"@types/isomorphic-fetch": "^0.0.35",
"@types/jest": "^25.2.1",
"@types/lodash": "^4.14.150",
"@types/lscache": "^1.3.0",
"@types/node": "^13.13.4",
"@types/react": "^16.9.34",
"@types/yup": "^0.29.7",
"ava": "^3.8.1",
"babel-plugin-styled-components": "^1.10.7",
"jest": "^25.5.3",
"typescript": "^3.8.3"
}
}