-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
127 lines (127 loc) · 3.68 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
{
"name": "email-builder",
"version": "1.0.0",
"private": true,
"description": "email-builder",
"Contributors": [
"Michael Crismali",
"Eryan Cobham"
],
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "prettier . --list-different",
"lint:fix": "prettier . --write",
"test": "jest",
"test:watch": "jest --watch",
"typecheck": "tsc --noEmit",
"validate": "run-s typecheck lint test"
},
"overrides": {
"react": "^18.3.1",
"@types/react": "^18.3.7",
"react-dom": "^18.3.1",
"slate": "^0.103.0"
},
"dependencies": {
"@ctrl/tinycolor": "^4.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@reach/accordion": "^0.18.0",
"@tanstack/react-query": "^5.56.2",
"@types/lodash.uniq": "^4.5.9",
"autoprefixer": "^10.4.20",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
"decap-cms-app": "^3.3.3",
"gatsby": "^5.13.7",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-decap-cms": "^4.0.4",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-postcss": "^6.13.1",
"gatsby-plugin-root-import": "^2.0.9",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"gatsby-transformer-yaml": "^5.13.1",
"graphql": "^16.9.0",
"is-hotkey": "^0.2.0",
"is-url": "^1.2.4",
"js-yaml": "^4.1.0",
"lodash.capitalize": "^4.2.1",
"lodash.clonedeep": "^4.5.0",
"lodash.difference": "^4.5.0",
"lodash.isequal": "^4.5.0",
"lodash.kebabcase": "^4.1.1",
"lodash.times": "^4.3.2",
"lodash.uniq": "^4.5.0",
"lodash.uniqueid": "^4.0.1",
"motion": "^11.16.0",
"postcss": "^8.4.47",
"postcss-preset-env": "^10.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-remove-scroll": "^2.6.0",
"react-shadow": "^20.5.0",
"sanitize-html": "^2.13.0",
"slate-history": "^0.109.0",
"slate-react": "^0.110.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/preset-typescript": "^7.24.7",
"@faker-js/faker": "^9.0.1",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0",
"@testing-library/user-event": "^14.5.2",
"@types/is-url": "^1.2.32",
"@types/jest": "^29.5.13",
"@types/js-yaml": "^4.0.9",
"@types/lodash.capitalize": "^4.2.9",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.difference": "^4.5.9",
"@types/lodash.isequal": "^4.5.8",
"@types/lodash.kebabcase": "^4.1.9",
"@types/lodash.sample": "^4.2.9",
"@types/lodash.startcase": "^4.4.9",
"@types/lodash.times": "^4.3.9",
"@types/lodash.uniqueid": "^4.0.9",
"@types/node": "^22.5.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@types/sanitize-html": "^2.13.0",
"babel-jest": "^29.7.0",
"babel-preset-gatsby": "^3.13.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"lodash.sample": "^4.2.1",
"lodash.startcase": "^4.4.0",
"npm-run-all2": "^6.2.3",
"prettier": "^3.3",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
},
"engines": {
"npm": ">=8.11.0",
"node": ">=18.3.0"
},
"browserslist": [
"last 2 versions",
"not dead",
"> 0.2%"
]
}