-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
80 lines (80 loc) · 2.47 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
{
"name": "quefairedemesdechets",
"version": "0.1.0",
"private": true,
"author": "Datagir",
"dependencies": {
"@sentry/gatsby": "^8.28.0",
"@tanstack/react-query": "^5.54.1",
"@types/slug": "^5.0.8",
"babel-plugin-styled-components": "^2.1.4",
"copy-to-clipboard": "^3.3.3",
"dotenv": "^16.4.5",
"fuse.js": "^7.0.0",
"gatsby": "^5.13.6",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-matomo": "^0.16.3",
"gatsby-plugin-offline": "^6.13.2",
"gatsby-plugin-posthog": "^1.0.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-styled-components": "^6.13.1",
"gatsby-plugin-use-query-params": "^1.0.1",
"gatsby-plugin-web-font-loader": "^1.0.4",
"iframe-resizer": "^4.4.5",
"pigeon-maps": "^0.21.6",
"posthog-js": "^1.160.3",
"query-string": "^7.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-highlight-words": "^0.20.0",
"react-router-dom": "^6.24.1",
"react-scripts": "5.0.1",
"react-share": "^5.1.0",
"react-switch": "^7.0.0",
"react-tooltip": "^4.2.17",
"slug": "^9.1.0",
"styled-components": "^6.1.11",
"styled-normalize": "^8.1.1",
"stylis": "^4.3.4",
"twemoji": "^14.0.2",
"use-query-params": "^1.2.3"
},
"devDependencies": {
"@babel/preset-typescript": "^7.24.7",
"@eslint/js": "^9.10.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"eslint": "^9.11.1",
"eslint-plugin-react": "^7.35.2",
"gatsby-cli": "^5.13.3",
"gatsby-plugin-root-import": "^2.0.9",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.32",
"globals": "^15.9.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.3.2",
"ts-jest": "^29.2.4",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "yarn clean && yarn iframe && gatsby build",
"clean": "rm -rf ../cache && gatsby clean",
"iframe": "webpack",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop -- --port 3000",
"serve": "gatsby serve",
"test": "jest ."
}
}