-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.37 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
{
"name": "newcomer2023-ogp",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "wrangler dev src/index.ts",
"deploy": "wrangler publish src/index.ts",
"stylelint": "stylelint --ignore-path .gitignore \"./**/*.{ts,tsx}\"",
"fix": "yarn stylelint --fix && yarn format",
"prettier": "prettier --config .prettierrc.json \"./**/*.{ts,tsx,json,md}\"",
"format": "yarn prettier --write",
"typecheck": "tsc"
},
"dependencies": {
"@resvg/resvg-js": "^2.4.1",
"@resvg/resvg-wasm": "^2.4.1",
"hono": "^3.0.2",
"react": "^18.2.0",
"satori": "^0.4.3",
"typescript": "^4.9.5",
"yoga-wasm-web": "^0.3.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20221111.1",
"@stylelint/postcss-css-in-js": "^0.38.0",
"@types/react": "^18.0.28",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"postcss-syntax": "^0.36.2",
"prettier": "^2.8.4",
"stylelint": "^15.2.0",
"stylelint-config-idiomatic-order": "^9.0.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recess-order": "^4.0.0",
"stylelint-config-standard": "^30.0.1",
"stylelint-prettier": "^3.0.0",
"wrangler": "^2.7.1"
}
}