-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.53 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
{
"name": "with-styled-components",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "jest",
"generate": "graphql-codegen --config codegen.js"
},
"dependencies": {
"@apollo/client": "^3.3.16",
"@aws-amplify/ui-react": "^1.0.6",
"@graphql-codegen/cli": "^1.21.4",
"@graphql-codegen/introspection": "^1.18.2",
"@graphql-codegen/typescript": "^1.22.0",
"@graphql-codegen/typescript-operations": "^1.17.16",
"@graphql-codegen/typescript-react-apollo": "^2.2.4",
"@stripe/stripe-js": "^1.14.0",
"@types/graphql": "^14.5.0",
"@types/styled-components": "^5.1.9",
"antd": "^4.15.0",
"apollo": "^2.33.1",
"aws-amplify": "^3.3.26",
"dayjs": "^1.8.30",
"google-map-react": "^2.1.9",
"graphql": "^15.5.0",
"graphql-tag": "^2.0.0",
"memory-cache": "^0.2.0",
"moment": "^2.29.1",
"next": "latest",
"next-absolute-url": "^1.2.2",
"next-i18next": "^8.1.3",
"postmark": "^2.7.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-is": "^16.8.0",
"react-photo-gallery": "^8.0.0",
"react-share": "^4.4.0",
"react-simple-image-slider": "^2.1.0",
"stripe": "^8.148.0",
"styled-components": "^5.0.0",
"swr": "^0.5.6",
"telegrambot": "^0.1.0"
},
"devDependencies": {
"@types/jest": "^26.0.22",
"babel-plugin-styled-components": "^1.8.0",
"jest": "^26.6.3",
"typescript": "^4.2.3"
},
"license": "MIT",
"browser": {
"child_process": false
}
}