-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
124 lines (124 loc) · 3.78 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
{
"name": "distributeaid.org",
"description": "Distribute Aid's landing site!",
"private": true,
"version": "0.0.0-development",
"author": "Distribute Aid | https://distributeaid.org/",
"bugs": {
"url": "https://github.com/distributeaid/distributeaid.org/issues"
},
"dependencies": {
"@fontsource/lato": "4.5.10",
"@nivo/bar": "^0.88.0",
"@nivo/core": "0.88.0",
"@nivo/sunburst": "0.88.0",
"@playwright/test": "1.49.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "0.4.4",
"@types/lodash": "4.17.13",
"@types/react": "18.3.16",
"@types/react-dom": "18.3.5",
"@types/react-modal": "3.16.3",
"@types/tailwindcss": "3.1.0",
"classnames": "2.5.1",
"cross-fetch": "3.1.8",
"csv-parse": "^5.4.0",
"gatsby": "4.25.9",
"gatsby-alias-imports": "1.0.6",
"gatsby-plugin-image": "2.25.0",
"gatsby-plugin-page-creator": "^4.24.1",
"gatsby-plugin-sharp": "4.25.1",
"gatsby-plugin-typescript": "4.25.0",
"gatsby-source-filesystem": "4.25.0",
"gatsby-transformer-json": "4.25.0",
"gatsby-transformer-remark": "5.25.1",
"gatsby-transformer-sharp": "4.25.0",
"husky": "8.0.3",
"lodash": "4.17.21",
"minimatch": "5.1.6",
"playwright": "1.49.1",
"pretty-quick": "3.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-globe.gl": "2.28.3",
"react-markdown": "8.0.7",
"react-modal": "3.16.1",
"react-multi-carousel": "2.8.5",
"react-router-dom": "6.28.0",
"react-select": "^5.5.4",
"react-table": "7.8.0",
"sharp": "0.33.5",
"slugify": "1.6.6",
"tailwindcss": "3.4.16",
"typescript": "4.9.5"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-transform-react-jsx": "7.25.9",
"@codesee/babel-plugin-instrument": "0.587.0",
"@codesee/tracker": "0.587.0",
"@distributeaid/shared-config": "distributeaid/shared-config",
"@storybook/addon-a11y": "^6.5.12",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-interactions": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/builder-webpack5": "^6.5.12",
"@storybook/manager-webpack5": "^6.5.12",
"@storybook/react": "^6.5.12",
"@storybook/testing-library": "^0.2.0",
"@tailwindcss/typography": "0.5.15",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "^14.4.3",
"autoprefixer": "10.4.20",
"babel-jest": "29.7.0",
"babel-loader": "^9.0.0",
"babel-preset-gatsby": "2.25.0",
"gatsby-plugin-postcss": "^5.24.0",
"identity-obj-proxy": "3.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-extended": "3.2.4",
"postcss": "8.4.49",
"prettier": "2.8.8",
"prettier-plugin-organize-imports": "3.2.4",
"ts-jest": "29.2.5",
"ts-node": "^10.9.1"
},
"engines": {
"node": ">=16.0.0",
"npm": "please-use-yarn",
"yarn": ">= 1.22"
},
"homepage": "https://github.com/distributeaid/distributeaid.org#readme",
"keywords": [
"Distribute Aid",
"forestry",
"typescript",
"gatsby",
"graphql",
"react",
"tailwind",
"netlify"
],
"license": "AGPL-3.0-only",
"repository": {
"type": "git",
"url": "git+https://github.com/distributeaid/distributeaid.org.git"
},
"scripts": {
"forestry:preview": "gatsby develop -p 8080 -H 0.0.0.0",
"dev": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"prepare": "husky install",
"test": "jest",
"clean": "gatsby clean",
"test:e2e": "npx playwright test -c e2e-tests",
"test:types": "npx tsc --pretty",
"pretty": "pretty-quick",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
}
}