This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
149 lines (149 loc) · 5.44 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
{
"name": "agid-forms-frontend",
"private": true,
"description": "Frontend to collect data from AGID forms.",
"version": "0.9.0",
"author": "AGID <info@agid.gov.it>",
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@sentry/browser": "^5.6.3",
"@ungap/url-search-params": "^0.2.2",
"apollo-cache-inmemory": "^1.6.2",
"apollo-client": "^2.6.2",
"apollo-link": "^1.2.11",
"apollo-link-context": "^1.0.17",
"apollo-link-error": "^1.1.10",
"apollo-link-http": "^1.5.14",
"apollo-link-rest": "^0.7.3",
"apollo-upload-client": "^11.0.0",
"bootstrap-italia": "^1.2.11",
"classnames": "^2.2.6",
"codice-fiscale-js": "^2.2.4",
"date-fns": "^1.30.1",
"dotenv": "^8.0.0",
"expression-eval": "^2.0.0",
"formik": "^1.5.7",
"gatsby": "^2.8.5",
"graphql": "14.4.2",
"graphql-anywhere": "^4.2.4",
"graphql-tag": "^2.10.1",
"i18next": "^17.0.3",
"i18next-browser-languagedetector": "^3.0.1",
"io-ts": "^1.8.6",
"isomorphic-fetch": "^2.2.1",
"italia-ts-commons": "^5.1.5",
"memoizee": "^0.4.14",
"qs": "^6.7.0",
"react": "^16.8.6",
"react-apollo": "^2.5.6",
"react-cookie-banner": "^4.0.0",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-i18next": "^10.11.1",
"react-loadable": "^5.5.0",
"react-markdown": "^5.0.3",
"react-select": "^3.0.4",
"react-transition-group": "^4.1.0",
"reactstrap": "^8.0.0",
"reactstrap-date-picker": "^0.0.7",
"typeface-lora": "^0.0.72",
"typeface-titillium-web": "^0.0.72",
"use-debounce": "^2.1.0",
"yup": "^0.27.0"
},
"devDependencies": {
"@mdx-js/mdx": "^1.2.2",
"@mdx-js/react": "^1.2.2",
"@types/apollo-upload-client": "^8.1.3",
"@types/classnames": "^2.2.8",
"@types/graphql": "^14.2.0",
"@types/isomorphic-fetch": "^0.0.35",
"@types/jest": "^24.0.13",
"@types/memoizee": "^0.4.2",
"@types/node": "^12.0.7",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"@types/react-helmet": "^5.0.8",
"@types/react-loadable": "^5.5.1",
"@types/react-select": "^2.0.19",
"@types/react-transition-group": "^2.9.1",
"@types/reactstrap": "^8.0.1",
"@types/yup": "^0.26.16",
"apollo": "^2.13.0",
"apollo-tools": "^0.0.20",
"cross-var": "^1.1.0",
"depcheck": "^0.8.3",
"dotenv-cli": "^2.0.0",
"eslint-plugin-graphql": "^3.0.3",
"gatsby-image": "^2.1.2",
"gatsby-plugin-copy-files": "^1.0.2",
"gatsby-plugin-create-client-paths": "^2.0.5",
"gatsby-plugin-extract-schema": "^0.0.5",
"gatsby-plugin-google-analytics": "^2.1.7",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-mdx": "^1.0.23",
"gatsby-plugin-offline": "^2.1.1",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sharp": "^2.1.3",
"gatsby-plugin-tslint": "^0.0.2",
"gatsby-plugin-typescript": "^2.0.15",
"gatsby-plugin-webpack-bundle-analyzer": "^1.0.5",
"gatsby-plugin-webpack-size": "^0.0.3",
"gatsby-source-filesystem": "^2.0.38",
"gatsby-transformer-json": "^2.1.11",
"gatsby-transformer-remark": "^2.3.12",
"gatsby-transformer-sharp": "^2.1.21",
"gatsby-transformer-yaml": "^2.1.12",
"gh-pages": "^2.0.1",
"graphqurl": "^0.3.3",
"italia-tslint-rules": "^1.1.3",
"node-sass": "^4.12.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.0",
"swagger-to-graphql": "^1.8.0",
"tslint": "^5.17.0",
"tslint-config-prettier": "^1.18.0",
"tslint-immutable": "^6.0.0",
"tslint-loader": "^3.5.4",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^4.0.0",
"tslint-sonarts": "^1.9.0",
"typescript": "^3.5.1",
"typescript-tslint-plugin": "^0.4.0",
"typestrict": "^1.0.2",
"yamljs": "^0.3.0"
},
"keywords": [
"gatsby"
],
"license": "EUPL",
"scripts": {
"type-check": "tsc --noEmit",
"lint": "tslint --project .",
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{ts,tsx}",
"generate": "npm-run-all generate:graphql",
"generate:graphql": "npm-run-all generate:graphql:*",
"get:graphql:schema": "dotenv -- cross-var gq \\$HASURA_GRAPHQL_ENDPOINT -H \"X-Hasura-Admin-Secret: \\$HASURA_GRAPHQL_ADMIN_SECRET\" --introspect > schema.graphql",
"generate:graphql:gatsby-schema": "echo .exit | npx gatsby repl",
"generate:graphql:rest-api": "dotenv -- apollo client:codegen --tag rest-api --target typescript --tagName=gql --clientName GraphqlClient --useReadOnlyTypes --globalTypesFile=./src/generated/graphql/graphql_globals.ts --outputFlat ./src/generated/graphql --includes='upload_server.graphql,api_backend.graphql,./src/**/*.{ts,tsx}'",
"generate:graphql:gatsby-api": "dotenv -- apollo client:codegen --tag gatsby-api --target=typescript --tagName=graphql --useReadOnlyTypes --localSchemaFile=./gatsby-schema.json --includes='./{src,.cache}/**/*.{ts,tsx,js,jsx}' --globalTypesFile=./src/generated/graphql/gatsby_globals.ts --outputFlat ./src/generated/graphql --includes='./src/**/*.{ts,tsx}'",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gh-pages -d public -m 'Manual deploy [ci skip]'"
},
"repository": {
"type": "git",
"url": "https://github.com/AGID/agid-forms-frontend"
},
"bugs": {
"url": "https://github.com/AGID/agid-forms-frontend/issues"
},
"resolutions": {
"@types/react": "^16.8.19",
"graphql": "^14.4.2"
}
}