-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.72 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
{
"name": "swiadomosc",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start:backend": "nodemon index.js",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@apollo/client": "^3.5.6",
"@hookform/devtools": "^4.0.1",
"classnames": "^2.3.1",
"firebase": "^9.6.1",
"graphql": "^16.2.0",
"mongoose": "^6.3.3",
"morgan": "^1.10.0",
"next": "^12.0.7",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^7.0.1",
"react": "17.0.2",
"react-datocms": "^1.6.7",
"react-dom": "17.0.2",
"react-hook-form": "^7.21.0",
"react-intersection-observer": "^8.33.1",
"react-toastify": "^8.1.0",
"react-transition-group": "^4.4.2",
"swr": "^1.3.0",
"xss": "^1.0.11"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.0.4",
"@svgr/webpack": "^6.0.0",
"@types/node": "16.11.11",
"@types/react": "17.0.37",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.1",
"eslint-config-next": "12.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.0",
"lint-staged": "^12.1.2",
"postcss": "^8.4.4",
"prettier": "^2.5.0",
"sass": "^1.44.0",
"stylelint": "^14.1.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-scss": "^5.0.2",
"typescript": "4.5.2"
},
"author": {
"name": "Marcin Smarzewski",
"url": "https://github.com/krutons"
}
}