-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.17 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
{
"name": "cfye-nextjs",
"version": "1.0.2",
"scripts": {
"dev": "next",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"serve": "next build && next start",
"generate:codegen": "DOTENV_CONFIG_PATH=.env.local graphql-codegen -r dotenv/config",
"generate:codegen:watch": "graphql-codegen -w -r dotenv/config",
"lint": "next lint",
"type-check": "tsc --noEmit",
"prettier": "prettier --write"
},
"husky": {
"hooks": {
"pre-commit": "yarn type-check && lint-staged"
}
},
"repository": {
"type": "git",
"url": "https://github.com/aderaaij/cfye-nextjs"
},
"dependencies": {
"@apollo/client": "^3.11.8",
"@plaiceholder/next": "^2.5.0",
"classnames": "^2.5.1",
"date-fns": "^2.30.0",
"eslint": "^7.32.0",
"framer-motion": "^5.6.0",
"html-react-parser": "^1.4.14",
"next": "^12.3.4",
"next-sitemap": "^1.9.12",
"plaiceholder": "^2.5.0",
"postcss": "^8.4.47",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-inview": "^4.5.1",
"react-intersection-observer": "^8.34.0",
"sass": "^1.80.3",
"sharp": "^0.29.3",
"string-strip-html": "^9.1.13"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.16.5",
"@graphql-codegen/typescript": "^2.8.8",
"@graphql-codegen/typescript-operations": "^2.5.13",
"@graphql-codegen/typescript-resolvers": "^2.7.13",
"@next/eslint-plugin-next": "^12.3.4",
"@types/node": "^15.14.9",
"@types/react": "^17.0.83",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"dotenv": "^8.6.0",
"eslint-config-next": "^11.1.4",
"eslint-config-prettier": "^6.15.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.37.1",
"graphql": "^15.9.0",
"husky": "^4.3.8",
"lint-staged": "^10.5.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.2",
"prettier": "^2.8.8",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
"typescript": "^4.9.5",
"webpack": "^5.95.0"
},
"license": "MIT"
}