-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
79 lines (79 loc) · 2.42 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
78
79
{
"name": "keycapsets.com",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"pretty": "prettier --ignore .next --write './**/*.{ts,tsx,json,scss}'",
"gen": "graphql-codegen --config codegen.yml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noudadrichem/keycapsets.com.git"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"keywords": [],
"author": "noudadrichem",
"license": "GNU",
"bugs": {
"url": "https://github.com/noudadrichem/keycapsets.com/issues"
},
"homepage": "https://keycapsets.com",
"dependencies": {
"@apollo/client": "^3.2.9",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"apollo-upload-client": "^14.1.1",
"dotenv": "^8.2.0",
"framer-motion": "^1.11.1",
"graphql": "^14.7.0",
"moment": "^2.27.0",
"next": "^9.5.4",
"next-apollo": "^3.1.10",
"next-ga": "^2.3.4",
"next-images": "^1.4.1",
"next-with-apollo": "^5.1.0",
"node-fetch": "^2.6.1",
"node-sass": "^4.14.1",
"rc-color-picker": "^1.2.6",
"react": "^16.13.1",
"react-apollo": "^3.1.5",
"react-dom": "^16.13.1",
"react-google-login": "^5.1.21",
"react-hook-form": "^5.7.2",
"react-lazyload": "^2.6.9",
"react-modal": "^3.12.1",
"react-select": "^3.1.0",
"react-slick": "^0.25.2",
"react-toggle": "^4.1.1",
"react-tooltip": "^4.2.9",
"react-waypoint": "^9.0.3",
"slick-carousel": "^1.8.1",
"url-loader": "^3.0.0",
"use-dark-mode": "^2.3.1",
"use-is-in-viewport": "^1.0.9",
"zustand": "^3.1.2"
},
"devDependencies": {
"@graphql-codegen/cli": "1.19.4",
"@types/node": "^13.13.17",
"@types/react": "^16.9.49",
"@types/react-tooltip": "^4.2.4",
"husky": "^4.3.0",
"json-loader": "^0.5.7",
"prettier": "^2.1.1",
"pretty-quick": "^2.0.2",
"sass-loader": "^8.0.2",
"typescript": "^3.9.7",
"@graphql-codegen/typescript-operations": "1.17.12",
"@graphql-codegen/typescript": "1.19.0",
"@graphql-codegen/typescript-react-apollo": "2.2.1"
}
}