-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
159 lines (159 loc) · 5.23 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "harta-servicii",
"version": "1.1.0",
"author": "Cezar Neaga <cezar.neaga@citizennext.ro>",
"license": "MIT",
"scripts": {
"clean": "rm -rf .cache && yarn start",
"lint": "eslint . --ext ts --ext tsx",
"format": "prettier --config ./.prettierrc --write src/**/*.tsx src/**/**/*.tsx",
"start": "GATSBY_HOT_LOADER=fast-refresh gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"gen:schema": "graphql-codegen",
"test": "NODE_ENV=test ava **/*.test.js --verbose",
"type-check": "tsc --pretty --noEmit --skipLibCheck"
},
"greenkeeper": {
"ignore": [
"ava"
]
},
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"@aws-amplify/ui-react": "^0.2.8",
"@openfonts/koho_all": "^1.44.2",
"@reach/alert-dialog": "^0.10.3",
"@sentry/browser": "^5.16.1",
"algoliasearch": "^4.2.0",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"apollo-link-error": "^1.1.13",
"apollo-link-http": "^1.5.17",
"aws-amplify": "^3.0.15",
"aws-amplify-react": "^4.1.14",
"dotenv": "8.2.0",
"formik": "^2.1.4",
"gatsby": "^2.22.20",
"gatsby-image": "^2.4.6",
"gatsby-plugin-algolia": "^0.11.1",
"gatsby-plugin-apollo": "^3.0.1",
"gatsby-plugin-catch-links": "^2.3.4",
"gatsby-plugin-facebook-pixel": "^1.0.3",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-google-tagmanager": "^2.3.4",
"gatsby-plugin-manifest": "^2.4.10",
"gatsby-plugin-minify": "^0.2.0",
"gatsby-plugin-netlify": "^2.3.4",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-offline": "^3.2.8",
"gatsby-plugin-preconnect": "^1.1.54",
"gatsby-plugin-purgecss": "^5.0.0",
"gatsby-plugin-react-helmet": "^3.3.3",
"gatsby-plugin-react-leaflet": "^2.0.13",
"gatsby-plugin-robots-txt": "^1.5.1",
"gatsby-plugin-sass": "^2.3.3",
"gatsby-plugin-sharp": "^2.6.10",
"gatsby-plugin-sitemap": "^2.4.4",
"gatsby-plugin-typescript": "^2.4.4",
"gatsby-source-filesystem": "^2.3.10",
"gatsby-source-graphql": "^2.5.3",
"gatsby-transformer-sharp": "^2.5.4",
"graphql-tag": "^2.10.3",
"graphql-typed": "^0.6.0",
"husky": "^4.2.5",
"leaflet": "^1.6.0",
"leaflet.markercluster": "^1.0.0",
"lint-staged": "^10.2.8",
"node-sass": "^4.14.1",
"query-string": "^6.12.1",
"ramda": "^0.27.0",
"rc-drawer": "^4.0.0",
"react": "^16.13.1",
"react-apollo": "^3.1.5",
"react-autosuggest": "^10.0.0",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1",
"react-feather": "^2.0.4",
"react-helmet": "^6.0.0",
"react-instantsearch-dom": "^6.5.0",
"react-leaflet": "^2.7.0",
"react-leaflet-markercluster": "^2.0.0",
"react-minimal-pie-chart": "^8.0.1",
"react-netlify-form": "^2.1.5",
"react-notifications": "^1.6.0",
"react-select": "^3.1.0",
"react-slick": "^0.26.1",
"react-star-rating-component": "^1.4.1",
"react-stickynode": "^3.0.2",
"react-tabs": "^3.1.1",
"react-toast-notifications": "^2.4.0",
"speakingurl": "^14.0.1",
"tailwindcss": "^1.4.6",
"typeface-montserrat": "^0.0.75",
"webpack": "^4.43.0",
"yallist": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-optional-chaining": "^7.10.1",
"@graphql-codegen/cli": "^1.15.1",
"@graphql-codegen/introspection": "^1.15.1",
"@graphql-codegen/typescript": "^1.15.1",
"@graphql-codegen/typescript-operations": "^1.15.1",
"@reach/dialog": "^0.10.3",
"@types/graphql": "^14.0.0",
"@types/qs": "^6.9.3",
"@types/ramda": "^0.27.6",
"@types/react": "^16.9.35",
"@types/react-autosuggest": "^9.3.14",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-helmet": "^6.0.0",
"@types/react-instantsearch-dom": "^6.3.0",
"@types/react-leaflet": "^2.5.0",
"@types/react-leaflet-markercluster": "^2.0.0",
"@types/react-select": "^3.0.13",
"@types/react-star-rating-component": "^1.4.0",
"@types/react-stickynode": "^2.1.0",
"@types/react-toast-notifications": "^2.4.0",
"@types/speakingurl": "^13.0.2",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"babel-eslint": "^10.0.3",
"babel-preset-gatsby": "^0.4.8",
"eslint": "7.1.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "5.1.3",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "4.0.4",
"eslint-scope": "^5.0.0",
"espree": "^7.0.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.10",
"graphql-typescript-definitions": "^0.20.3",
"npm-check": "^5.9.2",
"prettier": "^2.0.5",
"typescript": "^3.9.3"
},
"repository": {
"type": "git",
"url": "https://github.com/citizennext/harta-servicii"
},
"bugs": {
"url": "https://github.com/citizennext/harta-servicii/issues"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,css,md,json}": [
"prettier --config ./.prettierrc --write",
"eslint . --ext ts --ext tsx"
]
}
}