This repository has been archived by the owner on Mar 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 2.59 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
{
"name": "archifiltre-site",
"description": "Archifiltre website",
"version": "1.0.0",
"author": "Fabrique des ministère sociaux",
"license": "Apache-2.0",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint .",
"lint-fix": "eslint --fix .",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"k8s": "yarn --silent --cwd .k8s"
},
"dependencies": {
"@devexpress/dx-react-chart": "^2.7.6",
"@devexpress/dx-react-chart-material-ui": "^2.7.6",
"@devexpress/dx-react-core": "^2.7.6",
"@material-ui/core": "latest",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/styles": "latest",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@socialgouv/eslint-config-react": "^1.91.0",
"axios": "^1.0.0",
"date-fns": "^2.24.0",
"deepmerge": "^4.2.2",
"gatsby": "^3.9.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-material-ui": "^3",
"gatsby-plugin-matomo": "^0.10.0",
"gatsby-plugin-mdx": "^2.14.0",
"gatsby-plugin-offline": "latest",
"gatsby-plugin-react-helmet": "latest",
"gatsby-plugin-sharp": "^4.0.0",
"gatsby-plugin-typescript": "latest",
"gatsby-remark-autolink-headers": "^4.11.0",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-remark": "^5.0.0",
"gatsby-transformer-sharp": "^3.14.0",
"lodash": "^4.17.21",
"react": "latest",
"react-dom": "latest",
"react-helmet": "^6.1.0",
"react-simple-maps": "^3.0.0",
"react-tweet-embed": "^2.0.0",
"react-use": "^17.3.1"
},
"devDependencies": {
"@types/lodash": "^4.14.176",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/react-helmet": "^6.1.4",
"@types/react-simple-maps": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^7.32.0",
"eslint-import-resolver-typescript": "^3.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.3.0",
"graphql": "15.6.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"source-map-support": "^0.5.20",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
},
"repository": {
"type": "git",
"url": "https://github.com/SocialGouv/archifiltre-site"
},
"bugs": {
"url": "https://github.com/SocialGouv/archifiltre-site/issues"
},
"packageManager": "[email protected]"
}