forked from noudadrichem/keycapsets.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.82 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.82 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
{
"name": "keycapsets.com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "NODE_ENV=production next start",
"pretty": "prettier --ignore .next --write './**/*.{ts,tsx,json,scss}'"
},
"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/react-hooks": "^3.1.3",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"apollo-boost": "^0.4.7",
"dotenv": "^8.2.0",
"graphql": "^14.6.0",
"moment": "^2.24.0",
"next": "^9.3.2",
"next-apollo": "^3.1.10",
"next-ga": "^2.3.4",
"next-images": "^1.3.1",
"next-with-apollo": "^5.0.0",
"node-fetch": "^2.6.0",
"node-sass": "^4.13.1",
"rc-color-picker": "^1.2.6",
"react": "^16.13.0",
"react-apollo": "^3.1.3",
"react-dom": "^16.13.0",
"react-google-login": "^5.1.3",
"react-lazyload": "^2.6.7",
"react-select": "^3.1.0",
"react-slick": "^0.25.2",
"slick-carousel": "^1.8.1",
"url-loader": "^3.0.0"
},
"devDependencies": {
"@types/node": "^13.9.1",
"@types/react": "^16.9.23",
"husky": "^4.2.5",
"json-loader": "^0.5.7",
"prettier": "^2.0.4",
"pretty-quick": "^2.0.1",
"sass-loader": "^8.0.2",
"typescript": "^3.8.3"
}
}