-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "@upstash/claps",
"version": "0.1.9",
"license": "MIT",
"main": "./claps.js",
"module": "./claps.mjs",
"types": "./claps.d.ts",
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "tsup && cp package.json README.md ./dist/"
},
"dependencies": {
"@upstash/redis": "^1.7.0",
"clsx": "^2.1.0",
"lodash.debounce": "^4.0.8",
"next": "^12.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^18.0.1",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.6",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.11",
"tailwindcss": "^3.1.4",
"tsup": "^6.1.3",
"typescript": "^4.7.4"
},
"homepage": "https://github.com/upstash/claps#readme",
"repository": {
"type": "git",
"url": "git+https://[email protected]/upstash/claps.git"
},
"bugs": {
"url": "https://github.com/upstash/claps/issues"
}
}