-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 853 Bytes
/
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
{
"name": "dynamic-readme",
"description": "Code powering the animated chat bubble README on my GitHub profile",
"version": "1.0.0",
"author": "Chris Santamaria <[email protected]>",
"main": "dist/index.js",
"scripts": {
"build": "./scripts/build.js",
"dev": "wrangler dev",
"format": "prettier --ignore-path .gitignore --write '**/*.{js,jsx,css,json,md}'",
"lint": "eslint --ignore-path .gitignore ."
},
"dependencies": {
"goober": "^2.0.37",
"preact": "^10.5.13",
"preact-render-to-string": "^5.1.19"
},
"devDependencies": {
"cssnano": "^5.0.5",
"esbuild": "^0.14.39",
"eslint": "^7.28.0",
"eslint-config-preact": "^1.1.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"postcss": "^8.3.0",
"prettier": "^2.3.1",
"wrangler": "2.0.6"
}
}